JavaScript is disabled on your browser.
Skip navigation links
Overview
Class
Use
Tree
Deprecated
Index
Search
Help
org.rspeer.game.script.model.ui.schema.list
ListComponent
Contents
Description
Required Element Summary
Optional Element Summary
Element Details
name
key
type
minimumSelection
desc
Hide sidebar
Show sidebar
Annotation Interface ListComponent
@Retention
(
RUNTIME
)
@Target
(
FIELD
)
public @interface
ListComponent
Required Element Summary
Required Elements
Modifier and Type
Required Element
Description
String
key
String
name
Class
<?>
type
Optional Element Summary
Optional Elements
Modifier and Type
Optional Element
Description
String
desc
int
minimumSelection
Element Details
name
String
name
Returns:
The name of this checkbox to display as a label
key
String
key
Returns:
A unique key used to identify this selector
type
Class
<?>
type
Returns:
The element type of the available selections
minimumSelection
int
minimumSelection
Default:
0
desc
String
desc
Default:
""