Uses of Class
org.zkoss.stateless.sul.ITrack.Kind
-
Packages that use ITrack.Kind Package Description org.zkoss.stateless.sul -
-
Uses of ITrack.Kind in org.zkoss.stateless.sul
Methods in org.zkoss.stateless.sul that return ITrack.Kind Modifier and Type Method Description static ITrack.KindITrack.Kind. valueOf(java.lang.String name)Returns the enum constant of this type with the specified name.static ITrack.Kind[]ITrack.Kind. 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 ITrack.Kind Modifier and Type Method Description static ITrackITrack. ofKind(ITrack.Kind kind)Returns the instance with the given kind.default ITrackITrack. withKind(ITrack.Kind kind)Returns a copy ofthisimmutable component with the specifiedkind.
-