Class Builder


  • public class Builder
    extends Control
    • Field Detail

      • TEXT_HIGHLIGHT_COLOR

        public static int TEXT_HIGHLIGHT_COLOR
      • TEXT_REQUIRED_COLOR

        public static int TEXT_REQUIRED_COLOR
      • APP_FORE_COLOR

        public static int APP_FORE_COLOR
      • APP_BACK_COLOR

        public static int APP_BACK_COLOR
      • APP_SEC_FORE_COLOR

        public static int APP_SEC_FORE_COLOR
      • APP_BUTTON_COLOR

        public static int APP_BUTTON_COLOR
    • Constructor Detail

      • Builder

        public Builder()
    • Method Detail

      • setDefaultColor

        public static void setDefaultColor​(int APP_FORE_COLOR,
                                           int APP_BACK_COLOR,
                                           int APP_SEC_FORE_COLOR,
                                           int APP_BUTTON_COLOR)
      • createButton

        public static Button createButton​(java.lang.String text)
        Creates a regular Button
      • createButton

        public static Button createButton​(java.lang.String text,
                                          Builder.EnumTipoBotao status)
        Creates a button displaying the given text.
      • createButton

        public static Button createButton​(java.lang.String msg,
                                          Image img)