Class CPBarButtonStyle


  • public final class CPBarButtonStyle
    extends java.lang.Object
    Specifies the style used to display a @c CPBarButton.
    • Field Summary

      Fields 
      Modifier and Type Field Description
      static long None
      The button will be displayed with no additional styling.
      static long Rounded
      The button will be displayed with a rounded background.
    • Method Summary

      • Methods inherited from class java.lang.Object

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

      • None

        public static final long None
        The button will be displayed with no additional styling.
        See Also:
        Constant Field Values
      • Rounded

        public static final long Rounded
        The button will be displayed with a rounded background.
        See Also:
        Constant Field Values