es.mcu.yingo.campos.html
Class GeneradorHtmlRadioLabelOculto

java.lang.Object
  extended by es.mcu.yingo.campos.html.GeneradorHtmlConListadorAbstracto
      extended by es.mcu.yingo.campos.html.GeneradorHtmlRadio
          extended by es.mcu.yingo.campos.html.GeneradorHtmlRadioValue
              extended by es.mcu.yingo.campos.html.GeneradorHtmlRadioLabelOculto
All Implemented Interfaces:
GeneradorHtml, NoDibujarDescripcionCampo, org.springframework.context.ApplicationContextAware

public class GeneradorHtmlRadioLabelOculto
extends GeneradorHtmlRadioValue
implements NoDibujarDescripcionCampo

Implementación que devuelve un campo de tipo "Radio button". Implementa el interfaz NoDibujarDescripcionCampo para que no se dibije la descripción del campo

Author:
carlos.garcia.h

Field Summary
 
Fields inherited from class es.mcu.yingo.campos.html.GeneradorHtmlRadioValue
applicationContext
 
Fields inherited from interface es.mcu.yingo.campos.html.GeneradorHtml
BUSCA, MODIFICA, MUESTRA, NUEVO
 
Constructor Summary
GeneradorHtmlRadioLabelOculto()
           
 
Method Summary
 
Methods inherited from class es.mcu.yingo.campos.html.GeneradorHtmlRadioValue
getApplicationContext, getHTML, obtenerHtmlMuestra, setApplicationContext
 
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

GeneradorHtmlRadioLabelOculto

public GeneradorHtmlRadioLabelOculto()