ConfigEditorDraggableList

Used for draggable lists. The field associated with this option may only be of type List. That T may only be either an int, or an enum. If an int is used, exampleText needs to be provided, otherwise it needs to be kept empty.

This option allows the user to add options out of the list of enums or example texts, reorder them and delete elements.

Functions

Link copied to clipboard
abstract fun allowDeleting(): Boolean
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 exampleText(): Array<String>
Deprecated feature.
Link copied to clipboard
abstract fun hashCode(): Int
Link copied to clipboard
abstract fun requireNonEmpty(): Boolean
Link copied to clipboard
abstract fun toString(): String