public interface I_CmsOuTreeType
| Modifier and Type | Method and Description |
|---|---|
java.lang.String |
getEmptyMessageKey()
Returns the key for the empty-message.
|
CmsCssIcon |
getIcon()
Get the icon.
|
java.lang.String |
getId()
Gets the id of the type.
|
java.lang.String |
getName()
Gets the name of the element.
|
boolean |
isExpandable()
Checks if type is expandable.
|
boolean |
isGroup()
Checks if the tree type is group-like.
|
boolean |
isOrgUnit()
Checks if the tree type is OU-like.
|
boolean |
isRole()
Checks if the tree type is role-like.
|
boolean |
isUser()
Checks if the tree type is user-like.
|
boolean |
isValidForOu(CmsObject cms,
java.lang.String ou)
Checks if the tree type is available for a given OU.
|
boolean |
showInOuTable()
True if type should be shown in OU overview table.
|
java.lang.String getEmptyMessageKey()
CmsCssIcon getIcon()
java.lang.String getId()
java.lang.String getName()
boolean isExpandable()
boolean isGroup()
boolean isOrgUnit()
boolean isRole()
boolean isUser()
boolean isValidForOu(CmsObject cms, java.lang.String ou)
cms - the CMS contextou - the OU FQN.boolean showInOuTable()