public class MobileHMCExtension extends HMCExtension
| Modifier and Type | Field and Description |
|---|---|
static String |
RESOURCE_PATH
Path to the resource bundles.
|
| Constructor and Description |
|---|
MobileHMCExtension() |
| Modifier and Type | Method and Description |
|---|---|
List<EditorTabChip> |
getEditorTabChips(DisplayState displayState,
AbstractEditorMenuChip parent)
Gets the editor tab chips.
|
ResourceBundle |
getLocalizeResourceBundle(Locale locale)
Gets the localize resource bundle.
|
List<MenuEntrySlotEntry> |
getMenuEntrySlotEntries(DisplayState displayState,
Chip parent)
Gets the menu entry slot entries.
|
String |
getResourcePath()
Gets the resource path.
|
List<ClipChip> |
getSectionChips(DisplayState displayState,
ClipChip parent)
Gets the section chips.
|
List<ToolbarActionChip> |
getToolbarActionChips(DisplayState displayState,
Chip parent)
Gets the toolbar action chips.
|
List<AbstractExplorerMenuTreeNodeChip> |
getTreeNodeChips(DisplayState displayState,
Chip parent)
Gets the tree node chips.
|
adjustEditorConfiguration, adjustToolbarActionChips, afterCreate, afterRemove, afterSave, afterSave, beforeCreate, beforeRemove, beforeSave, notifySessionBeginpublic static final String RESOURCE_PATH
public List<AbstractExplorerMenuTreeNodeChip> getTreeNodeChips(DisplayState displayState, Chip parent)
getTreeNodeChips in class HMCExtensiondisplayState - the display stateparent - the parentHMCExtension.getTreeNodeChips(de.hybris.platform.hmc.webchips.DisplayState, de.hybris.platform.hmc.webchips.Chip)public List<MenuEntrySlotEntry> getMenuEntrySlotEntries(DisplayState displayState, Chip parent)
getMenuEntrySlotEntries in class HMCExtensiondisplayState - the display stateparent - the parentHMCExtension.getMenuEntrySlotEntries(de.hybris.platform.hmc.webchips.DisplayState,
de.hybris.platform.hmc.webchips.Chip)public List<ClipChip> getSectionChips(DisplayState displayState, ClipChip parent)
getSectionChips in class HMCExtensiondisplayState - the display stateparent - the parentHMCExtension.getSectionChips(de.hybris.platform.hmc.webchips.DisplayState, de.hybris.platform.hmc.generic.ClipChip)public List<EditorTabChip> getEditorTabChips(DisplayState displayState, AbstractEditorMenuChip parent)
getEditorTabChips in class HMCExtensiondisplayState - the display stateparent - the parentHMCExtension.getEditorTabChips(de.hybris.platform.hmc.webchips.DisplayState,
de.hybris.platform.hmc.AbstractEditorMenuChip)public List<ToolbarActionChip> getToolbarActionChips(DisplayState displayState, Chip parent)
getToolbarActionChips in class HMCExtensiondisplayState - the display stateparent - the parentHMCExtension.getToolbarActionChips(de.hybris.platform.hmc.webchips.DisplayState, de.hybris.platform.hmc.webchips.Chip)public ResourceBundle getLocalizeResourceBundle(Locale locale)
getLocalizeResourceBundle in class HMCExtensionlocale - the localeHMCExtension.getLocalizeResourceBundle(java.util.Locale)public String getResourcePath()
getResourcePath in class HMCExtensionHMCExtension.getResourcePath()Copyright © 2017 SAP SE. All Rights Reserved.