Uses of Interface
org.zkoss.stateless.sul.IRows
-
Packages that use IRows Package Description org.zkoss.stateless.sul -
-
Uses of IRows in org.zkoss.stateless.sul
Fields in org.zkoss.stateless.sul declared as IRows Modifier and Type Field Description static IRows
IRows. DEFAULT
Constant for default attributes of this immutable component.Methods in org.zkoss.stateless.sul that return IRows Modifier and Type Method Description static IRows
IRowsCtrl. from(Rows instance)
IRows
IGrid. getRows()
Returns the rows.static IRows
IRows. of(java.lang.Iterable<? extends IRowBase> children)
Returns the instance with the givenIRowBase
children.static IRows
IRows. of(IRowBase... children)
Returns the instance with the givenIRowBase
children.static IRows
IRows. ofId(java.lang.String id)
Returns the instance with the given id.default IRows
IRows. withHflex(java.lang.String hflex)
default IRows
IRows. withWidth(java.lang.String width)
Methods in org.zkoss.stateless.sul with parameters of type IRows Modifier and Type Method Description IGrid
IGrid. withRows(IRows rows)
Returns a copy ofthis
immutable component with the specifiedrows
.
-