Package | Description |
---|---|
org.openxava.actions | |
org.openxava.session | |
org.openxava.tab | |
org.openxava.view | |
org.openxava.web | |
org.openxava.web.editors |
Modifier and Type | Method and Description |
---|---|
Tab |
GoAddColumnsAction.getCustomizingTab() |
Tab |
GoListAction.getMainTab() |
Tab |
InitListAction.getMainTab() |
Tab |
ViewDetailAction.getMainTab() |
Tab |
AddColumnsAction.getTab() |
Tab |
AddElementsToCollectionAction.getTab() |
Tab |
CancelFromCustomListAction.getTab() |
Tab |
ChooseReferenceAction.getTab() |
Tab |
GoAddElementsToCollectionAction.getTab() |
Tab |
GoDetailAction.getTab() |
Tab |
GoListAction.getTab() |
protected Tab |
OnChangeChartBaseAction.getTab() |
protected Tab |
OnChangeChartColumnBaseAction.getTab() |
Tab |
ReferenceSearchAction.getTab() |
Tab |
RestoreDefaultColumnsAction.getTab() |
protected Tab |
TabBaseAction.getTab() |
protected Tab |
ViewDetailAction.getTab() |
Modifier and Type | Method and Description |
---|---|
void |
GoAddColumnsAction.setCustomizingTab(Tab customizingTab) |
void |
GoListAction.setMainTab(Tab maintTab) |
void |
InitListAction.setMainTab(Tab mainTab) |
void |
ViewDetailAction.setMainTab(Tab mainTab) |
void |
AddColumnsAction.setTab(Tab tab) |
void |
AddElementsToCollectionAction.setTab(Tab web) |
void |
CancelFromCustomListAction.setTab(Tab tab) |
void |
ChooseReferenceAction.setTab(Tab web) |
void |
GoAddElementsToCollectionAction.setTab(Tab tab) |
void |
GoDetailAction.setTab(Tab tab) |
void |
GoListAction.setTab(Tab tab) |
void |
ReferenceSearchAction.setTab(Tab tab) |
void |
RestoreDefaultColumnsAction.setTab(Tab tab) |
Modifier and Type | Method and Description |
---|---|
static Chart |
Chart.create(Tab tab) |
static MyReport |
MyReport.create(Tab tab) |
static MyReport |
MyReport.createEmpty(Tab tab) |
static MyReport |
MyReport.find(Tab tab,
java.lang.String name) |
static Chart |
Chart.load(Tab tab) |
void |
Chart.save(Tab tab) |
Modifier and Type | Method and Description |
---|---|
Tab |
Tab.clone() |
Modifier and Type | Method and Description |
---|---|
Tab |
View.getCollectionTab()
Tab used for manage the data of this collection. |
Modifier and Type | Method and Description |
---|---|
static void |
Charts.updateView(HttpServletRequest request,
View view,
Tab tab,
Chart chart)
Update Actions
|
Modifier and Type | Method and Description |
---|---|
void |
TreeViewParser.createMetaTreeView(Tab tab,
java.lang.String viewObject,
java.lang.String collectionName,
Style style,
Messages errors)
Creates the MetaTreeView for later use
|
Constructor and Description |
---|
CardIterator(Tab tab,
View view,
HttpServletRequest request,
Messages errors) |