Uses of Class
org.zkoss.stateless.sul.IWindow.Border
-
Packages that use IWindow.Border Package Description org.zkoss.stateless.sul -
-
Uses of IWindow.Border in org.zkoss.stateless.sul
Methods in org.zkoss.stateless.sul that return IWindow.Border Modifier and Type Method Description static IWindow.BorderIWindow.Border. valueOf(java.lang.String name)Returns the enum constant of this type with the specified name.static IWindow.Border[]IWindow.Border. 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.Border Modifier and Type Method Description static <I extends IAnyGroup>
IWindow<I>IWindow. ofBorder(IWindow.Border border)Returns the instance with the givenIWindow.Borderborder.default IWindow<I>IWindow. withBorder(IWindow.Border border)Returns a copy ofthisimmutable component with the specifiedborder.
-