T - the item data typepublic interface I_CmsSimpleContextMenuEntry<T>
| Modifier and Type | Interface and Description |
|---|---|
static interface |
I_CmsSimpleContextMenuEntry.I_HasCssStyles
This interface allows special styles for certain entries.
|
| Modifier and Type | Method and Description |
|---|---|
void |
executeAction(T context)
Executes the entry action.
|
java.lang.String |
getTitle(java.util.Locale locale)
Returns the entry title for the given locale.
|
CmsMenuItemVisibilityMode |
getVisibility(T context)
Returns the entry visibility matching the given item data.
|
void executeAction(T context)
context - the item datajava.lang.String getTitle(java.util.Locale locale)
locale - the localeCmsMenuItemVisibilityMode getVisibility(T context)
context - the item data