org.hdtourist.view.inf
Class InformacionDatoSimple

java.lang.Object
  extended by org.hdtourist.view.inf.InformacionDato
      extended by org.hdtourist.view.inf.InformacionDatoSimple
All Implemented Interfaces:
java.lang.Comparable<InformacionDato>, IInformacionObjetos, IInformacionVisible

public class InformacionDatoSimple
extends InformacionDato
implements IInformacionVisible

The Class InformacionDatoSimple.


Field Summary
 
Fields inherited from class org.hdtourist.view.inf.InformacionDato
MAX_LINES
 
Constructor Summary
InformacionDatoSimple()
           
 
Method Summary
 android.view.View getView(InformacionFragment actividad)
          Gets the view.
protected  boolean isTooLarge(InformacionFragment actividad, android.widget.TextView text, java.lang.String newText)
          Checks if is too large.
 
Methods inherited from class org.hdtourist.view.inf.InformacionDato
compareTo, fijaExpandirColapsar, getCategoria, getConsulta, getEtiqueta, getObjetosInformacion, getValores, getValorVisible, isImagenText, isOnlyText, isVisible, setCategoria, setConsulta, setEtiqueta, setImagenText, setOnlyText, setTexto, setValores
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 
Methods inherited from interface org.hdtourist.view.inf.i.IInformacionVisible
isVisible
 

Constructor Detail

InformacionDatoSimple

public InformacionDatoSimple()
Method Detail

getView

public android.view.View getView(InformacionFragment actividad)
Description copied from interface: IInformacionVisible
Gets the view.

Specified by:
getView in interface IInformacionVisible
Overrides:
getView in class InformacionDato
Parameters:
actividad - the actividad
Returns:
the view

isTooLarge

protected boolean isTooLarge(InformacionFragment actividad,
                             android.widget.TextView text,
                             java.lang.String newText)
Description copied from class: InformacionDato
Checks if is too large.

Overrides:
isTooLarge in class InformacionDato
Parameters:
actividad - the actividad
text - the text
newText - the new text
Returns:
true, if is too large