Uses of Interface
org.zkoss.stateless.sul.IOrgitem
-
Packages that use IOrgitem Package Description org.zkoss.stateless.state org.zkoss.stateless.sul -
-
Uses of IOrgitem in org.zkoss.stateless.state
Methods in org.zkoss.stateless.state that return types with arguments of type IOrgitem Modifier and Type Method Description CheckedFunction2<DataT,java.lang.Integer,IOrgitem>IOrganigramController. getRenderer()Method parameters in org.zkoss.stateless.state with type arguments of type IOrgitem Modifier and Type Method Description static <D> IOrganigramController<D>IOrganigramController. of(IOrganigram owner, org.zkoss.zul.TreeModel<D> model, CheckedFunction2<D,java.lang.Integer,IOrgitem> renderer)Returns the controller instance with the givenorganigramvoidIOrganigramController. setRenderer(CheckedFunction2<DataT,java.lang.Integer,IOrgitem> renderer) -
Uses of IOrgitem in org.zkoss.stateless.sul
Fields in org.zkoss.stateless.sul declared as IOrgitem Modifier and Type Field Description static IOrgitemIOrgitem. DEFAULTConstant for default attributes of this immutable component.Methods in org.zkoss.stateless.sul that return IOrgitem Modifier and Type Method Description static IOrgitemIOrgitemCtrl. from(org.zkoss.zkmax.zul.Orgitem instance)static IOrgitemIOrgitem. of(java.lang.String label)Returns the instance with the given label.static IOrgitemIOrgitem. ofId(java.lang.String id)Returns the instance with the given id.static IOrgitemIOrgitem. ofImage(java.lang.String image)Returns the instance with the given image.default IOrgitemIOrgitem. withAllComponents(java.lang.Iterable<? extends IOrgitemComposite> elements)IOrgitemIOrgitem. withDisabled(boolean disabled)Returns a copy ofthisimmutable component with the specifieddisabled.IOrgitemIOrgitem. withImage(java.lang.String image)Returns a copy ofthisimmutable component with the specifiedimage.IOrgitemIOrgitem. withLabel(java.lang.String label)Returns a copy ofthisimmutable component with the specifiedlabel.IOrgitemIOrgitem. withOpen(boolean open)Returns a copy ofthisimmutable component with the specifiedopen.IOrgitemIOrgitem. withOrgchildren(IOrgchildren children)Returns a copy ofthisimmutable component with the specifiedtreechildren.IOrgitemIOrgitem. withOrgnode(IOrgnode<IAnyGroup> orgnode)Returns a copy ofthisimmutable component with the specifiedorgnode.IOrgitemIOrgitem. withSelectable(boolean selectable)Returns a copy ofthisimmutable component with the specifiedselectable.IOrgitemIOrgitem. withSelected(boolean selected)Returns a copy ofthisimmutable component with the specifiedselected.Methods in org.zkoss.stateless.sul that return types with arguments of type IOrgitem Modifier and Type Method Description default java.util.Collection<IOrgitem>IOrgchildren. getItems()Methods in org.zkoss.stateless.sul with parameters of type IOrgitem Modifier and Type Method Description static IOrgchildrenIOrgchildren. of(IOrgitem... children)Returns the instance with the givenIOrgitemchildren.Method parameters in org.zkoss.stateless.sul with type arguments of type IOrgitem Modifier and Type Method Description static IOrgchildrenIOrgchildren. of(java.lang.Iterable<? extends IOrgitem> children)Returns the instance with the givenIOrgitemchildren.
-