es.mcu.yingo.campos.html
Class GeneradorHtmlTextoNoEditable

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

public class GeneradorHtmlTextoNoEditable
extends GeneradorHtmlText

Define el interfaz cuyas implementaciónes deben devolver la representación en formato html de un campo de tipo texto, de solo lectura (no editable)

Author:
carlos.garcia.h

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
GeneradorHtmlTextoNoEditable()
           
 
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 no editable.
 
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

GeneradorHtmlTextoNoEditable

public GeneradorHtmlTextoNoEditable()
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)
Devuelve el código HTML generado, esto es la representación en formato html del campo de tipo texto no editable.

Specified by:
getHTML in interface GeneradorHtml
Overrides:
getHTML in class GeneradorHtmlText
Parameters:
tipo -
id -
value -
codExpediente -
locale -
Returns:
Throws:
java.lang.Exception