ObjectListTableConfigurationBuilder<T> |
ObjectListTableConfigurationBuilder.addActionFactory(ITableActionFactory<T> factory) |
ObjectListTableConfigurationBuilder<T> |
ObjectListTableConfigurationBuilder.addAddObjectAction(IColumnObjectFactory<T,T,RuntimeException> factory) |
ObjectListTableConfigurationBuilder<T> |
ObjectListTableConfigurationBuilder.addColumnConfiguration(IObjectListColumnConfiguration<T> columnConfiguration) |
ObjectListTableConfigurationBuilder<T> |
ObjectListTableConfigurationBuilder.addEditObjectAction(IColumnObjectFactory<T,T,RuntimeException> factory) |
ObjectListTableConfigurationBuilder<T> |
ObjectListTableConfigurationBuilder.addMoveObjectDownAction() |
ObjectListTableConfigurationBuilder<T> |
ObjectListTableConfigurationBuilder.addMoveObjectUpAction() |
ObjectListTableConfigurationBuilder<T> |
ObjectListTableConfigurationBuilder.addRemoveObjectsAction() |
ObjectListTableConfigurationBuilder<T> |
ObjectListTableConfigurationBuilder.setFilterToStringConverter(IColumToStringConverter columnToStringConverter) |
ObjectListTableConfigurationBuilder<T> |
ObjectListTableConfigurationBuilder.setKeyListenerFactory(IKeyListenerFactory<T> keyListenerFactory) |
ObjectListTableConfigurationBuilder<T> |
ObjectListTableConfigurationBuilder.setMouseListenerFactory(IMouseListenerFactory<T> mouseListenerFactory) |
ObjectListTableConfigurationBuilder<T> |
ObjectListTableConfigurationBuilder.setPreferredVisibleRowCount(int preferredVisibleRowCount) |
ObjectListTableConfigurationBuilder<T> |
ObjectListTableConfigurationBuilder.setSelectionMode(int selectionMode) |