| Package | Description |
|---|---|
| org.opencms.ui.actions |
Contains classes for workplace actions.
|
| org.opencms.ui.apps |
Contains code for workplace apps
|
| org.opencms.ui.apps.linkvalidation |
Contains classes of the link validation app.
|
| org.opencms.ui.apps.lists |
This package contains the app classes for the list configurations manager.
|
| org.opencms.ui.components |
Contains some reusable GUI components for Vaadin UI
|
| org.opencms.ui.contextmenu |
Contains code for workplace context menu
|
| Constructor and Description |
|---|
CmsEditPropertyAction(CmsResourceTableProperty propertyId,
java.lang.String titleKey)
Constructor.
|
| Modifier and Type | Field and Description |
|---|---|
static java.util.Collection<CmsResourceTableProperty> |
CmsFileExplorer.INLINE_EDIT_PROPERTIES
The in line editable resource properties.
|
| Modifier and Type | Method and Description |
|---|---|
CmsResourceTableProperty |
CmsFileExplorerSettings.getSortColumnId()
Gets the sort column id.
|
| Modifier and Type | Method and Description |
|---|---|
java.util.List<CmsResourceTableProperty> |
CmsFileExplorerSettings.getCollapsedColumns()
Returns the collapsed column ids.
|
| Modifier and Type | Method and Description |
|---|---|
void |
CmsFileExplorerSettings.setSortColumnId(CmsResourceTableProperty sortColumnId)
Sets the sort column.
|
| Modifier and Type | Method and Description |
|---|---|
void |
CmsFileExplorerSettings.setCollapsedColumns(java.util.List<CmsResourceTableProperty> collapsedColumns)
Sets the collapsed columns.
|
| Modifier and Type | Field and Description |
|---|---|
protected CmsResourceTableProperty |
A_CmsLinkValidator.property
Property.
|
| Modifier and Type | Method and Description |
|---|---|
CmsResourceTableProperty |
A_CmsLinkValidator.getTableProperty()
Get table property.
|
| Modifier and Type | Method and Description |
|---|---|
java.util.Map<CmsResourceTableProperty,java.lang.Integer> |
CmsLinkInFolderValidationApp.InFolderValidator.getTableProperties() |
java.util.Map<CmsResourceTableProperty,java.lang.Integer> |
CmsLinkValidationApp.InternalValidator.getTableProperties() |
abstract java.util.Map<CmsResourceTableProperty,java.lang.Integer> |
A_CmsLinkValidator.getTableProperties()
Get all properties.
|
| Modifier and Type | Field and Description |
|---|---|
protected static CmsResourceTableProperty |
CmsListManager.BLACKLISTED_PROPERTY
The blacklisted table column property id.
|
protected static CmsResourceTableProperty |
CmsListManager.INFO_PROPERTY
The date series info table column property id.
|
protected static CmsResourceTableProperty |
CmsListManager.INFO_PROPERTY_LABEL
The date series info label table column property id.
|
protected static CmsResourceTableProperty |
CmsListManager.INSTANCEDATE_PROPERTY
The blacklisted table column property id.
|
| Constructor and Description |
|---|
CmsResultTable(I_CmsContextProvider contextProvider,
java.util.Map<CmsResourceTableProperty,java.lang.Integer> tableColumns)
Constructor.
|
| Modifier and Type | Field and Description |
|---|---|
static CmsResourceTableProperty |
CmsResourceTableProperty.PROPERTY_CACHE
Resource table property.
|
static CmsResourceTableProperty |
CmsResourceTableProperty.PROPERTY_COPYRIGHT
Resource table property.
|
static CmsResourceTableProperty |
CmsResourceTableProperty.PROPERTY_DATE_CREATED
Resource table property.
|
static CmsResourceTableProperty |
CmsResourceTableProperty.PROPERTY_DATE_EXPIRED
Resource table property.
|
static CmsResourceTableProperty |
CmsResourceTableProperty.PROPERTY_DATE_MODIFIED
Resource table property.
|
static CmsResourceTableProperty |
CmsResourceTableProperty.PROPERTY_DATE_RELEASED
Resource table property.
|
static CmsResourceTableProperty |
CmsResourceTableProperty.PROPERTY_DISABLED
Resource table property.
|
static CmsResourceTableProperty |
CmsResourceTableProperty.PROPERTY_IN_NAVIGATION
Resource table property.
|
static CmsResourceTableProperty |
CmsResourceTableProperty.PROPERTY_INSIDE_PROJECT
Resource table property.
|
static CmsResourceTableProperty |
CmsResourceTableProperty.PROPERTY_IS_FOLDER
Resource table property.
|
static CmsResourceTableProperty |
CmsResourceTableProperty.PROPERTY_NAVIGATION_POSITION
Resource table property.
|
static CmsResourceTableProperty |
CmsResourceTableProperty.PROPERTY_NAVIGATION_TEXT
Resource table property.
|
static CmsResourceTableProperty |
CmsResourceTableProperty.PROPERTY_PERMISSIONS
Resource table property.
|
static CmsResourceTableProperty |
CmsResourceTableProperty.PROPERTY_PROJECT
Resource table property.
|
static CmsResourceTableProperty |
CmsResourceTableProperty.PROPERTY_RELEASED_NOT_EXPIRED
Resource table property.
|
static CmsResourceTableProperty |
CmsResourceTableProperty.PROPERTY_RESOURCE_NAME
Resource table property.
|
static CmsResourceTableProperty |
CmsResourceTableProperty.PROPERTY_RESOURCE_TYPE
Resource table property.
|
static CmsResourceTableProperty |
CmsResourceTableProperty.PROPERTY_SITE_PATH
Resource table property.
|
static CmsResourceTableProperty |
CmsResourceTableProperty.PROPERTY_SIZE
Resource table property.
|
static CmsResourceTableProperty |
CmsResourceTableProperty.PROPERTY_STATE
Resource table property.
|
static CmsResourceTableProperty |
CmsResourceTableProperty.PROPERTY_STATE_NAME
Resource table property.
|
static CmsResourceTableProperty |
CmsResourceTableProperty.PROPERTY_TITLE
Resource table property.
|
static CmsResourceTableProperty |
CmsResourceTableProperty.PROPERTY_TREE_CAPTION
Resource table property.
|
static CmsResourceTableProperty |
CmsResourceTableProperty.PROPERTY_TYPE_ICON
Resoure table property.
|
static CmsResourceTableProperty |
CmsResourceTableProperty.PROPERTY_USER_CREATED
Resource table property.
|
static CmsResourceTableProperty |
CmsResourceTableProperty.PROPERTY_USER_LOCKED
Resource table property.
|
static CmsResourceTableProperty |
CmsResourceTableProperty.PROPERTY_USER_MODIFIED
Resource table property.
|
| Modifier and Type | Field and Description |
|---|---|
static java.util.Map<CmsResourceTableProperty,java.lang.Integer> |
CmsFileTable.DEFAULT_TABLE_PROPERTIES
The default file table columns.
|
| Modifier and Type | Method and Description |
|---|---|
CmsResourceTableProperty |
CmsResourceTable.ColumnEntry.getColumn()
Returns the column.
|
| Modifier and Type | Method and Description |
|---|---|
static java.util.List<CmsResourceTableProperty> |
CmsResourceTableProperty.defaultProperties()
Gets the list of default columns.
|
static java.util.Map<java.lang.String,CmsResourceTableProperty> |
CmsResourceTableProperty.getDefaultColumnsByName()
Gets a map of default columns by name.
|
| Modifier and Type | Method and Description |
|---|---|
CmsResourceTable.ColumnBuilder |
CmsResourceTable.ColumnBuilder.column(CmsResourceTableProperty prop)
Adds a new column.
|
CmsResourceTable.ColumnBuilder |
CmsResourceTable.ColumnBuilder.column(CmsResourceTableProperty prop,
int flags)
Adds a new column.
|
boolean |
CmsResourceTable.isColumnVisible(CmsResourceTableProperty propertyId)
Returns if the column with the given property id is visible and not collapsed.
|
boolean |
CmsFileTable.isEditProperty(CmsResourceTableProperty propertyId)
Returns if the given property is being edited.
|
void |
CmsFileTable.setActionColumnProperty(CmsResourceTableProperty actionColumnProperty)
Sets the default action column property.
|
void |
CmsResourceTable.ColumnEntry.setColumn(CmsResourceTableProperty column)
Sets the column.
|
void |
CmsFileTable.startEdit(CmsUUID itemId,
CmsResourceTableProperty propertyId,
I_CmsFilePropertyEditHandler editHandler)
Starts inline editing of the given file property.
|
| Modifier and Type | Method and Description |
|---|---|
void |
CmsFileTableDialogContext.setEditableProperties(java.util.Collection<CmsResourceTableProperty> editableProperties)
Sets the in line editable properties.
|
| Constructor and Description |
|---|
CmsFileTable(I_CmsContextProvider contextProvider,
java.util.Map<CmsResourceTableProperty,java.lang.Integer> tableColumns)
Default constructor.
|
| Constructor and Description |
|---|
CmsContextMenuEditHandler(CmsUUID editId,
CmsResourceTableProperty editProperty,
CmsFileTable fileTable,
I_CmsDialogContext context)
Constructor.
|