Class CmsDialogOptions.Option
java.lang.Object
org.opencms.ade.containerpage.shared.CmsDialogOptions.Option
- All Implemented Interfaces:
Serializable
- Enclosing class:
- CmsDialogOptions
Describes a dialog option.
- See Also:
-
Constructor Details
-
Option
Constructor.- Parameters:
value
- the valuelabel
- the labeldescription
- the descriptiondisabled
- if disabled
-
Option
protected Option()Constructor used for serialization.
-
-
Method Details
-
getDescription
Returns the description.- Returns:
- the description
-
getLabel
Returns the label.- Returns:
- the label
-
getValue
Returns the value.- Returns:
- the value
-
isDisabled
Returns if the option is disabled.- Returns:
- if the option is disabled
-