Uses of Enum Class
com.hybris.pcmbackoffice.widgets.shortcuts.ShortcutsFlagEnum
Packages that use ShortcutsFlagEnum
-
Uses of ShortcutsFlagEnum in com.hybris.pcmbackoffice.widgets.shortcuts
Methods in com.hybris.pcmbackoffice.widgets.shortcuts that return ShortcutsFlagEnumModifier and TypeMethodDescriptionShortcutsitem.getFlag()static ShortcutsFlagEnumReturns the enum constant of this class with the specified name.static ShortcutsFlagEnum[]ShortcutsFlagEnum.values()Returns an array containing the constants of this enum class, in the order they are declared.Methods in com.hybris.pcmbackoffice.widgets.shortcuts with parameters of type ShortcutsFlagEnumModifier and TypeMethodDescriptionvoidShortcutsController.setCurrentLabel(ShortcutsFlagEnum currentLabel) Constructors in com.hybris.pcmbackoffice.widgets.shortcuts with parameters of type ShortcutsFlagEnumModifierConstructorDescriptionShortcutsitem(org.zkoss.zul.Listbox parent, ShortcutsFlagEnum flag, BackofficeObjectSpecialCollectionModel collectionModel)