static IIframe |
IIframeCtrl.from(org.zkoss.zul.Iframe instance) |
|
static <I extends IAnyGroup> IIframe |
IIframe.of(java.lang.String src) |
Returns the instance with the given src.
|
static <I extends IAnyGroup> IIframe |
IIframe.ofId(java.lang.String id) |
Returns the instance with the given id.
|
static <I extends IAnyGroup> IIframe |
IIframe.ofSize(java.lang.String width,
java.lang.String height) |
Returns the instance with the given width and height.
|
IIframe |
IIframe.withAutohide(boolean autohide) |
Returns a copy of this immutable component with the specified
autohide.
|
IIframe |
IIframe.withName(java.lang.String name) |
Returns a copy of this immutable component with the specified
name.
|
IIframe |
IIframe.withScrolling(java.lang.String scrolling) |
Returns a copy of this immutable component with the specified
scrolling.
|
IIframe |
IIframe.withSrc(java.lang.String src) |
Returns a copy of this immutable component with the specified
src.
|