Class TaskMainAreaComponentFactory
- java.lang.Object
-
- de.hybris.platform.cockpit.components.contentbrowser.TaskMainAreaComponentFactory
-
- All Implemented Interfaces:
MainAreaComponentFactory
public class TaskMainAreaComponentFactory extends java.lang.Object implements MainAreaComponentFactory
-
-
Field Summary
Fields Modifier and Type Field Description protected static java.lang.StringTASK_VIEW_BTN_IMG
-
Constructor Summary
Constructors Constructor Description TaskMainAreaComponentFactory()
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description AbstractMainAreaBrowserComponentcreateInstance(AdvancedBrowserModel model, AbstractContentBrowser contentBrowser)java.lang.StringgetActiveButtonImage()java.lang.StringgetButtonLabel()java.lang.StringgetButtonTooltip()java.lang.StringgetInactiveButtonImage()java.lang.StringgetViewModeID()
-
-
-
Field Detail
-
TASK_VIEW_BTN_IMG
protected static final java.lang.String TASK_VIEW_BTN_IMG
- See Also:
- Constant Field Values
-
-
Method Detail
-
createInstance
public AbstractMainAreaBrowserComponent createInstance(AdvancedBrowserModel model, AbstractContentBrowser contentBrowser)
- Specified by:
createInstancein interfaceMainAreaComponentFactory
-
getActiveButtonImage
public java.lang.String getActiveButtonImage()
- Specified by:
getActiveButtonImagein interfaceMainAreaComponentFactory
-
getButtonTooltip
public java.lang.String getButtonTooltip()
- Specified by:
getButtonTooltipin interfaceMainAreaComponentFactory
-
getInactiveButtonImage
public java.lang.String getInactiveButtonImage()
- Specified by:
getInactiveButtonImagein interfaceMainAreaComponentFactory
-
getViewModeID
public java.lang.String getViewModeID()
- Specified by:
getViewModeIDin interfaceMainAreaComponentFactory- Returns:
- the unique viewmode id
-
getButtonLabel
public java.lang.String getButtonLabel()
- Specified by:
getButtonLabelin interfaceMainAreaComponentFactory
-
-