Class Button


  • public class Button
    extends Object
    • Method Detail

      • getBackgroundColor

        public String getBackgroundColor()
      • setBackgroundColor

        public void setBackgroundColor​(String backgroundColor)
      • getColor

        public String getColor()
      • setColor

        public void setColor​(String color)
      • getBorderStyle

        public String getBorderStyle()
      • setBorderStyle

        public void setBorderStyle​(String borderStyle)
      • getBorderColor

        public String getBorderColor()
      • setBorderColor

        public void setBorderColor​(String borderColor)
      • getBorderWidth

        public Integer getBorderWidth()
      • setBorderWidth

        public void setBorderWidth​(Integer borderWidth)
      • getBorderRadius

        public Integer getBorderRadius()
      • setBorderRadius

        public void setBorderRadius​(Integer borderRadius)