Uses of Annotation Interface
dev.twilite.client.config.annotation.component.Component
Packages that use Component
Package
Description
-
Uses of Component in dev.twilite.client.config.annotation.component
Classes in dev.twilite.client.config.annotation.component with annotations of type ComponentModifier and TypeClassDescription@interfaceRenders a button that invokes a no-argument method on the config object.@interfaceRenders a boolean config field as a checkbox.@interfaceRenders a color config field as a color picker.@interfaceRenders a config field as a combo box.@interfaceRenders a config field as a combo box whose values come from a config method.@interfaceRenders a list field as a multi-select list of enum values.@interfaceRenders a config field as a text input. -
Uses of Component in dev.twilite.client.config.annotation.layout
Classes in dev.twilite.client.config.annotation.layout with annotations of type ComponentModifier and TypeClassDescription@interfaceRenders a list of nested config objects as add/remove rows.