Package | Description |
---|---|
org.openxava.actions | |
org.openxava.filters | |
org.openxava.tab | |
org.openxava.view | |
org.openxava.web | |
org.openxava.web.dwr | |
org.openxava.web.editors |
Modifier and Type | Method and Description |
---|---|
protected View |
CollectionElementViewBaseAction.getCollectionElementView() |
protected View |
RemoveSelectedInElementCollectionAction.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() |
Modifier and Type | Method and Description |
---|---|
java.util.Stack<View> |
ViewBaseAction.getPreviousViews() |
Modifier and Type | Method and Description |
---|---|
protected boolean |
CollectionElementViewBaseAction.isEntityReferencesCollection(View 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 |
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 |
OnChangePropertyBaseAction.showView(View newView) |
protected void |
ViewBaseAction.showView(View newView)
Shows the specified view.
|
Modifier and Type | Method and Description |
---|---|
View |
CollectionInViewBaseFilter.getView() |
Modifier and Type | Method and Description |
---|---|
void |
CollectionInViewBaseFilter.setView(View view) |
Modifier and Type | Method and Description |
---|---|
View |
Tab.getCollectionView()
If this tab represents a collection the collection view of that collection.
|
Modifier and Type | Method and Description |
---|---|
void |
Tab.setCollectionView(View collectionView)
If this tab represents a collection the collection view of that collection.
|
Modifier and Type | Method and Description |
---|---|
View |
View.getChangedSectionsView() |
View |
View.getCollectionRootOrRoot() |
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) |
Modifier and Type | Method and 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.
|
Modifier and Type | Method and Description |
---|---|
static java.lang.String |
Collections.sumPropertyScript(HttpServletRequest request,
View rootView,
java.lang.String sumProperty) |
static java.lang.String |
Collections.sumPropertyScript(java.lang.String application,
java.lang.String module,
View rootView,
java.lang.String sumProperty) |
static void |
Charts.updateView(HttpServletRequest request,
View view,
Tab tab,
Chart chart)
Update Actions
|
Modifier and Type | Method and Description |
---|---|
protected View |
ViewBase.getView(HttpServletRequest request,
java.lang.String application,
java.lang.String module) |
Modifier and Type | Method and Description |
---|---|
void |
TreeViewActions.parseActions(View view) |
Constructor and Description |
---|
CardIterator(Tab tab,
View view,
HttpServletRequest request,
Messages errors) |
TreeViewActions(View view,
TreeView metaTreeView) |