Uses of Class
net.ezcontent.backend.conf.ViewConfiguration

Packages that use ViewConfiguration
net.ezcontent.backend Este paquete contiene clases que se utilizan en el backend, pero que probablemente deban poder ser referenciadas desde alguna libreria externa que sea plugin al backend. 
net.ezcontent.backend.conf Clases para configuracion de las secciones y opciones del backend. 
net.ezcontent.web.admin Aqui se definen los componentes y paginas para el backend de ezContent, el cual es extensible y configurable. 
net.ezcontent.web.admin.conf Este paquete contiene las clases para manejar la configuracion de los distintos componentes del backend de ezContent. 
net.ezcontent.web.admin.lists Aqui hay componentes utilizados por los componentes y paginas que listan objetos de distintas formas. 
 

Uses of ViewConfiguration in net.ezcontent.backend
 

Fields in net.ezcontent.backend declared as ViewConfiguration
private  ViewConfiguration Visit.currentView
           
 

Methods in net.ezcontent.backend that return ViewConfiguration
 ViewConfiguration Visit.getCurrentView()
           
 

Methods in net.ezcontent.backend with parameters of type ViewConfiguration
 void Visit.setCurrentView(ViewConfiguration value)
          Fija la vista actual, dentro de la opcion y seccion actuales.
 

Uses of ViewConfiguration in net.ezcontent.backend.conf
 

Methods in net.ezcontent.backend.conf that return ViewConfiguration
 ViewConfiguration EditorConfiguration.getView(String name)
          Devuelve la vista con el nombre de componente especificado.
 ViewConfiguration EditorConfiguration.getView(int index)
           
 

Methods in net.ezcontent.backend.conf with parameters of type ViewConfiguration
 void ListConfiguration.addView(ViewConfiguration conf)
           
 void ListConfiguration.removeView(ViewConfiguration conf)
           
 void EditorConfiguration.addView(ViewConfiguration view)
           
 void EditorConfiguration.removeView(ViewConfiguration view)
           
 

Uses of ViewConfiguration in net.ezcontent.web.admin
 

Methods in net.ezcontent.web.admin that return ViewConfiguration
abstract  ViewConfiguration Editor.getCurrentView()
          El nombre de la vista que se esta mostrando actualmente.
 ViewConfiguration Editor.getCurrentViewConfiguration()
           
abstract  ViewConfiguration TabbedListViews.getListView()
          La vista de listado para el Foreach de vistas.
 ViewConfiguration TabbedListViews.getCurrentView()
          Devuelve la vista seleccionada, o la primera de las vistas si no hay una seleccionada.
 

Uses of ViewConfiguration in net.ezcontent.web.admin.conf
 

Fields in net.ezcontent.web.admin.conf declared as ViewConfiguration
private  ViewConfiguration XmlConfHandler.vconf
           
 

Uses of ViewConfiguration in net.ezcontent.web.admin.lists
 

Methods in net.ezcontent.web.admin.lists that return ViewConfiguration
private  ViewConfiguration LCDetailView.viewconf()
           
private  ViewConfiguration LCIconView.viewConfiguration()