Class CPTextButtonStyle


  • public final class CPTextButtonStyle
    extends java.lang.Object
    • Field Summary

      Fields 
      Modifier and Type Field Description
      static long Cancel
      A style that indicates the action will cancel and leave data unchanged.
      static long Confirm
      A style that indicates the button will confirm an action.
      static long Normal
      A style that indicates a default action.
    • Method Summary

      • Methods inherited from class java.lang.Object

        clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
    • Field Detail

      • Normal

        public static final long Normal
        A style that indicates a default action.
        See Also:
        Constant Field Values
      • Cancel

        public static final long Cancel
        A style that indicates the action will cancel and leave data unchanged.
        See Also:
        Constant Field Values
      • Confirm

        public static final long Confirm
        A style that indicates the button will confirm an action.
        See Also:
        Constant Field Values