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
public abstract boolean allowDeleting()
Link copied to clipboard
public abstract Class<? extends Annotation> annotationType()
Link copied to clipboard
public abstract boolean equals(Object p)
Link copied to clipboard
public abstract Array<String> exampleText()
Deprecated feature.
Link copied to clipboard
public abstract int hashCode()
Link copied to clipboard
public abstract boolean requireNonEmpty()
Link copied to clipboard
public abstract String toString()