Accordion

Annotates a field as an accordion when inside a Category. The field type should be a POJO which contains a set of ConfigOptions. The fields inside the POJO will be interpreted as options in declaration order. Those options will then be displayed inline, while being collapsible. Accordions may stack and be wrapped in each other. A field annotated withAccordion will also need to be annotated with ConfigOption.

Functions

Link copied to clipboard
abstract fun annotationType(): Class<out Annotation>
Link copied to clipboard
abstract fun equals(p: Any): Boolean
Link copied to clipboard
abstract fun hashCode(): Int
Link copied to clipboard
abstract fun toString(): String