|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Objectes.mcu.yingo.campos.listadores.ListadorEtiquetasImpl
public class ListadorEtiquetasImpl
Implementación estandar del interfaz ListadorEtiquetas
que devuelve un título asociado a un listador
Esta implementación de este interfaz, permite crear una
lista con un título, por ejemlo:
GeneradorHtmlSelectValueEtiquetas
Field Summary | |
---|---|
private Listador |
listaetiquetas
Almacena el listador |
protected org.apache.commons.logging.Log |
logger
Log |
private java.lang.String |
titulo
Almacena el título asociado al listador |
Constructor Summary | |
---|---|
ListadorEtiquetasImpl()
|
Method Summary | |
---|---|
Listador |
getListaetiquetas()
Devuelve el listador |
java.lang.String |
getTitulo()
Devuelve el título |
void |
setListaetiquetas(Listador listaetiquetas)
Asigna un objato al listador |
void |
setTitulo(java.lang.String titulo)
Asigna un valor al título |
Methods inherited from class java.lang.Object |
---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
Field Detail |
---|
protected final org.apache.commons.logging.Log logger
private java.lang.String titulo
private Listador listaetiquetas
Constructor Detail |
---|
public ListadorEtiquetasImpl()
Method Detail |
---|
public Listador getListaetiquetas()
getListaetiquetas
in interface ListadorEtiquetas
public void setListaetiquetas(Listador listaetiquetas)
listaetiquetas
- the listaetiquetas to setpublic java.lang.String getTitulo()
getTitulo
in interface ListadorEtiquetas
public void setTitulo(java.lang.String titulo)
titulo
- the titulo to set
|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |