Uses of Class
org.openxava.view.View

Packages that use View
org.openxava.actions   
org.openxava.filters   
org.openxava.tab   
org.openxava.view   
org.openxava.web.editors   
org.openxava.web.layout   
 

Uses of View in org.openxava.actions
 

Methods in org.openxava.actions that return View
protected  View CollectionElementViewBaseAction.getCollectionElementView()
           
 View ReferenceBaseAction.ViewInfo.getParent()
           
protected  View CollectionElementViewBaseAction.getParentView()
           
protected  View ViewBaseAction.getPreviousView()
           
 View ChooseReferenceAction.getReferenceSubview()
           
 View ReferenceBaseAction.getReferenceSubview()
           
 View CollectionElementViewBaseAction.getView()
           
 View GoListAction.getView()
           
 View LoadLiferayDocumentAction.getView()
           
 View OnChangePropertyBaseAction.getView()
          The view where the on-change is declared.
 View ReferenceBaseAction.ViewInfo.getView()
           
 View ViewBaseAction.getView()
           
 

Methods in org.openxava.actions with parameters of type View
protected  java.util.Map SaveElementInCollectionAction.saveIfNotExists(View view)
           
 void ChooseReferenceAction.setReferenceSubview(View view)
           
 void ReferenceBaseAction.setReferenceSubview(View view)
           
 void GoListAction.setView(View view)
           
 void IOnChangePropertyAction.setView(View view)
           
 void IPropertyAction.setView(View view)
          The container view of the property associated to this action.
 void LoadLiferayDocumentAction.setView(View view)
           
 void OnChangePropertyBaseAction.setView(View view)
           
 void ViewBaseAction.setView(View view)
           
protected  void CollectionElementViewBaseAction.showDialog(View viewToShowInDialog)
           
protected  void ViewBaseAction.showDialog(View viewToShowInDialog)
          Shows the specified view inside a dialog.
protected  void ViewBaseAction.showView(View newView)
          Shows the specified view.
 

Uses of View in org.openxava.filters
 

Methods in org.openxava.filters that return View
 View CollectionInViewBaseFilter.getView()
           
 

Methods in org.openxava.filters with parameters of type View
 void CollectionInViewBaseFilter.setView(View view)
           
 

Uses of View in org.openxava.tab
 

Methods in org.openxava.tab that return View
 View Tab.getCollectionView()
          If this tab represents a collection the collection view of that collection.
 

Methods in org.openxava.tab with parameters of type View
 void Tab.setCollectionView(View collectionView)
          If this tab represents a collection the collection view of that collection.
 

Uses of View in org.openxava.view
 

Methods in org.openxava.view that return View
 View View.getChangedSectionsView()
           
 View View.getGroupView(java.lang.String name)
           
 View View.getParent()
           
 View View.getRoot()
           
 View View.getSectionView(int index)
           
 View View.getSubview(java.lang.String name)
           
 

Uses of View in org.openxava.web.editors
 

Methods in org.openxava.web.editors with parameters of type View
 void TreeViewActions.parseActions(View view)
           
 

Constructors in org.openxava.web.editors with parameters of type View
TreeViewActions(View view, TreeView metaTreeView)
           
 

Uses of View in org.openxava.web.layout
 

Methods in org.openxava.web.layout that return View
protected  View AbstractBasePainter.getView()
           
 View LayoutElement.getView()
           
 

Methods in org.openxava.web.layout with parameters of type View
 void AbstractBasePainter.finalize(View view, PageContext pageContext)
           
 void ILayoutPainter.finalize(View view, PageContext pageContext)
           
 void AbstractBasePainter.initialize(View view, PageContext pageContext)
           
 void ILayoutPainter.initialize(View view, PageContext pageContext)
          Starts to paint form.
 java.util.List<LayoutElement> DefaultLayoutParser.parseView(View view, PageContext pageContext)
          Parses the layout in order to determine its size.
 java.util.List<LayoutElement> ILayoutParser.parseView(View view, PageContext pageContext)
          Prepares the layout, so that future requests aren't processed.
 void LayoutPainterManager.renderElements(ILayoutPainter painter, java.util.Collection<LayoutElement> elements, View view, PageContext pageContext)
          Render each element.
 boolean LayoutPainterManager.renderSection(View view, PageContext pageContext)
          Render a section.
 boolean LayoutPainterManager.renderView(View view, PageContext pageContext)
          Render the view.
 void LayoutElement.setView(View view)
           
 

Constructors in org.openxava.web.layout with parameters of type View
LayoutElement(View view, int groupLevel)
          Default constructor.
LayoutElement(View view, int groupLevel, LayoutElementType elementType)
          Preferred constructor.