public static final class SignApi.Dialog.Color extends Object
| Modifier and Type | Method and Description | 
|---|---|
static Optional<Color> | 
getCheckBox()
Gets the color of check boxes. 
 | 
static Optional<Color> | 
getRadioButton()
Gets the color of radio buttons. 
 | 
static Optional<Color> | 
getScrollButtonBackground()
Gets the background color of scroll buttons. 
 | 
static Optional<Color> | 
getScrollButtonBackgroundPressed()
Gets the background color of scroll buttons in the pressed state. 
 | 
static Optional<Color> | 
getScrollButtonIcon()
Gets the color of text fields. 
 | 
static Optional<Color> | 
getSignatureField()
Gets the color of signature fields. 
 | 
static Optional<Color> | 
getTextField()
Gets the color of text fields. 
 | 
static boolean | 
setCheckBox(Color color)
Sets the color of check boxes. 
 | 
static boolean | 
setRadioButton(Color color)
Sets the color of radio buttons. 
 | 
static boolean | 
setScrollButtonBackground(Color color)
Sets the background color of scroll buttons. 
 | 
static boolean | 
setScrollButtonBackgroundPressed(Color color)
Sets the background color of scroll buttons in the pressed state. 
 | 
static boolean | 
setScrollButtonIcon(Color color)
Sets the icon color of scroll buttons. 
 | 
static boolean | 
setSignatureField(Color color)
Sets the color of signature fields. 
 | 
static boolean | 
setTextField(Color color)
Sets the color of text fields. 
 | 
public static boolean setTextField(Color color)
color - The color.public static boolean setSignatureField(Color color)
color - The color.public static boolean setScrollButtonIcon(Color color)
color - The color.public static boolean setScrollButtonBackground(Color color)
color - The color.public static boolean setScrollButtonBackgroundPressed(Color color)
color - The color.public static boolean setRadioButton(Color color)
color - The color.public static boolean setCheckBox(Color color)
color - The color.public static Optional<Color> getTextField()
public static Optional<Color> getSignatureField()
public static Optional<Color> getScrollButtonIcon()
public static Optional<Color> getScrollButtonBackground()
public static Optional<Color> getScrollButtonBackgroundPressed()
public static Optional<Color> getRadioButton()
Copyright © 2025. All rights reserved.