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