public interface IComboBoxSelectionSetupConvenience<INSTANCE_TYPE,INPUT_TYPE>
Modifier and Type | Method and Description |
---|---|
INSTANCE_TYPE |
autoCompletionOff() |
INSTANCE_TYPE |
autoCompletionOn() |
INSTANCE_TYPE |
autoSelectionOff() |
INSTANCE_TYPE |
autoSelectionOn() |
INSTANCE_TYPE |
setElements(INPUT_TYPE... elements) |
INSTANCE_TYPE setElements(INPUT_TYPE... elements)
INSTANCE_TYPE autoSelectionOn()
INSTANCE_TYPE autoSelectionOff()
INSTANCE_TYPE autoCompletionOn()
INSTANCE_TYPE autoCompletionOff()
Siehe auch Jowidgets Nutzerhandbuch