es.mcu.yingo.campos.html
Class GeneradorHtmlTextoFijoEntrada

java.lang.Object
  extended by es.mcu.yingo.campos.html.GeneradorHtmlTextoFijo
      extended by es.mcu.yingo.campos.html.GeneradorHtmlTextoFijoEntrada
All Implemented Interfaces:
DibujarEnMuestraSiempre, GeneradorHtml, NoDibujarLabelDescripcionCampo, org.springframework.context.ApplicationContextAware

public class GeneradorHtmlTextoFijoEntrada
extends GeneradorHtmlTextoFijo
implements DibujarEnMuestraSiempre

Genera un texto fijo traducido con el locale que se pasa por argumento, para que se muestre en los campos de entrada del formulario.
Esto nos permite usar los campos de entrada de la tarea para introducir comentarios, etc.

Author:
carlos.garcia.h
See Also:
NoDibujarLabelDescripcionCampo, DibujarEnMuestraSiempre

Field Summary
 
Fields inherited from class es.mcu.yingo.campos.html.GeneradorHtmlTextoFijo
applicationContext
 
Fields inherited from interface es.mcu.yingo.campos.html.GeneradorHtml
BUSCA, MODIFICA, MUESTRA, NUEVO
 
Constructor Summary
GeneradorHtmlTextoFijoEntrada()
           
 
Method Summary
 
Methods inherited from class es.mcu.yingo.campos.html.GeneradorHtmlTextoFijo
dibujarTextoFijo, getApplicationContext, getHTML, getTextoFijo, setApplicationContext, setTextoFijo
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

GeneradorHtmlTextoFijoEntrada

public GeneradorHtmlTextoFijoEntrada()