static IFrozen |
IFrozenCtrl.from(org.zkoss.zul.Frozen instance) |
|
IFrozen |
IGrid.getFrozen() |
Returns the frozen child.
|
IFrozen |
IListbox.getFrozen() |
Returns the frozen child.
|
IFrozen |
ITree.getFrozen() |
Returns a IFrozen component to enable a frozen column or row facility.
|
static <I extends IAnyGroup> IFrozen<I> |
IFrozen.ofColumns(int columns) |
Return the instance with the given columns
|
static <I extends IAnyGroup> IFrozen<I> |
IFrozen.ofId(java.lang.String id) |
Returns the instance with the given id.
|
IFrozen<I> |
IFrozen.withColumns(int columns) |
Returns a copy of this immutable component with the specified
columns.
|
IFrozen<I> |
IFrozen.withRightColumns(int rightColumns) |
Returns a copy of this immutable component with the specified
rightColumns.
|
IFrozen<I> |
IFrozen.withSmooth(boolean smooth) |
Returns a copy of this immutable component with the specified
smooth.
|
IFrozen<I> |
IFrozen.withStart(int start) |
Returns a copy of this immutable component with the specified
start.
|