Uses of Class
org.openxava.view.View
-
Packages that use View Package Description com.openxava.naviox.impl org.openxava.actions org.openxava.filters org.openxava.tab org.openxava.view org.openxava.web org.openxava.web.dwr org.openxava.web.editors -
-
Uses of View in com.openxava.naviox.impl
Methods in com.openxava.naviox.impl with parameters of type View Modifier and Type Method Description java.lang.String[]ISignInHelperProvider. init(javax.servlet.http.HttpServletRequest request, View view)static java.lang.String[]SignInHelper. init(javax.servlet.http.HttpServletRequest request, View view)java.lang.String[]SignInHelperProvider. init(javax.servlet.http.HttpServletRequest request, View view)voidISignInHelperProvider. initRequest(javax.servlet.http.HttpServletRequest request, View view)static voidSignInHelper. initRequest(javax.servlet.http.HttpServletRequest request, View view)voidSignInHelperProvider. initRequest(javax.servlet.http.HttpServletRequest request, View view) -
Uses of View in org.openxava.actions
Methods in org.openxava.actions that return View Modifier and Type Method Description protected ViewCollectionElementViewBaseAction. getCollectionElementView()protected ViewRemoveSelectedInElementCollectionAction. getCollectionElementView()ViewReferenceBaseAction.ViewInfo. getParent()protected ViewCollectionElementViewBaseAction. getParentView()protected ViewViewBaseAction. getPreviousView()ViewChooseReferenceAction. getReferenceSubview()ViewReferenceBaseAction. getReferenceSubview()ViewCollectionElementViewBaseAction. getView()ViewGoListAction. getView()ViewOnChangePropertyBaseAction. getView()The view where the on-change is declared.ViewReferenceBaseAction.ViewInfo. getView()ViewViewBaseAction. getView()Methods in org.openxava.actions that return types with arguments of type View Modifier and Type Method Description java.util.Stack<View>ViewBaseAction. getPreviousViews()Methods in org.openxava.actions with parameters of type View Modifier and Type Method Description protected booleanCollectionElementViewBaseAction. isEntityReferencesCollection(View view)protected java.util.MapSaveElementInCollectionAction. saveIfNotExists(View view)voidChooseReferenceAction. setReferenceSubview(View view)voidReferenceBaseAction. setReferenceSubview(View view)voidGoListAction. setView(View view)voidIOnChangePropertyAction. setView(View view)voidIPropertyAction. setView(View view)The container view of the property associated to this action.voidViewBaseAction. setView(View view)protected voidCollectionElementViewBaseAction. showDialog(View viewToShowInDialog)protected voidViewBaseAction. showDialog(View viewToShowInDialog)Shows the specified view inside a dialog.protected voidOnChangePropertyBaseAction. showView(View newView)protected voidViewBaseAction. showView(View newView)Shows the specified view. -
Uses of View in org.openxava.filters
Methods in org.openxava.filters that return View Modifier and Type Method Description ViewCollectionInViewBaseFilter. getView()Methods in org.openxava.filters with parameters of type View Modifier and Type Method Description voidCollectionInViewBaseFilter. setView(View view) -
Uses of View in org.openxava.tab
Methods in org.openxava.tab that return View Modifier and Type Method Description ViewTab. getCollectionView()If this tab represents a collection the collection view of that collection.Methods in org.openxava.tab with parameters of type View Modifier and Type Method Description voidTab. 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 Modifier and Type Method Description ViewView. getChangedSectionsView()ViewView. getCollectionRootOrRoot()ViewView. getGroupView(java.lang.String name)ViewView. getParent()ViewView. getRoot()ViewView. getSectionView(int index)ViewView. getSubview(java.lang.String name)Methods in org.openxava.view that return types with arguments of type View Modifier and Type Method Description java.util.Map<java.lang.String,View>View. getChangedCollections()Qualified ids of the collections changed in this request.java.util.Map<View,java.lang.Integer>View. getChangedCollectionSizesInSections()Views of sections that have collection size in the label, with the collection size.java.util.Map<java.lang.String,View>View. getChangedCollectionsTotals()Qualified ids of the collections totals changed in this request. -
Uses of View in org.openxava.web
Methods in org.openxava.web with parameters of type View Modifier and Type Method Description static java.lang.StringEditorsEvents. onChangeCalculateDataAttributes(java.lang.String application, java.lang.String module, View rootView, java.lang.String changedProperty)static voidCharts. updateView(javax.servlet.http.HttpServletRequest request, View view, Tab tab, Chart chart)Update Actions -
Uses of View in org.openxava.web.dwr
Methods in org.openxava.web.dwr that return View Modifier and Type Method Description protected ViewCalendar. getView(javax.servlet.http.HttpServletRequest request, java.lang.String application, java.lang.String module)protected ViewTree. getView(javax.servlet.http.HttpServletRequest request, java.lang.String application, java.lang.String module)protected ViewViewBase. getView(javax.servlet.http.HttpServletRequest request, java.lang.String application, java.lang.String module) -
Uses of View in org.openxava.web.editors
Constructors in org.openxava.web.editors with parameters of type View Constructor Description CardIterator(Tab tab, View view, javax.servlet.http.HttpServletRequest request, Messages errors)CollectionChart(View view)
-