Class ActionLinkItem


  • public class ActionLinkItem
    extends Object
    Inner class to put certain type of link into UI, that could be enabled or disabled by user actions
    Author:
    zqian
    • Constructor Detail

      • ActionLinkItem

        public ActionLinkItem()
      • ActionLinkItem

        public ActionLinkItem​(String id,
                              String label,
                              String link,
                              boolean toggleable,
                              boolean disabled)
    • Method Detail

      • getId

        public String getId()
      • setId

        public void setId​(String id)
      • getLabel

        public String getLabel()
      • setLabel

        public void setLabel​(String label)
      • getLink

        public String getLink()
      • setLink

        public void setLink​(String link)
      • getToggleable

        public boolean getToggleable()
      • setToggleable

        public void setToggleable​(boolean toggleable)
      • getDisabled

        public boolean getDisabled()
      • setDisabled

        public void setDisabled​(boolean disabled)