Package org.luwrain.controls
Class FormUtils.FixedListChoosing
java.lang.Object
org.luwrain.controls.FormUtils.FixedListChoosing
- All Implemented Interfaces:
FormArea.ListChoosing
- Enclosing class:
FormUtils
-
Field Summary
Modifier and TypeFieldDescriptionprotected Object[]
protected Luwrain
protected String
protected Set<Popup.Flags>
-
Constructor Summary
ConstructorDescriptionFixedListChoosing
(Luwrain luwrain, String name, Object[] items, Set<Popup.Flags> popupFlags) -
Method Summary
Modifier and TypeMethodDescriptionchooseFormListItem
(Area area, String formListItem, Object currentSelected)
-
Field Details
-
luwrain
-
name
-
items
-
popupFlags
-
-
Constructor Details
-
FixedListChoosing
-
-
Method Details
-
chooseFormListItem
- Specified by:
chooseFormListItem
in interfaceFormArea.ListChoosing
-