public class ComboBoxListViewBehavior<T> extends ComboBoxBaseBehavior<T>
Modifier and Type | Field and Description |
---|---|
protected static List<KeyBinding> |
COMBO_BOX_BINDINGS
*
Key event handling *
*
|
COMBO_BOX_BASE_BINDINGS
IS_TOUCH_SUPPORTED, TRAVERSAL_BINDINGS
Constructor and Description |
---|
ComboBoxListViewBehavior(ComboBox<T> comboBox) |
Modifier and Type | Method and Description |
---|---|
protected void |
callAction(String name)
Called to invoke the action associated with the given name.
|
arm, callActionForEvent, cancelEdit, disarm, dispose, focusChanged, forwardToParent, hide, mouseEntered, mouseExited, mousePressed, mouseReleased, onAutoHide, show
contextMenuRequested, getControl, matchActionForEvent, mouseDragged, traverse, traverseDown, traverseLeft, traverseNext, traversePrevious, traverseRight, traverseUp
protected static final List<KeyBinding> COMBO_BOX_BINDINGS
protected void callAction(String name)
BehaviorBase
When a KeyEvent is handled, it is first passed through callActionForEvent which resolves which "action" should be executed based on the key event. This action is indicated by name. This name is then passed to this function which is responsible for invoking the right function based on the name.
callAction
in class ComboBoxBaseBehavior<T>
Copyright © 2020. All rights reserved.