|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Objectes.mcu.yingo.campos.html.GeneradorHtmlText
es.mcu.yingo.campos.html.GeneradorHtmlTextFecha
es.mcu.yingo.campos.html.GeneradorHtmlTextFechaNoEditable
public class GeneradorHtmlTextFechaNoEditable
GeneradorHtml que hereda de GeneradorHtmlTextFecha
y que tiene la
misma funcionalidad pero siempre se genera el HTML del padre con el tipo
GeneradorHtml.MUESTRA
y que por lo tanto el campo sea NO
editable.
GeneradorHtml
Field Summary |
---|
Fields inherited from class es.mcu.yingo.campos.html.GeneradorHtmlText |
---|
logger |
Fields inherited from interface es.mcu.yingo.campos.html.GeneradorHtml |
---|
BUSCA, MODIFICA, MUESTRA, NUEVO |
Constructor Summary | |
---|---|
GeneradorHtmlTextFechaNoEditable()
|
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 texto. |
Methods inherited from class es.mcu.yingo.campos.html.GeneradorHtmlTextFecha |
---|
getEsquema, pasarDeFechaAString, setEsquema |
Methods inherited from class es.mcu.yingo.campos.html.GeneradorHtmlText |
---|
getEscapeCaracteresHtml, getMaxLength, getSize, setEscapeCaracteresHtml, setMaxLength, setSize |
Methods inherited from class java.lang.Object |
---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
Constructor Detail |
---|
public GeneradorHtmlTextFechaNoEditable()
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
GeneradorHtmlText
getHTML
in interface GeneradorHtml
getHTML
in class GeneradorHtmlTextFecha
java.lang.Exception
|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |