Uses of Class
org.robovm.apple.carplay.CPTextButtonStyle
| Package | Description |
|---|---|
| org.robovm.apple.carplay |
-
Uses of CPTextButtonStyle in org.robovm.apple.carplay
Methods in org.robovm.apple.carplay that return CPTextButtonStyle Modifier and Type Method Description CPTextButtonStyleCPTextButton. getTextStyle()static CPTextButtonStyleCPTextButtonStyle. valueOf(long n)Returns the enum constant of this type with the specified name.static CPTextButtonStyleCPTextButtonStyle. valueOf(String name)Returns the enum constant of this type with the specified name.static CPTextButtonStyle[]CPTextButtonStyle. values()Returns an array containing the constants of this enum type, in the order they are declared.Methods in org.robovm.apple.carplay with parameters of type CPTextButtonStyle Modifier and Type Method Description protected longCPTextButton. init(String title, CPTextButtonStyle textStyle, VoidBlock1<CPTextButton> handler)voidCPTextButton. setTextStyle(CPTextButtonStyle v)Constructors in org.robovm.apple.carplay with parameters of type CPTextButtonStyle Constructor Description CPTextButton(String title, CPTextButtonStyle textStyle, VoidBlock1<CPTextButton> handler)