java.lang.Object
net.anwiba.commons.swing.list.ObjectListComponent<T>
- All Implemented Interfaces:
IComponentProvider
-
Nested Class Summary
Nested ClassesModifier and TypeClassDescriptionstatic final classstatic final class -
Constructor Summary
ConstructorsConstructorDescriptionObjectListComponent(IListModel<T> listModel) ObjectListComponent(IObjectListConfiguration<T> configuration, IListModel<T> listModel) -
Method Summary
Modifier and TypeMethodDescriptionvoidvoidvoid
-
Constructor Details
-
ObjectListComponent
-
ObjectListComponent
-
-
Method Details
-
scrollToSelectedObject
public void scrollToSelectedObject() -
setVerticalLayout
public void setVerticalLayout() -
setHorizontalWrapLayout
public void setHorizontalWrapLayout() -
getComponent
- Specified by:
getComponentin interfaceIComponentProvider
-
getSelectionModel
-