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.Shape
IArea.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 IArea
IArea. withShape(IArea.Shape shape)
Returns a copy ofthis
immutable component with the specifiedshape
.
-