Uses of Class
org.opencms.ui.util.table.CmsBeanTableBuilder
Package
Description
Contains classes of the module manager app.
Contains utility classes for dealing with Vaadin tables.
-
Uses of CmsBeanTableBuilder in org.opencms.ui.apps.modules
Modifier and TypeFieldDescriptionprotected CmsBeanTableBuilder<T>
CmsModuleTable.m_tableBuilder
The table builder. -
Uses of CmsBeanTableBuilder in org.opencms.ui.util.table
Modifier and TypeMethodDescriptionstatic <V> CmsBeanTableBuilder<V>
CmsBeanTableBuilder.newInstance
(Class<V> cls) Convenience method used to create a new instance of a table builder.static <V> CmsBeanTableBuilder<V>
CmsBeanTableBuilder.newInstance
(Class<V> cls, String view) Convenience method used to create a new instance of a table builder.