| Package | Description |
|---|---|
| org.opencms.ui.apps.sitemanager |
Contains classes of the site manager app.
|
| org.opencms.ui.apps.user |
Contains classes of the user manager app.
|
| Modifier and Type | Class and Description |
|---|---|
class |
CmsSitesTable
Class to create Vaadin Table object with all available sites.
|
| Modifier and Type | Class and Description |
|---|---|
class |
CmsGroupTable
Class for the table containing groups of a ou.
|
class |
CmsOUTable
Class to show ous in table for account management.
|
class |
CmsRoleTable
Table for the roles.
|
class |
CmsUserTable
Table for user.
|
| Modifier and Type | Method and Description |
|---|---|
protected I_CmsFilterableTable |
CmsAccountsApp.createGroupTable(java.lang.String path,
CmsAccountsApp cmsAccountsApp,
I_CmsOuTreeType type,
boolean toggle)
Creates a table for displaying groups.
|
protected I_CmsFilterableTable |
CmsAccountsApp.createOUTable(java.lang.String ou)
Creates the overview table for the given OU.
|
protected I_CmsFilterableTable |
CmsAccountsApp.createRoleTable(java.lang.String ou)
Creates the role table for the given OU.
|
protected I_CmsFilterableTable |
CmsAccountsApp.createUserTable(java.lang.String ou,
CmsUUID groupID,
I_CmsOuTreeType type,
boolean showAll,
CmsAccountsApp cmsAccountsApp)
Creates user table for a specific group or role.
|
protected I_CmsFilterableTable |
CmsAccountsApp.createUserTable(java.lang.String ou,
I_CmsOuTreeType type,
CmsAccountsApp cmsAccountsApp,
boolean buttonPressed)
Creates the user table for an OU.
|