Uses of Class
org.openxava.tab.Tab
-
Packages that use Tab Package Description org.openxava.actions org.openxava.session org.openxava.tab org.openxava.view org.openxava.web org.openxava.web.editors -
-
Uses of Tab in org.openxava.actions
Methods in org.openxava.actions that return Tab Modifier and Type Method Description TabGoAddColumnsAction. getCustomizingTab()TabGoListAction. getMainTab()TabInitListAction. getMainTab()TabViewDetailAction. getMainTab()TabAddColumnsAction. getTab()TabAddElementsToCollectionAction. getTab()TabCancelFromCustomListAction. getTab()TabChooseReferenceAction. getTab()TabGoAddElementsToCollectionAction. getTab()TabGoDetailAction. getTab()TabGoListAction. getTab()protected TabOnChangeChartBaseAction. getTab()protected TabOnChangeChartColumnBaseAction. getTab()TabOnChangeSearchAction. getTab()TabReferenceSearchAction. getTab()TabRestoreDefaultColumnsAction. getTab()protected TabTabBaseAction. getTab()protected TabViewDetailAction. getTab()Methods in org.openxava.actions with parameters of type Tab Modifier and Type Method Description voidGoAddColumnsAction. setCustomizingTab(Tab customizingTab)voidGoListAction. setMainTab(Tab maintTab)voidInitListAction. setMainTab(Tab mainTab)voidViewDetailAction. setMainTab(Tab mainTab)voidAddColumnsAction. setTab(Tab tab)voidAddElementsToCollectionAction. setTab(Tab web)voidCancelFromCustomListAction. setTab(Tab tab)voidChooseReferenceAction. setTab(Tab web)voidGoAddElementsToCollectionAction. setTab(Tab tab)voidGoDetailAction. setTab(Tab tab)voidGoListAction. setTab(Tab tab)voidOnChangeSearchAction. setTab(Tab tab)voidReferenceSearchAction. setTab(Tab tab)voidRestoreDefaultColumnsAction. setTab(Tab tab) -
Uses of Tab in org.openxava.session
Methods in org.openxava.session with parameters of type Tab Modifier and Type Method Description static ChartChart. create(Tab tab)static MyReportMyReport. create(Tab tab)static MyReportMyReport. createEmpty(Tab tab)static MyReportMyReport. find(Tab tab, java.lang.String name)static ChartChart. load(Tab tab)voidChart. save(Tab tab) -
Uses of Tab in org.openxava.tab
Methods in org.openxava.tab that return Tab Modifier and Type Method Description TabTab. clone() -
Uses of Tab in org.openxava.view
Methods in org.openxava.view that return Tab Modifier and Type Method Description TabView. getCollectionTab()Tabused for manage the data of this collection. -
Uses of Tab in org.openxava.web
Methods in org.openxava.web with parameters of type Tab Modifier and Type Method Description static voidCharts. updateView(javax.servlet.http.HttpServletRequest request, View view, Tab tab, Chart chart)Update Actions -
Uses of Tab in org.openxava.web.editors
Methods in org.openxava.web.editors with parameters of type Tab Modifier and Type Method Description voidTreeViewParser. createMetaTreeView(Tab tab, java.lang.String viewObject, java.lang.String collectionName, Style style, Messages errors)Creates the MetaTreeView for later useConstructors in org.openxava.web.editors with parameters of type Tab Constructor Description CardIterator(Tab tab, View view, javax.servlet.http.HttpServletRequest request, Messages errors)
-