Interface AdvancedListViewAction
-
- All Superinterfaces:
ListViewAction
- All Known Implementing Classes:
AbstractCommentAction
,AbstractJobListViewAction
,AbstractListViewAction
,AbstractMultiSelectOnlyAction
,AbstractPerspectiveSwitchAction
,AbstractProductAction
,AbstractSynchronizationAction
,ActivateItemAction
,AddAttachmentCommentAction
,AddItemCommentAction
,AddMultiItemCommentAction
,AddProductToExpressUdateAction
,AnswerCommentAction
,AnswerCommentFromCommenLayerAction
,ApprovalAction
,ApprovalStatus
,BaseProductAction
,ClassificationAction
,ClonesAction
,CompareAction
,CoverageInfoAction
,DecisionAction
,DefaultDeleteJobAction
,DefaultExportEditorAreaAction
,DefaultJobMappingAction
,DefaultJobStartStopAction
,DefaultPerspectiveSwitchAction
,DeleteAction
,DeleteCommentAction
,DeleteCommentFromCommentLayerAction
,DuplicateAction
,EditAction
,EditCommentAction
,EditCommentFromCommentLayerAction
,EditItemAction
,ExportCsvAction
,ExportEditorArea2PdfAction
,ExportEditorArea2XlsAction
,NewItemAction
,OpenCommentAction
,PendingAction
,ProductSynchronizationAction
,ProductSynchronizationStatus
,PullSynchronizationAction
,RecalculateOrderAction
,RemoveContextItemAction
,ShowSynchProductsAction
,SplitterDummyAction
,TaskStatusAction
,VariantsAction
,VariantsStatus
public interface AdvancedListViewAction extends ListViewAction
-
-
Nested Class Summary
-
Nested classes/interfaces inherited from interface de.hybris.platform.cockpit.components.listview.ListViewAction
ListViewAction.Context
-
-
Field Summary
-
Fields inherited from interface de.hybris.platform.cockpit.components.listview.ListViewAction
AFFECTED_ITEMS_KEY
-
-
Method Summary
All Methods Instance Methods Abstract Methods Modifier and Type Method Description boolean
isAlwaysEnabled()
Specifies whether this action should be enabled even though the component (where this action is used) is marked as non-editable.void
setAlwaysEnabled(boolean alwaysEnabled)
Sets whether this action is always enabled or not.-
Methods inherited from interface de.hybris.platform.cockpit.components.listview.ListViewAction
createContext, createContext, getContextPopup, getEventListener, getImageURI, getMultiSelectEventListener, getMultiSelectImageURI, getMultiSelectPopup, getPopup, getStatusCode, getTooltip
-
-
-
-
Method Detail
-
isAlwaysEnabled
boolean isAlwaysEnabled()
Specifies whether this action should be enabled even though the component (where this action is used) is marked as non-editable.- Returns:
true
if this action is always enabled,false
otherwise
-
setAlwaysEnabled
void setAlwaysEnabled(boolean alwaysEnabled)
Sets whether this action is always enabled or not.- Parameters:
alwaysEnabled
-true
means this action will always be enabled even though the component is marked as non-editable
-
-