static IAudio |
IAudioCtrl.from(org.zkoss.zul.Audio instance) |
|
static IAudio |
IAudio.of(java.lang.Iterable<ITrack> children) |
Returns the instance with the given ITrack children.
|
static IAudio |
IAudio.of(java.lang.String src) |
Returns the instance with the given src.
|
static IAudio |
IAudio.of(ITrack... children) |
Returns the instance with the given ITrack children.
|
static IAudio |
IAudio.ofId(java.lang.String id) |
Returns the instance with the given id.
|
IAudio |
IAudio.withAutoplay(boolean autoplay) |
Returns a copy of this immutable component with the specified
autoplay.
|
IAudio |
IAudio.withContent(org.zkoss.sound.Audio audio) |
Returns a copy of this immutable component with the specified
audio.
|
IAudio |
IAudio.withControls(boolean controls) |
Returns a copy of this immutable component with the specified
controls.
|
IAudio |
IAudio.withLoop(boolean loop) |
Returns a copy of this immutable component with the specified
loop.
|
IAudio |
IAudio.withMuted(boolean muted) |
Returns a copy of this immutable component with the specified
muted.
|
IAudio |
IAudio.withPreload(java.lang.String preload) |
Returns a copy of this immutable component with the specified
preload.
|
IAudio |
IAudio.withSrc(java.lang.Iterable<java.lang.String> src) |
Returns a copy of this immutable component with the specified placeholder.
|
default IAudio |
IAudio.withSrc(java.lang.String src) |
Returns a copy of this immutable component with the specified placeholder.
|