Class Icon

    • Constructor Detail

      • Icon

        public Icon()
    • Method Detail

      • getContent

        public String getContent()
        Used to define the icon for a link.
        Returns:
        possible object is String
      • setContent

        public void setContent​(String value)
        Sets the value of the content property.
        Parameters:
        value - allowed object is String
      • getLabel

        public String getLabel()
        The label for this icon.
        Returns:
        possible object is String
      • setLabel

        public void setLabel​(String value)
        Sets the value of the label property.
        Parameters:
        value - allowed object is String
      • getCondition

        public String getCondition()
        The icon is only being displayed if this evaluates to true.
        Returns:
        possible object is String
      • setCondition

        public void setCondition​(String value)
        Sets the value of the condition property.
        Parameters:
        value - allowed object is String
      • setType

        public void setType​(Icontype value)
        Sets the value of the type property.
        Parameters:
        value - allowed object is Icontype