Uses of Class
org.zkoss.stateless.sul.IWindow.Mode
-
Packages that use IWindow.Mode Package Description org.zkoss.stateless.sul -
-
Uses of IWindow.Mode in org.zkoss.stateless.sul
Methods in org.zkoss.stateless.sul that return IWindow.Mode Modifier and Type Method Description static IWindow.Mode
IWindow.Mode. valueOf(java.lang.String name)
Returns the enum constant of this type with the specified name.static IWindow.Mode[]
IWindow.Mode. values()
Returns an array containing the constants of this enum type, in the order they are declared.Methods in org.zkoss.stateless.sul with parameters of type IWindow.Mode Modifier and Type Method Description static <I extends IAnyGroup>
IWindow<I>IWindow. ofMode(IWindow.Mode mode)
Returns the instance with the given mode.default IWindow<I>
IWindow. withMode(IWindow.Mode mode)
Returns a copy ofthis
immutable component with the specifiedmode
.
-