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 ITrack
ITrack. DEFAULT
Constant for default attributes of this immutable component.Methods in org.zkoss.stateless.sul that return ITrack Modifier and Type Method Description static ITrack
ITrackCtrl. from(Track instance)
static ITrack
ITrack. of(java.lang.String label)
Returns the instance with the given label.static ITrack
ITrack. ofId(java.lang.String id)
Returns the instance with the given id.static ITrack
ITrack. ofKind(ITrack.Kind kind)
Returns the instance with the given kind.static ITrack
ITrack. ofSrc(java.lang.String src)
Returns the instance with the given src.ITrack
ITrack. withAsDefault(boolean asDefault)
Returns a copy ofthis
immutable component with the specifiedasDefault
.ITrack
ITrack. withKind(java.lang.String kind)
Returns a copy ofthis
immutable component with the specifiedkind
.default ITrack
ITrack. withKind(ITrack.Kind kind)
Returns a copy ofthis
immutable component with the specifiedkind
.ITrack
ITrack. withLabel(java.lang.String label)
Returns a copy ofthis
immutable component with the specifiedlabel
.ITrack
ITrack. withSrc(java.lang.String src)
Returns a copy ofthis
immutable component with the specifiedsrclang
.ITrack
ITrack. withSrclang(java.lang.String srclang)
Returns a copy ofthis
immutable component with the specifiedsrclang
.Methods in org.zkoss.stateless.sul with parameters of type ITrack Modifier and Type Method Description static IAudio
IAudio. of(ITrack... children)
Returns the instance with the givenITrack
children.static IVideo
IVideo. of(ITrack... children)
Returns the instance with the givenITrack
children.Method parameters in org.zkoss.stateless.sul with type arguments of type ITrack Modifier and Type Method Description static IAudio
IAudio. of(java.lang.Iterable<ITrack> children)
Returns the instance with the givenITrack
children.static IVideo
IVideo. of(java.lang.Iterable<ITrack> children)
Returns the instance with the givenITrack
children.
-