Interface ContextAwareMainAreaComponentFactory
-
- All Superinterfaces:
MainAreaComponentFactory
- All Known Implementing Classes:
CompareMainAreaComponentFactory
public interface ContextAwareMainAreaComponentFactory extends MainAreaComponentFactory
-
-
Method Summary
All Methods Instance Methods Abstract Methods Modifier and Type Method Description booleanhasOwnModel()booleanisAvailable(BrowserModel browserModel)-
Methods inherited from interface de.hybris.platform.cockpit.components.contentbrowser.MainAreaComponentFactory
createInstance, getActiveButtonImage, getButtonLabel, getButtonTooltip, getInactiveButtonImage, getViewModeID
-
-
-
-
Method Detail
-
isAvailable
boolean isAvailable(BrowserModel browserModel)
-
hasOwnModel
boolean hasOwnModel()
-
-