| Package | Description |
|---|---|
| org.opencms.workplace.editors.directedit |
Used to control the generation of the HTML for the "direct edit" buttons.
|
| Modifier and Type | Field and Description |
|---|---|
static CmsDirectEditButtonSelection |
CmsDirectEditButtonSelection.EDIT
Constant to indicate "show only the edit button".
|
static CmsDirectEditButtonSelection |
CmsDirectEditButtonSelection.EDIT_DELETE
Constant to indicate "show the edit and the delete button".
|
static CmsDirectEditButtonSelection |
CmsDirectEditButtonSelection.EDIT_DELETE_NEW
Constant to indicate "show the edit, the delete and the new button".
|
static CmsDirectEditButtonSelection |
CmsDirectEditButtonSelection.EDIT_NEW
Constant to indicate "show the edit and the delete button".
|
protected CmsDirectEditButtonSelection |
CmsDirectEditParams.m_options
The direct edit options to display buttons for.
|
static CmsDirectEditButtonSelection |
CmsDirectEditButtonSelection.NEW
Constant to indicate "show only the new button" used on empty lists.
|
| Modifier and Type | Method and Description |
|---|---|
CmsDirectEditButtonSelection |
CmsDirectEditParams.getButtonSelection()
Returns the direct edit buttons selection to display.
|
| Constructor and Description |
|---|
CmsDirectEditParams(java.lang.String resourceName,
CmsDirectEditButtonSelection options,
CmsDirectEditMode mode,
java.lang.String linkForNew)
Creates a new direct edit parameter set usually used within a XML content load loop for a
xmlcontent. |