es.mcu.yingo.campos.listadores
Interface ListadorEtiquetas

All Known Implementing Classes:
ListadorEtiquetasImpl

public interface ListadorEtiquetas

Interfaz que devuelve un título asociado a un listador
La implementación de este interfaz, permite crear una lista con un título, por ejemlo:

Título Uno
Valor 1
Valor 2
Valor 3

Author:
carlos.garcia.h

Method Summary
 Listador getListaetiquetas()
          Devuelve un listador
 java.lang.String getTitulo()
          Devuelve el título del listador que contiene
 

Method Detail

getTitulo

java.lang.String getTitulo()
Devuelve el título del listador que contiene

Returns:
the titulo

getListaetiquetas

Listador getListaetiquetas()
Devuelve un listador

Returns:
the listaetiquetas