JavaScript is disabled on your browser.
Skip navigation links
Overview
Class
Use
Tree
Deprecated
Index
Search
Help
com.kingsrook.qqq.backend.core.model.metadata.menus
QMenuSlot
Uses of Enum Class
com.kingsrook.qqq.backend.core.model.metadata.menus.QMenuSlot
Packages that use
QMenuSlot
Package
Description
com.kingsrook.qqq.backend.core.model.metadata.menus
Uses of
QMenuSlot
in
com.kingsrook.qqq.backend.core.model.metadata.menus
Subclasses with type arguments of type
QMenuSlot
in
com.kingsrook.qqq.backend.core.model.metadata.menus
Modifier and Type
Class
Description
enum
QMenuSlot
Enumeration of standard menu slot locations where menus can be displayed in a QQQ application.
Methods in
com.kingsrook.qqq.backend.core.model.metadata.menus
that return
QMenuSlot
Modifier and Type
Method
Description
static
QMenuSlot
QMenuSlot.
valueOf
(
String
name)
Returns the enum constant of this class with the specified name.
static
QMenuSlot
[]
QMenuSlot.
values
()
Returns an array containing the constants of this enum class, in the order they are declared.