Uses of Class
org.hdtourist.view.InformacionFragment

Packages that use InformacionFragment
org.hdtourist.presenter   
org.hdtourist.view   
org.hdtourist.view.inf   
org.hdtourist.view.inf.i   
org.hdtourist.view.utils   
 

Uses of InformacionFragment in org.hdtourist.presenter
 

Fields in org.hdtourist.presenter declared as InformacionFragment
private  InformacionFragment InformacionPresenter.fragment
          The fragment.
 

Methods in org.hdtourist.presenter that return InformacionFragment
 InformacionFragment CiudadPresenter.getFragment()
          Gets the fragment.
 InformacionFragment CiudadInfoPresenter.getFragment(Categoria elegido)
          Gets the fragment.
 

Methods in org.hdtourist.presenter with parameters of type InformacionFragment
static InformacionPresenter InformacionPresenter.getInstance(InformacionFragment fragment)
          Gets the single instance of InformacionPresenter.
static InformacionPresenter InformacionPresenter.getInstance(InformacionFragment fragment, FicheroHdt ciudad, Categoria categoria)
          Gets the single instance of InformacionPresenter.
 

Constructors in org.hdtourist.presenter with parameters of type InformacionFragment
InformacionPresenter(InformacionFragment fragment, FicheroHdt ciudad, Categoria categoria)
          Instantiates a new informacion presenter.
 

Uses of InformacionFragment in org.hdtourist.view
 

Fields in org.hdtourist.view with type parameters of type InformacionFragment
private  java.util.Stack<InformacionFragment> CiudadActivity.stakFragments
          Pila de fragments de información guardados a los que volver.
 

Methods in org.hdtourist.view that return InformacionFragment
 InformacionFragment CiudadActivity.getInformacionFragmentActual()
          Obtiene el fragment de información que se está mostrando en este momento.
 

Methods in org.hdtourist.view with parameters of type InformacionFragment
 void CiudadActivity.replaceFragment(InformacionFragment fragment, boolean guardarActual)
          Reemplaza el fragment de información que se muestra
 

Uses of InformacionFragment in org.hdtourist.view.inf
 

Fields in org.hdtourist.view.inf declared as InformacionFragment
private  InformacionFragment InformacionImagen.fragment
          The fragment.
 

Methods in org.hdtourist.view.inf with parameters of type InformacionFragment
private  void InformacionDato.colocarImagenExpandir(InformacionFragment actividad, android.widget.ImageView showImage)
          Colocar imagen expandir.
protected  void InformacionDato.fijaExpandirColapsar(InformacionFragment actividad, android.view.View view)
          Fija expandir colapsar.
 android.view.View InformacionVinculo.getView(InformacionFragment actividad)
           
 android.view.View InformacionMapa.getView(InformacionFragment actividad)
           
 android.view.View InformacionImagen.getView(InformacionFragment fragment)
           
 android.view.View InformacionGrupo.getView(InformacionFragment actividad)
           
 android.view.View InformacionEnlace.getView(InformacionFragment fragment)
           
 android.view.View InformacionDatoSimple.getView(InformacionFragment actividad)
           
 android.view.View InformacionDato.getView(InformacionFragment actividad)
           
protected  boolean InformacionDatoSimple.isTooLarge(InformacionFragment actividad, android.widget.TextView text, java.lang.String newText)
           
protected  boolean InformacionDato.isTooLarge(InformacionFragment actividad, android.widget.TextView text, java.lang.String newText)
          Checks if is too large.
 

Uses of InformacionFragment in org.hdtourist.view.inf.i
 

Methods in org.hdtourist.view.inf.i with parameters of type InformacionFragment
 android.view.View IInformacionVisible.getView(InformacionFragment actividad)
          Gets the view.
 

Uses of InformacionFragment in org.hdtourist.view.utils
 

Fields in org.hdtourist.view.utils declared as InformacionFragment
private  InformacionFragment InformacionAdapter.actividad
          The actividad.
 

Constructors in org.hdtourist.view.utils with parameters of type InformacionFragment
InformacionAdapter(InformacionListPresenter inf, InformacionFragment informacionFragment)
          Instantiates a new informacion adapter.