Package me.hackware.api.gui.studio
Interface StudioAssignList.Model
- Enclosing class:
StudioAssignList
public static interface StudioAssignList.Model
-
Method Summary
Modifier and TypeMethodDescriptionaddLabel()assigned()default booleanWhether the picker offers an inline "create" row.default StringcreateLabel(String query) Label for the create row given the current search text (e.g.label()voiddefault voidCreate a new target namedqueryand assign to it.void
-
Method Details
-
label
String label() -
addLabel
String addLabel() -
searchHint
String searchHint() -
assigned
List<StudioAssignList.Row> assigned() -
candidates
List<StudioAssignList.Row> candidates() -
onAdd
-
onRemove
-
canCreate
default boolean canCreate()Whether the picker offers an inline "create" row. -
createLabel
Label for the create row given the current search text (e.g. "Create \"Farms\""). -
onCreate
Create a new target namedqueryand assign to it.
-