Uses of Interface
org.zkoss.stateless.sul.IMeshComposite
-
Packages that use IMeshComposite Package Description org.zkoss.stateless.sul -
-
Uses of IMeshComposite in org.zkoss.stateless.sul
Classes in org.zkoss.stateless.sul with type parameters of type IMeshComposite Modifier and Type Interface Description interface
IMeshComposite<I extends IMeshComposite>
Represents a composition ofIComponent
ontoIMeshElement
.Subinterfaces of IMeshComposite in org.zkoss.stateless.sul Modifier and Type Interface Description interface
IAuxhead
ImmutableAuxhead
componentinterface
IColumns
ImmutableColumns
componentinterface
IFoot
ImmutableFoot
componentinterface
IFrozen<I extends IAnyGroup>
ImmutableFrozen
componentinterface
IGridComposite<I extends IGridComposite>
Represents a composition ofIComponent
ontoIGrid
.interface
IListboxComposite<I extends IListboxComposite>
Represents a composition ofIComponent
ontoIListbox
.interface
IListfoot
ImmutableListfoot
componentinterface
IListgroup
ImmutableListgroup
componentinterface
IListgroupChild<I extends IListgroupChild>
An interface to indicate a Listgroup component which its implementation is PE and EE only.interface
IListgroupfoot
ImmutableListgroupfoot
componentinterface
IListgroupfootChild<I extends IListgroupfootChild>
An interface to indicate a Listgroupfoot component which its implementation is PE and EE only.interface
IListhead
ImmutableListhead
componentinterface
IListitem
ImmutableListitem
componentinterface
IListitemBase<I extends IListitemBase>
ImmutableListitem
base componentinterface
IPaging
ImmutablePaging
componentinterface
IRows
ImmutableRows
componentinterface
ITreechildren
ImmutableTreechildren
componentinterface
ITreecols
ImmutableTreecols
componentinterface
ITreeComposite<I extends ITreeComposite>
Represents a composition ofIComponent
ontoITree
.interface
ITreefoot
ImmutableTreefoot
componentMethod parameters in org.zkoss.stateless.sul with type arguments of type IMeshComposite Modifier and Type Method Description default IGrid
IGrid. withAllComponents(java.lang.Iterable<? extends IMeshComposite> elements)
default IListbox
IListbox. withAllComponents(java.lang.Iterable<? extends IMeshComposite> elements)
default ITree
ITree. withAllComponents(java.lang.Iterable<? extends IMeshComposite> elements)
-