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.ModeWindow. getModeType()Returns the current mode.static Window.ModeWindow.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 voidWindow. setMode(Window.Mode mode)Sets the mode.
-