| Package | Description |
|---|---|
| org.opencms.ade.containerpage |
Contains the container page editor service classes.
|
| org.opencms.ade.galleries |
Contains server side classes for the gallery dialogs.
|
| org.opencms.ade.galleries.shared |
Contains the shared client/server side gallery dialog classes.
|
| org.opencms.ui.apps.dbmanager |
Contains classes of the cache admin app.
|
| org.opencms.ui.dialogs |
Contains code for workplace dialogs
|
| Modifier and Type | Method and Description |
|---|---|
java.util.List<CmsResourceTypeBean> |
CmsAddDialogTypeHelper.getPrecomputedTypes(CmsElementView view)
Gets the precomputed type list for the given view.
|
java.util.List<CmsResourceTypeBean> |
CmsAddDialogTypeHelper.getResourceTypes(CmsObject cms,
java.lang.String folderRootPath,
java.lang.String checkViewableReferenceUri,
CmsElementView elementView,
I_CmsResourceTypeEnabledCheck checkEnabled)
Creates list of resource type beans for gallery or 'New' dialog.
|
| Modifier and Type | Method and Description |
|---|---|
protected boolean |
CmsAddDialogTypeHelper.exclude(CmsResourceTypeBean type)
Function used to check if a given resource type should be excluded from the result.
|
| Modifier and Type | Method and Description |
|---|---|
java.util.List<CmsResourceTypeBean> |
CmsGalleryService.buildTypesList(java.util.List<I_CmsResourceType> resourceTypes,
java.util.Set<java.lang.String> creatableTypes,
java.util.Set<java.lang.String> deactivatedTypes,
java.util.List<java.lang.String> typesForTypeTab)
Returns the resource types beans.
|
| Modifier and Type | Method and Description |
|---|---|
CmsGalleryDataBean |
CmsGalleryService.getInitialSettingsForContainerPage(java.util.List<CmsResourceTypeBean> types,
java.lang.String uri,
java.lang.String locale)
Returns the initial gallery data for the container page editor.
|
| Modifier and Type | Method and Description |
|---|---|
java.util.List<CmsResourceTypeBean> |
CmsGalleryDataBean.getTypes()
Returns the types map.
|
| Modifier and Type | Method and Description |
|---|---|
void |
CmsGalleryDataBean.setTypes(java.util.List<CmsResourceTypeBean> types)
Sets the types map.
|
| Modifier and Type | Method and Description |
|---|---|
void |
CmsSelectResourceTypeDialog.handleSelection(CmsResourceTypeBean selectedType) |
| Modifier and Type | Field and Description |
|---|---|
protected CmsResourceTypeBean |
A_CmsSelectResourceTypeDialog.m_selectedType
The selected type.
|
| Modifier and Type | Method and Description |
|---|---|
protected java.lang.String |
A_CmsSelectResourceTypeDialog.getSubtitle(CmsResourceTypeBean type,
boolean useDefault)
Gets the subtitle for the type info widget.
|
protected java.lang.String |
CmsChangeTypeDialog.getSubtitle(CmsResourceTypeBean type,
boolean useDefault) |
abstract void |
A_CmsSelectResourceTypeDialog.handleSelection(CmsResourceTypeBean selectedType)
Handles selection of a type.
|
void |
CmsChangeTypeDialog.handleSelection(CmsResourceTypeBean typeBean) |
void |
CmsNewDialog.handleSelection(CmsResourceTypeBean selectedType)
Handles selection of a type.
|