JavaScript is disabled on your browser.
Skip navigation links
Overview
Package
Class
Use
Tree
Deprecated
Index
Help
Summary:
Field
Required
Optional
Detail:
Field
Element
Summary:
Field |
Required
|
Optional
Detail:
Field |
Element
SEARCH
Package
dev.twilite.client.config.annotation.component
Annotation Interface ColorPicker
@Retention
(
RUNTIME
)
@Target
(
FIELD
)
public @interface
ColorPicker
Renders a color config field as a color picker.
Required Element Summary
Required Elements
Modifier and Type
Required Element
Description
String
key
Stable storage key for the config value.
String
label
User-facing label.
Optional Element Summary
Optional Elements
Modifier and Type
Optional Element
Description
String
tooltip
Optional tooltip text.
Element Details
key
String
key
Stable storage key for the config value.
label
String
label
User-facing label.
tooltip
String
tooltip
Optional tooltip text.
Default:
""