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 IRowsIRows. DEFAULTConstant for default attributes of this immutable component.Methods in org.zkoss.stateless.sul that return IRows Modifier and Type Method Description static IRowsIRowsCtrl. from(org.zkoss.zul.Rows instance)IRowsIGrid. getRows()Returns the rows.static IRowsIRows. of(java.lang.Iterable<? extends IRowBase> children)Returns the instance with the givenIRowBasechildren.static IRowsIRows. of(IRowBase... children)Returns the instance with the givenIRowBasechildren.static IRowsIRows. ofId(java.lang.String id)Returns the instance with the given id.default IRowsIRows. withHflex(java.lang.String hflex)default IRowsIRows. withWidth(java.lang.String width)Methods in org.zkoss.stateless.sul with parameters of type IRows Modifier and Type Method Description IGridIGrid. withRows(IRows rows)Returns a copy ofthisimmutable component with the specifiedrows.
-