Class CmsDialogOptions.Option

java.lang.Object
org.opencms.ade.containerpage.shared.CmsDialogOptions.Option
All Implemented Interfaces:
Serializable
Enclosing class:
CmsDialogOptions

public static class CmsDialogOptions.Option extends Object implements Serializable
Describes a dialog option.

See Also:
  • Constructor Details

    • Option

      public Option(String value, String label, String description, boolean disabled)
      Constructor.

      Parameters:
      value - the value
      label - the label
      description - the description
      disabled - if disabled
    • Option

      protected Option()
      Constructor used for serialization.

  • Method Details

    • getDescription

      Returns the description.

      Returns:
      the description
    • getLabel

      public String getLabel()
      Returns the label.

      Returns:
      the label
    • getValue

      public String getValue()
      Returns the value.

      Returns:
      the value
    • isDisabled

      public boolean isDisabled()
      Returns if the option is disabled.

      Returns:
      if the option is disabled