Uses of Interface
org.zkoss.stateless.sul.IOrgchildren
-
Packages that use IOrgchildren Package Description org.zkoss.stateless.sul -
-
Uses of IOrgchildren in org.zkoss.stateless.sul
Fields in org.zkoss.stateless.sul declared as IOrgchildren Modifier and Type Field Description static IOrgchildrenIOrgchildren. DEFAULTConstant for default attributes of this immutable component.Methods in org.zkoss.stateless.sul that return IOrgchildren Modifier and Type Method Description static IOrgchildrenIOrgchildrenCtrl. from(org.zkoss.zkmax.zul.Orgchildren instance)IOrgchildrenIOrgitem. getOrgchildren()Returns the Orgchildren that this Orgitem owns, or null if doesn't have any child.static IOrgchildrenIOrgchildren. of(java.lang.Iterable<? extends IOrgitem> children)Returns the instance with the givenIOrgitemchildren.static IOrgchildrenIOrgchildren. of(IOrgitem... children)Returns the instance with the givenIOrgitemchildren.static IOrgchildrenIOrgchildren. ofId(java.lang.String id)Returns the instance with the given id.default IOrgchildrenIOrgchildren. withHflex(java.lang.String hflex)To control the size of Organigram related components, please refer toIOrganigramandIOrgiteminstead.default IOrgchildrenIOrgchildren. withWidth(java.lang.String width)To control the size of Organigram related components, please refer toIOrganigramandIOrgiteminstead.Methods in org.zkoss.stateless.sul with parameters of type IOrgchildren Modifier and Type Method Description static IOrganigramIOrganigram. of(IOrgchildren... children)Returns the instance with the givenIOrgchildrenchildren.IOrgitemIOrgitem. withOrgchildren(IOrgchildren children)Returns a copy ofthisimmutable component with the specifiedtreechildren.Method parameters in org.zkoss.stateless.sul with type arguments of type IOrgchildren Modifier and Type Method Description static IOrganigramIOrganigram. of(java.lang.Iterable<? extends IOrgchildren> children)Returns the instance with the givenIOrgchildrenchildren.
-