public interface IObjectListConfiguration<T>
| Modifier and Type | Method and Description |
|---|---|
DropMode |
getDropMode() |
int |
getLayoutOrientation() |
MouseListener |
getMouseListener() |
IObjectUi<T> |
getObjectUi() |
IObjectUiCellRendererConfiguration |
getObjectUiCellRendererConfiguration() |
T |
getPrototype() |
int |
getSelectionMode() |
ISelectionModel<T> |
getSelectionModel() |
TransferHandler |
getTransferHandler() |
int |
getVisibleRowCount() |
boolean |
isDragEnabled() |
int getLayoutOrientation()
int getSelectionMode()
IObjectUiCellRendererConfiguration getObjectUiCellRendererConfiguration()
int getVisibleRowCount()
MouseListener getMouseListener()
ISelectionModel<T> getSelectionModel()
TransferHandler getTransferHandler()
DropMode getDropMode()
boolean isDragEnabled()
T getPrototype()
Copyright © 2007–2019 Andreas W. Bartels. All rights reserved.