Class FlexibleSidebarToggleAction
- java.lang.Object
-
- com.hybris.cockpitng.engine.impl.AbstractComponentWidgetAdapterAware
-
- com.hybris.cockpitng.actions.AbstractStatefulAction<java.lang.Object,java.lang.Object>
-
- com.hybris.cockpitng.actions.toggle.AbstractToggleAction
-
- com.hybris.cockpitng.actions.flexibletoggle.FlexibleSidebarToggleAction
-
- All Implemented Interfaces:
CockpitAction<java.lang.Object,java.lang.Object>,ComponentWidgetAdapterAware
public class FlexibleSidebarToggleAction extends AbstractToggleAction
-
-
Field Summary
Fields Modifier and Type Field Description protected static java.lang.StringDEFAULT_OUTPUT_SOCKETstatic java.lang.StringPATTERN_RESPONSIVE_BREAKPOINTprotected static java.lang.StringSETTING_BREAKPOINT_OUTPUTprotected static java.lang.StringSETTING_OUTPUT_SOCKETprotected static java.lang.StringSETTING_RESPONSIVE_BREAKPOINTprotected static java.lang.StringSETTING_TOGGLE_INPUTprotected static java.lang.ObjectVALUE_OUTPUT-
Fields inherited from class com.hybris.cockpitng.actions.toggle.AbstractToggleAction
MODEL_ACTIVE, MODEL_VALUE
-
-
Constructor Summary
Constructors Constructor Description FlexibleSidebarToggleAction()
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description protected java.lang.StringgetDefaultOutputSocket()protected java.lang.StringgetOutputSocket(ActionContext<java.lang.Object> ctx)-
Methods inherited from class com.hybris.cockpitng.actions.toggle.AbstractToggleAction
perform, restoreOutputValue
-
Methods inherited from class com.hybris.cockpitng.actions.AbstractStatefulAction
getActionUID, getValue, restoreModelValue, setValue, storeModelValue
-
Methods inherited from class com.hybris.cockpitng.engine.impl.AbstractComponentWidgetAdapterAware
addSocketInputEventListener, getComponentID, handleSocketInputEvent, initialize, initializeDefaultEventListeners, registerStubInstance, sendOutput, setComponentID, unregisterStubInstance
-
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
-
Methods inherited from interface com.hybris.cockpitng.actions.CockpitAction
canPerform, getConfirmationMessage, needsConfirmation
-
-
-
-
Field Detail
-
PATTERN_RESPONSIVE_BREAKPOINT
public static final java.lang.String PATTERN_RESPONSIVE_BREAKPOINT
- See Also:
- Constant Field Values
-
DEFAULT_OUTPUT_SOCKET
protected static final java.lang.String DEFAULT_OUTPUT_SOCKET
- See Also:
- Constant Field Values
-
SETTING_OUTPUT_SOCKET
protected static final java.lang.String SETTING_OUTPUT_SOCKET
- See Also:
- Constant Field Values
-
SETTING_TOGGLE_INPUT
protected static final java.lang.String SETTING_TOGGLE_INPUT
- See Also:
- Constant Field Values
-
SETTING_BREAKPOINT_OUTPUT
protected static final java.lang.String SETTING_BREAKPOINT_OUTPUT
- See Also:
- Constant Field Values
-
SETTING_RESPONSIVE_BREAKPOINT
protected static final java.lang.String SETTING_RESPONSIVE_BREAKPOINT
- See Also:
- Constant Field Values
-
VALUE_OUTPUT
protected static final java.lang.Object VALUE_OUTPUT
-
-
Method Detail
-
getOutputSocket
protected java.lang.String getOutputSocket(ActionContext<java.lang.Object> ctx)
- Specified by:
getOutputSocketin classAbstractToggleAction- Parameters:
ctx- action context- Returns:
- name of output socket for action value
-
getDefaultOutputSocket
protected java.lang.String getDefaultOutputSocket()
-
-