public class ListCellBehavior<T> extends CellBehaviorBase<ListCell<T>>
IS_TOUCH_SUPPORTED, TRAVERSAL_BINDINGS, TRAVERSE_DOWN, TRAVERSE_LEFT, TRAVERSE_NEXT, TRAVERSE_PREVIOUS, TRAVERSE_RIGHT, TRAVERSE_UP| Constructor and Description |
|---|
ListCellBehavior(ListCell<T> control)
*
Constructors *
*
|
| Modifier and Type | Method and Description |
|---|---|
protected void |
edit(ListCell<T> cell) |
protected ListView<T> |
getCellContainer() |
protected FocusModel<T> |
getFocusModel() |
protected MultipleSelectionModel<T> |
getSelectionModel()
*
Public API *
*
|
doSelect, getAnchor, getIndex, handleClicks, handleDisclosureNode, hasDefaultAnchor, hasNonDefaultAnchor, isClickPositionValid, isSelected, mouseDragged, mousePressed, mouseReleased, removeAnchor, selectRows, setAnchor, simpleSelectcallAction, callActionForEvent, contextMenuRequested, dispose, focusChanged, getControl, matchActionForEvent, mouseEntered, mouseExited, traverse, traverseDown, traverseLeft, traverseNext, traversePrevious, traverseRight, traverseUpprotected MultipleSelectionModel<T> getSelectionModel()
getSelectionModel in class CellBehaviorBase<ListCell<T>>protected FocusModel<T> getFocusModel()
getFocusModel in class CellBehaviorBase<ListCell<T>>protected ListView<T> getCellContainer()
getCellContainer in class CellBehaviorBase<ListCell<T>>