| Package | Description |
|---|---|
| org.opencms.gwt |
Provides core support for GWT.
|
| org.opencms.gwt.shared |
Core shared stuff.
|
| Modifier and Type | Field and Description |
|---|---|
static java.util.Map<CmsResourceStatusTabId,CmsMessageContainer> |
CmsResourceStatusConstants.STATUS_TABS_CONTAINER_PAGE
Tab configuration for container pages.
|
static java.util.Map<CmsResourceStatusTabId,CmsMessageContainer> |
CmsResourceStatusConstants.STATUS_TABS_CONTENT
Tab configuration for contents.
|
static java.util.Map<CmsResourceStatusTabId,CmsMessageContainer> |
CmsResourceStatusConstants.STATUS_TABS_OTHER
Tab configuration for other resources.
|
| Modifier and Type | Method and Description |
|---|---|
CmsResourceStatusTabId |
CmsResourceStatusBean.getStartTab()
Gets the start tab.
|
static CmsResourceStatusTabId |
CmsResourceStatusTabId.valueOf(java.lang.String name)
Returns the enum constant of this type with the specified name.
|
static CmsResourceStatusTabId[] |
CmsResourceStatusTabId.values()
Returns an array containing the constants of this enum type, in
the order they are declared.
|
| Modifier and Type | Method and Description |
|---|---|
java.util.LinkedHashMap<CmsResourceStatusTabId,java.lang.String> |
CmsResourceStatusBean.getTabs()
Gets the tab configuration, which is an ordered map defining the tabs to display and their order, with the tab labels as values.
|
| Modifier and Type | Method and Description |
|---|---|
void |
CmsResourceStatusBean.setStartTab(CmsResourceStatusTabId startTab)
Sets the start tab.
|
| Modifier and Type | Method and Description |
|---|---|
void |
CmsResourceStatusBean.setTabs(java.util.LinkedHashMap<CmsResourceStatusTabId,java.lang.String> tabs)
Sets the tab configuration.
|