Uses of Class
org.opencms.ui.components.CmsResourceTableProperty
Package
Description
Contains classes for workplace actions.
Contains code for workplace apps.
Contains classes of the link validation app.
This package contains the app classes for the list configurations manager.
Contains some reusable GUI components for Vaadin UI.
Contains code for workplace context menu.
-
Uses of CmsResourceTableProperty in org.opencms.ui.actions
ModifierConstructorDescriptionCmsEditPropertyAction
(CmsResourceTableProperty propertyId, String titleKey) Constructor. -
Uses of CmsResourceTableProperty in org.opencms.ui.apps
Modifier and TypeFieldDescriptionstatic final Collection<CmsResourceTableProperty>
CmsFileExplorer.INLINE_EDIT_PROPERTIES
The in line editable resource properties.Modifier and TypeMethodDescriptionCmsFileExplorerSettings.getSortColumnId()
Gets the sort column id.Modifier and TypeMethodDescriptionCmsFileExplorerSettings.getCollapsedColumns()
Returns the collapsed column ids.Modifier and TypeMethodDescriptionvoid
CmsFileExplorerSettings.setSortColumnId
(CmsResourceTableProperty sortColumnId) Sets the sort column.Modifier and TypeMethodDescriptionvoid
CmsFileExplorerSettings.setCollapsedColumns
(List<CmsResourceTableProperty> collapsedColumns) Sets the collapsed columns. -
Uses of CmsResourceTableProperty in org.opencms.ui.apps.linkvalidation
Modifier and TypeFieldDescriptionprotected CmsResourceTableProperty
A_CmsLinkValidator.property
Property.Modifier and TypeMethodDescriptionabstract Map<CmsResourceTableProperty,
Integer> A_CmsLinkValidator.getTableProperties()
Get all properties.CmsLinkInFolderValidationApp.InFolderValidator.getTableProperties()
CmsLinkValidationApp.InternalValidator.getTableProperties()
-
Uses of CmsResourceTableProperty in org.opencms.ui.apps.lists
Modifier and TypeFieldDescriptionprotected static final CmsResourceTableProperty
CmsListManager.BLACKLISTED_PROPERTY
The blacklisted table column property id.protected static final CmsResourceTableProperty
CmsListManager.INFO_PROPERTY
The date series info table column property id.protected static final CmsResourceTableProperty
CmsListManager.INFO_PROPERTY_LABEL
The date series info label table column property id.static final CmsResourceTableProperty
CmsListManager.INSTANCEDATE_PROPERTY
The blacklisted table column property id.ModifierConstructorDescriptionCmsResultTable
(I_CmsContextProvider contextProvider, Map<CmsResourceTableProperty, Integer> tableColumns) Constructor. -
Uses of CmsResourceTableProperty in org.opencms.ui.components
Modifier and TypeFieldDescriptionstatic final CmsResourceTableProperty
CmsResourceTableProperty.PROPERTY_CACHE
Resource table property.static final CmsResourceTableProperty
CmsResourceTableProperty.PROPERTY_COPYRIGHT
Resource table property.static final CmsResourceTableProperty
CmsResourceTableProperty.PROPERTY_DATE_CREATED
Resource table property.static final CmsResourceTableProperty
CmsResourceTableProperty.PROPERTY_DATE_EXPIRED
Resource table property.static final CmsResourceTableProperty
CmsResourceTableProperty.PROPERTY_DATE_MODIFIED
Resource table property.static final CmsResourceTableProperty
CmsResourceTableProperty.PROPERTY_DATE_RELEASED
Resource table property.static final CmsResourceTableProperty
CmsResourceTableProperty.PROPERTY_DISABLED
Resource table property.static final CmsResourceTableProperty
CmsResourceTableProperty.PROPERTY_IN_NAVIGATION
Resource table property.static final CmsResourceTableProperty
CmsResourceTableProperty.PROPERTY_INSIDE_PROJECT
Resource table property.static final CmsResourceTableProperty
CmsResourceTableProperty.PROPERTY_INTERNAL_RESOURCE_TYPE
Resource table property.static final CmsResourceTableProperty
CmsResourceTableProperty.PROPERTY_IS_FOLDER
Resource table property.static final CmsResourceTableProperty
CmsResourceTableProperty.PROPERTY_NAVIGATION_POSITION
Resource table property.static final CmsResourceTableProperty
CmsResourceTableProperty.PROPERTY_NAVIGATION_TEXT
Resource table property.static final CmsResourceTableProperty
CmsResourceTableProperty.PROPERTY_PERMISSIONS
Resource table property.static final CmsResourceTableProperty
CmsResourceTableProperty.PROPERTY_PROJECT
Resource table property.static final CmsResourceTableProperty
CmsResourceTableProperty.PROPERTY_RELEASED_NOT_EXPIRED
Resource table property.static final CmsResourceTableProperty
CmsResourceTableProperty.PROPERTY_RESOURCE_NAME
Resource table property.static final CmsResourceTableProperty
CmsResourceTableProperty.PROPERTY_RESOURCE_TYPE
Resource table property.static final CmsResourceTableProperty
CmsResourceTableProperty.PROPERTY_SITE_PATH
Resource table property.static final CmsResourceTableProperty
CmsResourceTableProperty.PROPERTY_SIZE
Resource table property.static final CmsResourceTableProperty
CmsResourceTableProperty.PROPERTY_STATE
Resource table property.static final CmsResourceTableProperty
CmsResourceTableProperty.PROPERTY_STATE_NAME
Resource table property.static final CmsResourceTableProperty
CmsResourceTableProperty.PROPERTY_TITLE
Resource table property.static final CmsResourceTableProperty
CmsResourceTableProperty.PROPERTY_TREE_CAPTION
Resource table property.static final CmsResourceTableProperty
CmsResourceTableProperty.PROPERTY_TYPE_ICON
Resoure table property.static final CmsResourceTableProperty
CmsResourceTableProperty.PROPERTY_USER_CREATED
Resource table property.static final CmsResourceTableProperty
CmsResourceTableProperty.PROPERTY_USER_LOCKED
Resource table property.static final CmsResourceTableProperty
CmsResourceTableProperty.PROPERTY_USER_MODIFIED
Resource table property.Modifier and TypeFieldDescriptionstatic final Map<CmsResourceTableProperty,
Integer> CmsFileTable.DEFAULT_TABLE_PROPERTIES
The default file table columns.Modifier and TypeMethodDescriptionstatic List<CmsResourceTableProperty>
CmsResourceTableProperty.defaultProperties()
Gets the list of default columns.static Map<String,
CmsResourceTableProperty> CmsResourceTableProperty.getDefaultColumnsByName()
Gets a map of default columns by name.Modifier and TypeMethodDescriptionCmsResourceTable.ColumnBuilder.column
(CmsResourceTableProperty prop) Adds a new column.CmsResourceTable.ColumnBuilder.column
(CmsResourceTableProperty prop, int flags) Adds a new column.<p<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 TypeMethodDescriptionvoid
CmsFileTableDialogContext.setEditableProperties
(Collection<CmsResourceTableProperty> editableProperties) Sets the in line editable properties.ModifierConstructorDescriptionCmsFileTable
(I_CmsContextProvider contextProvider, Map<CmsResourceTableProperty, Integer> tableColumns) Default constructor.