Uses of Interface
org.zkoss.stateless.sul.IFrozen
-
Packages that use IFrozen Package Description org.zkoss.stateless.sul -
-
Uses of IFrozen in org.zkoss.stateless.sul
Fields in org.zkoss.stateless.sul declared as IFrozen Modifier and Type Field Description static IFrozen<IAnyGroup>
IFrozen. DEFAULT
Constant for default attributes of this immutable component.Methods in org.zkoss.stateless.sul that return IFrozen Modifier and Type Method Description static IFrozen
IFrozenCtrl. from(Frozen instance)
IFrozen
IGrid. getFrozen()
Returns the frozen child.IFrozen
IListbox. getFrozen()
Returns the frozen child.IFrozen
ITree. getFrozen()
Returns aIFrozen
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 columnsstatic <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 ofthis
immutable component with the specifiedcolumns
.IFrozen<I>
IFrozen. withRightColumns(int rightColumns)
Returns a copy ofthis
immutable component with the specifiedrightColumns
.IFrozen<I>
IFrozen. withSmooth(boolean smooth)
Returns a copy ofthis
immutable component with the specifiedsmooth
.IFrozen<I>
IFrozen. withStart(int start)
Returns a copy ofthis
immutable component with the specifiedstart
.Methods in org.zkoss.stateless.sul with parameters of type IFrozen Modifier and Type Method Description IGrid
IGrid. withFrozen(IFrozen frozen)
Returns a copy ofthis
immutable component with the specifiedfrozen
.IListbox
IListbox. withFrozen(IFrozen frozen)
Returns a copy ofthis
immutable component with the specifiedfrozen
.ITree
ITree. withFrozen(IFrozen frozen)
Returns a copy ofthis
immutable component with the specifiedfrozen
.
-