Interface IObjectListConfiguration<T>


public interface IObjectListConfiguration<T>
  • Method Details

    • getEnabledDistributor

      IBooleanDistributor getEnabledDistributor()
    • getLayoutOrientation

      int getLayoutOrientation()
    • getSelectionMode

      int getSelectionMode()
    • getObjectUi

      IObjectUi<T> getObjectUi()
    • getObjectUiCellRendererConfiguration

      IObjectUiCellRendererConfiguration getObjectUiCellRendererConfiguration()
    • getVisibleRowCount

      int getVisibleRowCount()
    • getMouseListener

      MouseListener getMouseListener()
    • getSelectionModel

      ISelectionModel<T> getSelectionModel()
    • getTransferHandler

      TransferHandler getTransferHandler()
    • getDropMode

      DropMode getDropMode()
    • isDragEnabled

      boolean isDragEnabled()
    • getPrototype

      T getPrototype()
    • isEditable

      boolean isEditable()