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