static IGroupbox |
IGroupboxCtrl.from(org.zkoss.zul.Groupbox instance) |
|
static <I extends IAnyGroup> IGroupbox<I> |
IGroupbox.of(I... children) |
Returns the instance with the given any group children.
|
static <I extends IAnyGroup> IGroupbox<I> |
IGroupbox.of(java.lang.Iterable<? extends I> children) |
Returns the instance with the given any group children.
|
static <I extends IAnyGroup> IGroupbox<I> |
IGroupbox.ofCaption(ICaption caption) |
Returns the instance with the given caption.
|
static <I extends IAnyGroup> IGroupbox<I> |
IGroupbox.ofId(java.lang.String id) |
Returns the instance with the given id.
|
static <I extends IAnyGroup> IGroupbox<I> |
IGroupbox.ofSize(java.lang.String width,
java.lang.String height) |
Returns the instance with the given size, width and height
|
static <I extends IAnyGroup> IGroupbox<I> |
IGroupbox.ofTitle(java.lang.String title) |
Returns the instance with the given title.
|
default IGroupbox<I> |
IGroupbox.withAllComponents(java.lang.Iterable<? extends IAnyGroup> elements) |
|
IGroupbox<I> |
IGroupbox.withCaption(ICaption caption) |
Returns a copy of this immutable component with the specified
caption.
|
IGroupbox<I> |
IGroupbox.withClosable(boolean closable) |
Returns a copy of this immutable component with the specified
closable.
|
IGroupbox<I> |
IGroupbox.withContentSclass(java.lang.String contentSclass) |
Returns a copy of this immutable component with the specified
contentSclass.
|
IGroupbox<I> |
IGroupbox.withContentStyle(java.lang.String contentStyle) |
Returns a copy of this immutable component with the specified
contentStyle.
|
IGroupbox |
IGroupbox.withNativeScrollbar(boolean nativeScrollbar) |
Returns a copy of this immutable component with the specified nativeScrollbar.
|
IGroupbox<I> |
IGroupbox.withOpen(boolean open) |
Returns a copy of this immutable component with the specified
open.
|
IGroupbox<I> |
IGroupbox.withTitle(java.lang.String title) |
Returns a copy of this immutable component with the specified
title.
|