Uses of Interface
org.zkoss.stateless.sul.ITrack
-
Packages that use ITrack Package Description org.zkoss.stateless.sul -
-
Uses of ITrack in org.zkoss.stateless.sul
Fields in org.zkoss.stateless.sul declared as ITrack Modifier and Type Field Description static ITrackITrack. DEFAULTConstant for default attributes of this immutable component.Methods in org.zkoss.stateless.sul that return ITrack Modifier and Type Method Description static ITrackITrackCtrl. from(org.zkoss.zul.Track instance)static ITrackITrack. of(java.lang.String label)Returns the instance with the given label.static ITrackITrack. ofId(java.lang.String id)Returns the instance with the given id.static ITrackITrack. ofKind(ITrack.Kind kind)Returns the instance with the given kind.static ITrackITrack. ofSrc(java.lang.String src)Returns the instance with the given src.ITrackITrack. withAsDefault(boolean asDefault)Returns a copy ofthisimmutable component with the specifiedasDefault.ITrackITrack. withKind(java.lang.String kind)Returns a copy ofthisimmutable component with the specifiedkind.default ITrackITrack. withKind(ITrack.Kind kind)Returns a copy ofthisimmutable component with the specifiedkind.ITrackITrack. withLabel(java.lang.String label)Returns a copy ofthisimmutable component with the specifiedlabel.ITrackITrack. withSrc(java.lang.String src)Returns a copy ofthisimmutable component with the specifiedsrclang.ITrackITrack. withSrclang(java.lang.String srclang)Returns a copy ofthisimmutable component with the specifiedsrclang.Methods in org.zkoss.stateless.sul with parameters of type ITrack Modifier and Type Method Description static IAudioIAudio. of(ITrack... children)Returns the instance with the givenITrackchildren.static IVideoIVideo. of(ITrack... children)Returns the instance with the givenITrackchildren.Method parameters in org.zkoss.stateless.sul with type arguments of type ITrack Modifier and Type Method Description static IAudioIAudio. of(java.lang.Iterable<ITrack> children)Returns the instance with the givenITrackchildren.static IVideoIVideo. of(java.lang.Iterable<ITrack> children)Returns the instance with the givenITrackchildren.
-