Uses of Class
com.hybris.cockpitng.core.config.impl.jaxb.collectionbrowser.Mold
-
Packages that use Mold Package Description com.hybris.cockpitng.core.config.impl.jaxb.collectionbrowser com.hybris.cockpitng.widgets.collectionbrowser.mold.impl -
-
Uses of Mold in com.hybris.cockpitng.core.config.impl.jaxb.collectionbrowser
Fields in com.hybris.cockpitng.core.config.impl.jaxb.collectionbrowser with type parameters of type Mold Modifier and Type Field Description protected java.util.List<Mold>MoldList. moldMethods in com.hybris.cockpitng.core.config.impl.jaxb.collectionbrowser that return Mold Modifier and Type Method Description MoldObjectFactory. createMold()Create an instance ofMoldMethods in com.hybris.cockpitng.core.config.impl.jaxb.collectionbrowser that return types with arguments of type Mold Modifier and Type Method Description java.util.List<Mold>MoldList. getMold()Gets the value of the mold property. -
Uses of Mold in com.hybris.cockpitng.widgets.collectionbrowser.mold.impl
Methods in com.hybris.cockpitng.widgets.collectionbrowser.mold.impl that return types with arguments of type Mold Modifier and Type Method Description protected java.util.Map<CollectionBrowserMoldStrategy,Mold>CollectionBrowserConfigurationLoader. loadAvailableMoldsMap()Methods in com.hybris.cockpitng.widgets.collectionbrowser.mold.impl with parameters of type Mold Modifier and Type Method Description protected java.util.Optional<CollectionBrowserMoldStrategy>CollectionBrowserConfigurationLoader. getCollectionBrowserMoldStrategy(Mold moldConfiguration)Method parameters in com.hybris.cockpitng.widgets.collectionbrowser.mold.impl with type arguments of type Mold Modifier and Type Method Description protected java.util.List<CollectionBrowserMoldStrategy>CollectionBrowserConfigurationLoader. parseAvailableMoldsConfiguration(java.util.List<Mold> moldConfigurations)
-