es.mcu.yingo.campos.html
Class GeneradorHtmlTextoFijoNegrita

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

public class GeneradorHtmlTextoFijoNegrita
extends GeneradorHtmlTextoFijo

Extiende de GeneradorHtmlTextoFijo sobreescribiendo el método dibujarTextoFijo para que el texto sea en negrita y con un salto de línea al final

Author:
vicente.carbajo

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
GeneradorHtmlTextoFijoNegrita()
           
 
Method Summary
protected  java.lang.String dibujarTextoFijo(java.lang.String textoFijo)
          Método que generará el html del texto fijo.
 
Methods inherited from class es.mcu.yingo.campos.html.GeneradorHtmlTextoFijo
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

GeneradorHtmlTextoFijoNegrita

public GeneradorHtmlTextoFijoNegrita()
Method Detail

dibujarTextoFijo

protected java.lang.String dibujarTextoFijo(java.lang.String textoFijo)
Description copied from class: GeneradorHtmlTextoFijo
Método que generará el html del texto fijo. Se podrá sobreescribir en las clases hijas para cambiar esta presentación

Overrides:
dibujarTextoFijo in class GeneradorHtmlTextoFijo
Returns: