Class CmsDialogOptions.Option

    • Constructor Summary

      Constructors 
      Modifier Constructor Description
      protected Option()
      Constructor used for serialization.
        Option​(java.lang.String value, java.lang.String label, java.lang.String description, boolean disabled)
      Constructor.
    • Method Summary

      All Methods Instance Methods Concrete Methods 
      Modifier and Type Method Description
      java.lang.String getDescription()
      Returns the description.
      java.lang.String getLabel()
      Returns the label.
      java.lang.String getValue()
      Returns the value.
      boolean isDisabled()
      Returns if the option is disabled.
      • Methods inherited from class java.lang.Object

        clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
    • Constructor Detail

      • Option

        public Option​(java.lang.String value,
                      java.lang.String label,
                      java.lang.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 Detail

      • getDescription

        public java.lang.String getDescription()
        Returns the description.

        Returns:
        the description
      • getLabel

        public java.lang.String getLabel()
        Returns the label.

        Returns:
        the label
      • getValue

        public java.lang.String getValue()
        Returns the value.

        Returns:
        the value
      • isDisabled

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

        Returns:
        if the option is disabled