Class Link

    • Constructor Detail

      • Link

        public Link()
    • Method Detail

      • getCondition

        public Condition getCondition()
        Gets the value of the condition property.
        Returns:
        possible object is Condition
      • setCondition

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

        public Permissions getPermissions()
        Gets the value of the permissions property.
        Returns:
        possible object is Permissions
      • setPermissions

        public void setPermissions​(Permissions value)
        Sets the value of the permissions property.
        Parameters:
        value - allowed object is Permissions
      • getLabel

        public Label getLabel()
        Gets the value of the label property.
        Returns:
        possible object is Label
      • setLabel

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

        public Icon getIcon()
        Gets the value of the icon property.
        Returns:
        possible object is Icon
      • setIcon

        public void setIcon​(Icon value)
        Sets the value of the icon property.
        Parameters:
        value - allowed object is Icon
      • getConfirmation

        public Label getConfirmation()
        Gets the value of the confirmation property.
        Returns:
        possible object is Label
      • setConfirmation

        public void setConfirmation​(Label value)
        Sets the value of the confirmation property.
        Parameters:
        value - allowed object is Label
      • getTextelements

        public Textelements getTextelements()
        Gets the value of the textelements property.
        Returns:
        possible object is Textelements
      • setTextelements

        public void setTextelements​(Textelements value)
        Sets the value of the textelements property.
        Parameters:
        value - allowed object is Textelements
      • getId

        public String getId()
        The unqiue id of this Link within the owning Linkpanel
        Returns:
        possible object is String
      • setId

        public void setId​(String value)
        Sets the value of the id property.
        Parameters:
        value - allowed object is String
      • setMode

        public void setMode​(Linkmode value)
        Sets the value of the mode property.
        Parameters:
        value - allowed object is Linkmode
      • setTarget

        public void setTarget​(String value)
        Sets the value of the target property.
        Parameters:
        value - allowed object is String
      • getDefault

        public String getDefault()
        If evaluating to true, the link will be the default for the current Result (Linkmode.INTERN only).
        Returns:
        possible object is String
      • setDefault

        public void setDefault​(String value)
        Sets the value of the default property.
        Parameters:
        value - allowed object is String
      • getActive

        public String getActive()
        If evaluating to true, the link will be marked as currently active.
        Returns:
        possible object is String
      • setActive

        public void setActive​(String value)
        Sets the value of the active property.
        Parameters:
        value - allowed object is String
      • setDisabled

        public void setDisabled​(Boolean value)
        Sets the value of the disabled property.
        Parameters:
        value - allowed object is Boolean
      • isShowDisabled

        public Boolean isShowDisabled()
        If set to true, and the link condition evaluates to false, the link will be displayed in an disabled state instead of hiding it completely.
        Returns:
        possible object is Boolean
      • setShowDisabled

        public void setShowDisabled​(Boolean value)
        Sets the value of the showDisabled property.
        Parameters:
        value - allowed object is Boolean