Class CPAlertActionStyle


  • public final class CPAlertActionStyle
    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 Default
      A style that indicates a default action.
      static long Destructive
      A style that indicates the button might change or delete data.
    • Method Summary

      • Methods inherited from class java.lang.Object

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

      • Default

        public static final long Default
        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
      • Destructive

        public static final long Destructive
        A style that indicates the button might change or delete data.
        See Also:
        Constant Field Values