Uses of Class
com.hybris.cockpitng.renderers.header.WidgetVisibilityState
-
Packages that use WidgetVisibilityState Package Description com.hybris.cockpitng.renderers.header com.hybris.cockpitng.widgets.baseeditorarea -
-
Uses of WidgetVisibilityState in com.hybris.cockpitng.renderers.header
Methods in com.hybris.cockpitng.renderers.header that return WidgetVisibilityState Modifier and Type Method Description static WidgetVisibilityStateWidgetVisibilityState. valueOf(java.lang.String name)Returns the enum constant of this type with the specified name.static WidgetVisibilityState[]WidgetVisibilityState. values()Returns an array containing the constants of this enum type, in the order they are declared.Methods in com.hybris.cockpitng.renderers.header with parameters of type WidgetVisibilityState Modifier and Type Method Description voidWidgetVisibilityStateAware. handleVisibilityState(WidgetVisibilityState state)Handles state visibility widget state. -
Uses of WidgetVisibilityState in com.hybris.cockpitng.widgets.baseeditorarea
Methods in com.hybris.cockpitng.widgets.baseeditorarea with parameters of type WidgetVisibilityState Modifier and Type Method Description voidDefaultEditorAreaController. handleVisibilityState(WidgetVisibilityState state)
-