Uses of Class
org.zkoss.stateless.sul.IDrawer.Position
-
Packages that use IDrawer.Position Package Description org.zkoss.stateless.sul -
-
Uses of IDrawer.Position in org.zkoss.stateless.sul
Methods in org.zkoss.stateless.sul that return IDrawer.Position Modifier and Type Method Description static IDrawer.Position
IDrawer.Position. valueOf(java.lang.String name)
Returns the enum constant of this type with the specified name.static IDrawer.Position[]
IDrawer.Position. 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 IDrawer.Position Modifier and Type Method Description default IDrawer<I>
IDrawer. withPosition(IDrawer.Position position)
Returns a copy ofthis
immutable component with the specifiedposition
.
-