public class DefaultActionsMenuRenderer
extends DefaultCockpitActionsRenderer
ActionsMenu component.| Modifier and Type | Field and Description |
|---|---|
protected static java.lang.String |
ACTION_MENUITEM_SCLASS |
protected static java.lang.String |
ACTIONS_BUTTON_SCLASS |
protected static java.lang.String |
ACTIONS_ICON_SCLASS |
protected static java.lang.String |
ACTIONS_POPUP_SCLASS |
protected static java.lang.String |
ACTIONS_SCLASS |
| Constructor and Description |
|---|
DefaultActionsMenuRenderer() |
| Modifier and Type | Method and Description |
|---|---|
protected ActionContext |
createActionContext(ActionsMenu menuActions,
Action action,
ActionDefinition actionDefinition) |
CockpitComponentDefinitionService |
getComponentDefinitionService() |
ComponentWidgetAdapter |
getComponentWidgetAdapter() |
void |
render(AbstractCockpitElementsContainer parent,
java.lang.Object configuration) |
protected Menuitem |
renderAction(ActionsMenu menuActions,
Action action) |
protected void |
renderActions(ActionsMenu menuActions,
Actions actions,
Menupopup parent) |
void |
renderActionsGroup(ActionGroup actionGroup,
ActionsMenu menuActions,
Menupopup parent) |
protected static final java.lang.String ACTIONS_SCLASS
protected static final java.lang.String ACTIONS_ICON_SCLASS
protected static final java.lang.String ACTIONS_BUTTON_SCLASS
protected static final java.lang.String ACTIONS_POPUP_SCLASS
protected static final java.lang.String ACTION_MENUITEM_SCLASS
public void render(AbstractCockpitElementsContainer parent,
java.lang.Object configuration)
protected void renderActions(ActionsMenu menuActions, Actions actions, Menupopup parent)
public void renderActionsGroup(ActionGroup actionGroup,
ActionsMenu menuActions,
Menupopup parent)
protected Menuitem renderAction(ActionsMenu menuActions, Action action)
protected ActionContext createActionContext(ActionsMenu menuActions, Action action, ActionDefinition actionDefinition)
public CockpitComponentDefinitionService getComponentDefinitionService()
public ComponentWidgetAdapter getComponentWidgetAdapter()
Copyright © 2018 SAP SE. All Rights Reserved.