Uses of Interface
com.hybris.cockpitng.actions.CockpitAction
-
-
Uses of CockpitAction in com.hybris.cockpitng.actions
Classes in com.hybris.cockpitng.actions that implement CockpitAction Modifier and Type Class Description classAbstractStatefulAction<INPUT,OUTPUT>classActionStubExampleAn action that shows the data bound to the action.classHelloWorldActionExample of a Cockpit NG action.classLogoActionclassMessageActionclassSimpleActionAn action that shows the data bound to the action.Methods in com.hybris.cockpitng.actions with parameters of type CockpitAction Modifier and Type Method Description voidCockpitActionRenderer. render(org.zkoss.zk.ui.Component parent, CockpitAction<I,O> action, ActionContext<I> context, boolean updateMode, ActionListener<O> listener)voidLogoAction. render(org.zkoss.zk.ui.Component parent, CockpitAction<java.lang.Object,java.lang.Object> action, ActionContext<java.lang.Object> context, boolean updateMode, ActionListener<java.lang.Object> listener)Render the logo button. -
Uses of CockpitAction in com.hybris.cockpitng.actions.clone
Classes in com.hybris.cockpitng.actions.clone that implement CockpitAction Modifier and Type Class Description classCloneActionCloneAction supports cloning incoming object. -
Uses of CockpitAction in com.hybris.cockpitng.actions.create
Classes in com.hybris.cockpitng.actions.create that implement CockpitAction Modifier and Type Class Description classCreateActionclassCreatePermissionActionMethods in com.hybris.cockpitng.actions.create with parameters of type CockpitAction Modifier and Type Method Description protected org.zkoss.zk.ui.event.EventListener<? extends org.zkoss.zk.ui.event.Event>CreateActionRenderer. createEventListener(CockpitAction<java.lang.Object,java.lang.Object> action, ActionContext<java.lang.Object> context, ActionListener<java.lang.Object> listener)protected org.zkoss.zk.ui.event.EventListener<? extends org.zkoss.zk.ui.event.Event>CreatePermissionActionRenderer. createEventListener(CockpitAction<java.lang.Object,java.lang.Object> action, ActionContext<java.lang.Object> context, ActionListener<java.lang.Object> listener)protected org.zkoss.zul.PopupCreateActionRenderer. getOrCreatePopup(org.zkoss.zk.ui.HtmlBasedComponent container, org.zkoss.zul.Label label, CockpitAction<java.lang.Object,java.lang.Object> action, ActionContext<java.lang.Object> context, ActionListener<java.lang.Object> listener)protected voidCreateActionRenderer. perform(CockpitAction<java.lang.Object,java.lang.Object> action, ActionContext<java.lang.Object> context, ActionListener<java.lang.Object> listener)voidCreateActionRenderer. render(org.zkoss.zk.ui.Component parent, CockpitAction<java.lang.Object,java.lang.Object> action, ActionContext<java.lang.Object> context, boolean updateMode, ActionListener<java.lang.Object> listener)voidCreatePermissionActionRenderer. render(org.zkoss.zk.ui.Component parent, CockpitAction<java.lang.Object,java.lang.Object> action, ActionContext<java.lang.Object> context, boolean updateMode, ActionListener<java.lang.Object> listener) -
Uses of CockpitAction in com.hybris.cockpitng.actions.delete
Classes in com.hybris.cockpitng.actions.delete that implement CockpitAction Modifier and Type Class Description classDeleteActionclassDeletePermissionAction -
Uses of CockpitAction in com.hybris.cockpitng.actions.devtools
Classes in com.hybris.cockpitng.actions.devtools that implement CockpitAction Modifier and Type Class Description classDevToolbarAction<I,O>classRedeployActionclassReloadLabelsActionclassResetEverythingAction -
Uses of CockpitAction in com.hybris.cockpitng.actions.dndconfig
Classes in com.hybris.cockpitng.actions.dndconfig that implement CockpitAction Modifier and Type Class Description classDragAndDropConfigAction -
Uses of CockpitAction in com.hybris.cockpitng.actions.dndconfig.renderer
Methods in com.hybris.cockpitng.actions.dndconfig.renderer with parameters of type CockpitAction Modifier and Type Method Description protected org.zkoss.zk.ui.event.EventListener<? extends org.zkoss.zk.ui.event.Event>DragAndDropConfigActionRenderer. createEventListener(CockpitAction<java.lang.Object,java.lang.Object> action, ActionContext<java.lang.Object> context, ActionListener<java.lang.Object> listener) -
Uses of CockpitAction in com.hybris.cockpitng.actions.edit
Classes in com.hybris.cockpitng.actions.edit that implement CockpitAction Modifier and Type Class Description classEditAction -
Uses of CockpitAction in com.hybris.cockpitng.actions.export.csv
Classes in com.hybris.cockpitng.actions.export.csv that implement CockpitAction Modifier and Type Class Description classListViewExportCSVAction -
Uses of CockpitAction in com.hybris.cockpitng.actions.flexibletoggle
Classes in com.hybris.cockpitng.actions.flexibletoggle that implement CockpitAction Modifier and Type Class Description classFlexibleSidebarToggleActionMethods in com.hybris.cockpitng.actions.flexibletoggle with parameters of type CockpitAction Modifier and Type Method Description voidFlexibleSidebarToggleActionRenderer. render(org.zkoss.zk.ui.Component parent, CockpitAction<java.lang.Object,java.lang.Object> action, ActionContext<java.lang.Object> context, boolean updateMode, ActionListener<java.lang.Object> listener) -
Uses of CockpitAction in com.hybris.cockpitng.actions.gc
Classes in com.hybris.cockpitng.actions.gc that implement CockpitAction Modifier and Type Class Description classRunGCAction -
Uses of CockpitAction in com.hybris.cockpitng.actions.impl
Methods in com.hybris.cockpitng.actions.impl with parameters of type CockpitAction Modifier and Type Method Description protected voidDefaultActionRenderer. addKeyboardSupport(org.zkoss.zk.ui.Component component, CockpitAction<I,O> cockpitAction, ActionContext<I> ctx, org.zkoss.zk.ui.event.EventListener onClickEventListener)protected booleanDefaultActionRenderer. checkDataCompatibleWithDefinedInput(CockpitAction<I,O> action, ActionContext<I> context)protected org.zkoss.zk.ui.event.EventListener<? extends org.zkoss.zk.ui.event.Event>DefaultActionRenderer. createEventListener(CockpitAction<I,O> action, ActionContext<I> context, ActionListener<O> listener)protected voidDefaultActionRenderer. perform(CockpitAction<I,O> action, ActionContext<I> context, ActionListener<O> listener)protected voidDefaultActionRenderer. performWithConfirmationCheck(CockpitAction<I,O> action, ActionContext<I> context, ActionListener<O> listener)voidDefaultActionRenderer. render(org.zkoss.zk.ui.Component parent, CockpitAction<I,O> action, ActionContext<I> context, boolean updateMode, ActionListener<O> listener)protected voidDefaultActionRenderer. triggerFromKeyEvent(org.zkoss.zk.ui.event.KeyEvent keyEvent, CockpitAction<I,O> cockpitAction, ActionContext<I> ctx, org.zkoss.zk.ui.Component container, org.zkoss.zk.ui.event.EventListener onClickEventListener) -
Uses of CockpitAction in com.hybris.cockpitng.actions.labeledtoggle
Methods in com.hybris.cockpitng.actions.labeledtoggle with parameters of type CockpitAction Modifier and Type Method Description voidLabeledToggleActionRenderer. render(org.zkoss.zk.ui.Component parent, CockpitAction<java.lang.Object,java.lang.Object> action, ActionContext<java.lang.Object> context, boolean updateMode, ActionListener<java.lang.Object> listener) -
Uses of CockpitAction in com.hybris.cockpitng.actions.misc
Classes in com.hybris.cockpitng.actions.misc that implement CockpitAction Modifier and Type Class Description classRefreshAction -
Uses of CockpitAction in com.hybris.cockpitng.actions.principalpermission
Classes in com.hybris.cockpitng.actions.principalpermission that implement CockpitAction Modifier and Type Class Description classPrincipalPermissionAction -
Uses of CockpitAction in com.hybris.cockpitng.actions.search
Classes in com.hybris.cockpitng.actions.search that implement CockpitAction Modifier and Type Class Description classSearchByTypeAction -
Uses of CockpitAction in com.hybris.cockpitng.actions.splitlayoutchooser
Classes in com.hybris.cockpitng.actions.splitlayoutchooser that implement CockpitAction Modifier and Type Class Description classSplitLayoutChooserActionAction responsible for choosing split layout compositions.Methods in com.hybris.cockpitng.actions.splitlayoutchooser with parameters of type CockpitAction Modifier and Type Method Description org.zkoss.zk.ui.event.EventListener<? extends org.zkoss.zk.ui.event.Event>SplitLayoutChooserActionRenderer. createEventListener(CockpitAction<java.lang.String,java.lang.String> action, ActionContext<java.lang.String> context, ActionListener<java.lang.String> actionListener)voidSplitLayoutChooserActionRenderer. render(org.zkoss.zk.ui.Component parent, CockpitAction<java.lang.String,java.lang.String> action, ActionContext<java.lang.String> context, boolean updateMode, ActionListener<java.lang.String> listener)protected voidSplitLayoutChooserActionRenderer. renderPopup(org.zkoss.zk.ui.HtmlBasedComponent parent, CockpitAction<java.lang.String,java.lang.String> action, ActionContext<java.lang.String> context, ActionListener<java.lang.String> listener) -
Uses of CockpitAction in com.hybris.cockpitng.actions.toggle
Classes in com.hybris.cockpitng.actions.toggle that implement CockpitAction Modifier and Type Class Description classAbstractToggleActionclassToggleActionMethods in com.hybris.cockpitng.actions.toggle with parameters of type CockpitAction Modifier and Type Method Description voidAbstractToggleActionRenderer. render(org.zkoss.zk.ui.Component parent, CockpitAction<java.lang.Object,java.lang.Object> action, ActionContext<java.lang.Object> context, boolean updateMode, ActionListener<java.lang.Object> listener) -
Uses of CockpitAction in com.hybris.cockpitng.actions.typepermission
Classes in com.hybris.cockpitng.actions.typepermission that implement CockpitAction Modifier and Type Class Description classTypePermissionAction -
Uses of CockpitAction in com.hybris.cockpitng.components
Methods in com.hybris.cockpitng.components that return CockpitAction Modifier and Type Method Description protected CockpitActionAction. instantiateAction(ActionDefinition actionDefinition)protected CockpitActionAction. resolveCockpitActionClassInstance()protected CockpitActionAction. resolveCockpitActionClassInstance(ActionDefinition definition)protected CockpitActionAction. resolveCockpitActionClassInstance(ActionDefinition definition, boolean create)Methods in com.hybris.cockpitng.components with parameters of type CockpitAction Modifier and Type Method Description protected voidAction. initializeActionContext(ActionContext actionContext, org.zkoss.zk.ui.HtmlBasedComponent parent, ActionDefinition actionDefinition, CockpitAction action, boolean updateOnly)protected voidAction. renderAction(org.zkoss.zk.ui.HtmlBasedComponent parent, ActionDefinition actionDefinition, CockpitAction action, boolean updateOnly) -
Uses of CockpitAction in com.hybris.cockpitng.testing
Classes in com.hybris.cockpitng.testing with type parameters of type CockpitAction Modifier and Type Class Description classAbstractActionUnitTest<T extends CockpitAction<?,?>>
-