es.mcu.yingo.campos.html
Class GeneradorHtmlTextFechaNoEditable

java.lang.Object
  extended by es.mcu.yingo.campos.html.GeneradorHtmlText
      extended by es.mcu.yingo.campos.html.GeneradorHtmlTextFecha
          extended by es.mcu.yingo.campos.html.GeneradorHtmlTextFechaNoEditable
All Implemented Interfaces:
GeneradorHtml

public class GeneradorHtmlTextFechaNoEditable
extends GeneradorHtmlTextFecha

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.

Author:
vicente.carbajo
See Also:
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

GeneradorHtmlTextFechaNoEditable

public GeneradorHtmlTextFechaNoEditable()
Method Detail

getHTML

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
Description copied from class: GeneradorHtmlText
Devuelve el código HTML generado, esto es la representación en formato html del campo de tipo texto.

Specified by:
getHTML in interface GeneradorHtml
Overrides:
getHTML in class GeneradorHtmlTextFecha
Returns:
Throws:
java.lang.Exception