public interface TabGroup
| Modifier and Type | Field and Description |
|---|---|
static String |
MAINTAINS_PROPERTY
Tab group maintains visible indicator property name.
|
static String |
NAME_PROPERTY
Tab group name property name.
|
static String |
TYPE_PROPERTY
Tab group type property name.
|
| Modifier and Type | Method and Description |
|---|---|
boolean |
contains(PortalControllerContext portalControllerContext,
EcmDocument document,
String type,
Map<String,String> pageProperties)
Check if this group contains this document.
|
String |
getIcon()
Get tab group icon.
|
String |
getLabelKey()
Get label internationalization key.
|
String |
getName()
Get tab group name.
|
boolean |
maintains(PortalControllerContext portalControllerContext,
EcmDocument document,
String type,
Map<String,String> pageProperties)
Check if this group maintains visible this document.
|
static final String NAME_PROPERTY
static final String MAINTAINS_PROPERTY
static final String TYPE_PROPERTY
String getName()
String getIcon()
String getLabelKey()
boolean contains(PortalControllerContext portalControllerContext, EcmDocument document, String type, Map<String,String> pageProperties)
portalControllerContext - portal controller contextdocument - documenttype - tab typepageProperties - page propertiesboolean maintains(PortalControllerContext portalControllerContext, EcmDocument document, String type, Map<String,String> pageProperties)
portalControllerContext - portal controller contextdocument - documenttype - tab typepageProperties - page propertiesCopyright © 2021. All rights reserved.