Uses of Class
com.epam.jdi.light.ui.html.elements.enums.MenuBehaviour
-
Packages that use MenuBehaviour Package Description com.epam.jdi.light.ui.html.elements.annotations com.epam.jdi.light.ui.html.elements.complex com.epam.jdi.light.ui.html.elements.enums -
-
Uses of MenuBehaviour in com.epam.jdi.light.ui.html.elements.annotations
Methods in com.epam.jdi.light.ui.html.elements.annotations that return MenuBehaviour Modifier and Type Method Description MenuBehaviourvalue() -
Uses of MenuBehaviour in com.epam.jdi.light.ui.html.elements.complex
Methods in com.epam.jdi.light.ui.html.elements.complex with parameters of type MenuBehaviour Modifier and Type Method Description protected voidMenu2D. setActions(MenuBehaviour behaviour) -
Uses of MenuBehaviour in com.epam.jdi.light.ui.html.elements.enums
Methods in com.epam.jdi.light.ui.html.elements.enums that return MenuBehaviour Modifier and Type Method Description static MenuBehaviourMenuBehaviour. valueOf(String name)Returns the enum constant of this type with the specified name.static MenuBehaviour[]MenuBehaviour. values()Returns an array containing the constants of this enum type, in the order they are declared.
-