| Package | Description |
|---|---|
| org.opencms.workplace.tools |
Contains the base classes for implementing a tool in the OpenCms Workplace "Administration" view.
|
| Modifier and Type | Field and Description |
|---|---|
static CmsHtmlIconButtonStyleEnum |
CmsHtmlIconButtonStyleEnum.BIG_ICON_TEXT
Constant for ascending ordering.
|
static CmsHtmlIconButtonStyleEnum |
CmsHtmlIconButtonStyleEnum.SMALL_ICON_ONLY
Constant for none ordering.
|
static CmsHtmlIconButtonStyleEnum |
CmsHtmlIconButtonStyleEnum.SMALL_ICON_TEXT
Constant for descending ordering.
|
| Modifier and Type | Field and Description |
|---|---|
static java.util.List<CmsHtmlIconButtonStyleEnum> |
CmsHtmlIconButtonStyleEnum.VALUES
List of ordering constants.
|
| Modifier and Type | Method and Description |
|---|---|
static CmsHtmlIconButtonStyleEnum |
CmsHtmlIconButtonStyleEnum.valueOf(java.lang.String value)
Parses an string into an element of this enumeration.
|
| Modifier and Type | Method and Description |
|---|---|
static java.lang.String |
A_CmsHtmlIconButton.defaultButtonHtml(CmsHtmlIconButtonStyleEnum style,
java.lang.String id,
java.lang.String name,
java.lang.String helpText,
boolean enabled,
java.lang.String iconPath,
java.lang.String confirmationMessage,
java.lang.String onClick)
Generates a default html code for icon buttons.
|
static java.lang.String |
A_CmsHtmlIconButton.defaultButtonHtml(CmsHtmlIconButtonStyleEnum style,
java.lang.String id,
java.lang.String helpId,
java.lang.String name,
java.lang.String helpText,
boolean enabled,
java.lang.String iconPath,
java.lang.String confirmationMessage,
java.lang.String onClick,
boolean singleHelp,
java.lang.String rightHtml)
Generates a default html code where several buttons can have the same help text.
|