|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Objectes.mcu.yingo.campos.html.GeneradorHtmlConListadorAbstracto
es.mcu.yingo.campos.html.GeneradorHtmlRadio
public class GeneradorHtmlRadio
Define el interfaz cuyas implementaciones deben devolver la representación en formato html de un campo de tipo radio
Field Summary |
---|
Fields inherited from interface es.mcu.yingo.campos.html.GeneradorHtml |
---|
BUSCA, MODIFICA, MUESTRA, NUEVO |
Constructor Summary | |
---|---|
GeneradorHtmlRadio()
|
Method Summary | |
---|---|
java.lang.String |
getHTML(int tipo,
java.lang.String id,
java.lang.Object value,
java.lang.String codExpediente,
java.util.Locale locale)
Devuelve el código HTML generado, esto es la representación en formato html del campo de tipo radio. |
Methods inherited from class es.mcu.yingo.campos.html.GeneradorHtmlConListadorAbstracto |
---|
getListador, setListador |
Methods inherited from class java.lang.Object |
---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
Constructor Detail |
---|
public GeneradorHtmlRadio()
Method Detail |
---|
public java.lang.String getHTML(int tipo, java.lang.String id, java.lang.Object value, java.lang.String codExpediente, java.util.Locale locale) throws java.lang.Exception
getHTML
in interface GeneradorHtml
getHTML
in class GeneradorHtmlConListadorAbstracto
tipo
- id
- value
- codExpediente
- locale
-
java.lang.Exception
|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |