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