Uses of Class
com.hybris.backoffice.widgets.itemcomments.PopupPosition
-
Packages that use PopupPosition Package Description com.hybris.backoffice.widgets.itemcomments -
-
Uses of PopupPosition in com.hybris.backoffice.widgets.itemcomments
Methods in com.hybris.backoffice.widgets.itemcomments that return PopupPosition Modifier and Type Method Description static PopupPositionPopupPosition. forName(java.lang.String position)PopupPositionItemCommentsController. getPopupPosition()static PopupPositionPopupPosition. valueOf(java.lang.String name)Returns the enum constant of this type with the specified name.static PopupPosition[]PopupPosition. values()Returns an array containing the constants of this enum type, in the order they are declared.Methods in com.hybris.backoffice.widgets.itemcomments with parameters of type PopupPosition Modifier and Type Method Description voidItemCommentsController. setPopupPosition(PopupPosition popupPosition)
-