Uses of Class
org.zkoss.stateless.sul.IArea.Shape
-
Packages that use IArea.Shape Package Description org.zkoss.stateless.sul -
-
Uses of IArea.Shape in org.zkoss.stateless.sul
Methods in org.zkoss.stateless.sul that return IArea.Shape Modifier and Type Method Description static IArea.ShapeIArea.Shape. valueOf(java.lang.String name)Returns the enum constant of this type with the specified name.static IArea.Shape[]IArea.Shape. 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 IArea.Shape Modifier and Type Method Description default IAreaIArea. withShape(IArea.Shape shape)Returns a copy ofthisimmutable component with the specifiedshape.
-