Uses of Class
org.zkoss.zul.Window.Mode
-
Packages that use Window.Mode Package Description org.zkoss.zul -
-
Uses of Window.Mode in org.zkoss.zul
Methods in org.zkoss.zul that return Window.Mode Modifier and Type Method Description Window.Mode
Window. getModeType()
Returns the current mode.static Window.Mode
Window.Mode. valueOf(java.lang.String name)
Returns the enum constant of this type with the specified name.static Window.Mode[]
Window.Mode. values()
Returns an array containing the constants of this enum type, in the order they are declared.Methods in org.zkoss.zul with parameters of type Window.Mode Modifier and Type Method Description void
Window. setMode(Window.Mode mode)
Sets the mode.
-