Uses of Interface
org.zkoss.stateless.sul.ITreeitem
-
Packages that use ITreeitem Package Description org.zkoss.stateless.state org.zkoss.stateless.sul -
-
Uses of ITreeitem in org.zkoss.stateless.state
Methods in org.zkoss.stateless.state that return types with arguments of type ITreeitem Modifier and Type Method Description CheckedFunction2<DataT,java.lang.Integer,ITreeitem>ITreeController. getRenderer()Method parameters in org.zkoss.stateless.state with type arguments of type ITreeitem Modifier and Type Method Description static <D> ITreeController<D>ITreeController. of(ITree owner, org.zkoss.zul.TreeModel<D> model, CheckedFunction2<D,java.lang.Integer,ITreeitem> renderer)Returns the controller instance with the giventreevoidITreeController. setRenderer(CheckedFunction2<DataT,java.lang.Integer,ITreeitem> renderer) -
Uses of ITreeitem in org.zkoss.stateless.sul
Fields in org.zkoss.stateless.sul declared as ITreeitem Modifier and Type Field Description static ITreeitemITreeitem. DEFAULTConstant for default attributes of this immutable component.Methods in org.zkoss.stateless.sul that return ITreeitem Modifier and Type Method Description static ITreeitemITreeitemCtrl. from(org.zkoss.zul.Treeitem instance)static ITreeitemITreeitem. of(java.lang.String label)Returns the instance with the given label.static ITreeitemITreeitem. of(java.lang.String label, java.lang.Iterable<? extends ITreeitem> items)Returns the instance with the given label and all sublevel items.static ITreeitemITreeitem. of(java.lang.String label, ITreeitem... items)Returns the instance with the given label and all sublevel items.static ITreeitemITreeitem. ofId(java.lang.String id)Returns the instance with the given id.static ITreeitemITreeitem. ofTreecells(java.lang.Iterable<? extends ITreecell<IAnyGroup>> treecells)Returns the instance with the given tree cells.static ITreeitemITreeitem. ofTreecells(ITreecell<IAnyGroup>... treecells)Returns the instance with the given tree cells.static ITreeitemITreeitem. ofTreerow(ITreerow treerow)Returns the instance with the given treerow.default ITreeitemITreeitem. withAllComponents(java.lang.Iterable<? extends ITreeitemComposite> elements)default ITreeitemITreeitem. withHflex(java.lang.String hflex)ITreeitemITreeitem. withImage(java.lang.String image)Returns a copy ofthisimmutable component with the specifiedimage.ITreeitemITreeitem. withIndex(int index)Returns a copy ofthisimmutable component with the specifiedindex.ITreeitemITreeitem. withLabel(java.lang.String label)Returns a copy ofthisimmutable component with the specifiedlabel.ITreeitemITreeitem. withOpen(boolean open)Returns a copy ofthisimmutable component with the specifiedopen.ITreeitemITreeitem. withSelectable(boolean selectable)Returns a copy ofthisimmutable component with the specifiedselectable.ITreeitemITreeitem. withSelected(boolean selected)Returns a copy ofthisimmutable component with the specifiedselected.ITreeitemITreeitem. withTreechildren(ITreechildren treechildren)Returns a copy ofthisimmutable component with the specifiedtreechildren.ITreeitemITreeitem. withTreerow(ITreerow treerow)Returns a copy ofthisimmutable component with the specifiedtreerow.default ITreeitemITreeitem. withWidth(java.lang.String width)Methods in org.zkoss.stateless.sul that return types with arguments of type ITreeitem Modifier and Type Method Description default java.util.Collection<ITreeitem>ITree. getItems()Returns a readonly list of all descendingITreeitem(children's children and so on).default java.util.Collection<ITreeitem>ITreechildren. getItems()Returns a readonly list of all descendingITreeitem(children's children and so on).Methods in org.zkoss.stateless.sul with parameters of type ITreeitem Modifier and Type Method Description static ITreeITree. of(ITreeitem... children)Returns the instance with the given tree items which belong to root level.static ITreechildrenITreechildren. of(ITreeitem... children)Returns the instance with the given tree items which belong to this component.static ITreeitemITreeitem. of(java.lang.String label, ITreeitem... items)Returns the instance with the given label and all sublevel items.Method parameters in org.zkoss.stateless.sul with type arguments of type ITreeitem Modifier and Type Method Description static ITreeITree. of(java.lang.Iterable<? extends ITreeitem> children)Returns the instance with the given tree items which belong to root level.static ITreechildrenITreechildren. of(java.lang.Iterable<? extends ITreeitem> children)Returns the instance with the given tree items which belong to this component.static ITreeitemITreeitem. of(java.lang.String label, java.lang.Iterable<? extends ITreeitem> items)Returns the instance with the given label and all sublevel items.
-