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 IOrgchildren
IOrgchildren. DEFAULT
Constant for default attributes of this immutable component.Methods in org.zkoss.stateless.sul that return IOrgchildren Modifier and Type Method Description static IOrgchildren
IOrgchildrenCtrl. from(Orgchildren instance)
IOrgchildren
IOrgitem. getOrgchildren()
Returns the Orgchildren that this Orgitem owns, or null if doesn't have any child.static IOrgchildren
IOrgchildren. of(java.lang.Iterable<? extends IOrgitem> children)
Returns the instance with the givenIOrgitem
children.static IOrgchildren
IOrgchildren. of(IOrgitem... children)
Returns the instance with the givenIOrgitem
children.static IOrgchildren
IOrgchildren. ofId(java.lang.String id)
Returns the instance with the given id.default IOrgchildren
IOrgchildren. withHflex(java.lang.String hflex)
To control the size of Organigram related components, please refer toIOrganigram
andIOrgitem
instead.default IOrgchildren
IOrgchildren. withWidth(java.lang.String width)
To control the size of Organigram related components, please refer toIOrganigram
andIOrgitem
instead.Methods in org.zkoss.stateless.sul with parameters of type IOrgchildren Modifier and Type Method Description static IOrganigram
IOrganigram. of(IOrgchildren... children)
Returns the instance with the givenIOrgchildren
children.IOrgitem
IOrgitem. withOrgchildren(IOrgchildren children)
Returns a copy ofthis
immutable component with the specifiedtreechildren
.Method parameters in org.zkoss.stateless.sul with type arguments of type IOrgchildren Modifier and Type Method Description static IOrganigram
IOrganigram. of(java.lang.Iterable<? extends IOrgchildren> children)
Returns the instance with the givenIOrgchildren
children.
-