Uses of Class
com.hybris.cockpitng.config.perspectivechooser.jaxb.Format
-
Packages that use Format Package Description com.hybris.backoffice.widgets.perspectivechooser.perspectiveresolver com.hybris.cockpitng.config.perspectivechooser.jaxb -
-
Uses of Format in com.hybris.backoffice.widgets.perspectivechooser.perspectiveresolver
Method parameters in com.hybris.backoffice.widgets.perspectivechooser.perspectiveresolver with type arguments of type Format Modifier and Type Method Description protected NavigationTreeTreePerspectiveResolver. buildTree(java.util.Collection<? extends ActionDefinition> actions, java.util.Map<java.lang.String,Format> formats)protected NavigationNodeTreePerspectiveResolver. formAction(ActionDefinition action, java.util.Map<java.lang.String,Format> formats)protected voidTreePerspectiveResolver. formatNode(SimpleNode node, java.util.Map<java.lang.String,Format> formats)protected voidTreePerspectiveResolver. formTreeNode(NavigationTree tree, NavigationNode node, java.util.Map<java.lang.String,Format> formats, java.util.Map<java.lang.String,NavigationNode> nodes) -
Uses of Format in com.hybris.cockpitng.config.perspectivechooser.jaxb
Fields in com.hybris.cockpitng.config.perspectivechooser.jaxb with type parameters of type Format Modifier and Type Field Description protected java.util.List<Format>PerspectiveChooser. formatMethods in com.hybris.cockpitng.config.perspectivechooser.jaxb that return Format Modifier and Type Method Description FormatObjectFactory. createFormat()Create an instance ofFormatMethods in com.hybris.cockpitng.config.perspectivechooser.jaxb that return types with arguments of type Format Modifier and Type Method Description java.util.List<Format>PerspectiveChooser. getFormat()Gets the value of the format property.
-