Class UiToolButton

  • All Implemented Interfaces:
    UiObject

    public class UiToolButton
    extends UiComponent
    implements UiObject
    THIS IS GENERATED CODE! PLEASE DO NOT MODIFY - ALL YOUR WORK WOULD BE LOST!
    • Field Detail

      • icon

        protected java.lang.String icon
      • popoverText

        protected java.lang.String popoverText
      • grayOutIfNotHovered

        protected boolean grayOutIfNotHovered
      • minDropDownWidth

        protected int minDropDownWidth
      • minDropDownHeight

        protected int minDropDownHeight
      • openDropDownIfNotSet

        protected boolean openDropDownIfNotSet
    • Constructor Detail

      • UiToolButton

        @Deprecated
        public UiToolButton()
        Deprecated.
        Only for Jackson deserialization. Use the other constructor instead.
      • UiToolButton

        public UiToolButton​(java.lang.String icon,
                            java.lang.String popoverText)
    • Method Detail

      • getIcon

        public java.lang.String getIcon()
      • getPopoverText

        public java.lang.String getPopoverText()
      • getGrayOutIfNotHovered

        public boolean getGrayOutIfNotHovered()
      • getMinDropDownWidth

        public int getMinDropDownWidth()
      • getMinDropDownHeight

        public int getMinDropDownHeight()
      • getOpenDropDownIfNotSet

        public boolean getOpenDropDownIfNotSet()
      • setStylesBySelector

        public UiToolButton setStylesBySelector​(java.util.Map<java.lang.String,​java.util.Map<java.lang.String,​java.lang.String>> stylesBySelector)
        Overrides:
        setStylesBySelector in class UiComponent
      • setClassNamesBySelector

        public UiToolButton setClassNamesBySelector​(java.util.Map<java.lang.String,​java.util.Map<java.lang.String,​java.lang.Boolean>> classNamesBySelector)
        Overrides:
        setClassNamesBySelector in class UiComponent
      • setAttributesBySelector

        public UiToolButton setAttributesBySelector​(java.util.Map<java.lang.String,​java.util.Map<java.lang.String,​java.lang.String>> attributesBySelector)
        Overrides:
        setAttributesBySelector in class UiComponent
      • setGrayOutIfNotHovered

        public UiToolButton setGrayOutIfNotHovered​(boolean grayOutIfNotHovered)
      • setMinDropDownWidth

        public UiToolButton setMinDropDownWidth​(int minDropDownWidth)
      • setMinDropDownHeight

        public UiToolButton setMinDropDownHeight​(int minDropDownHeight)
      • setOpenDropDownIfNotSet

        public UiToolButton setOpenDropDownIfNotSet​(boolean openDropDownIfNotSet)