Uses of Interface
org.zkoss.stateless.sul.IDetailChild
-
Packages that use IDetailChild Package Description org.zkoss.stateless.sul -
-
Uses of IDetailChild in org.zkoss.stateless.sul
Classes in org.zkoss.stateless.sul with type parameters of type IDetailChild Modifier and Type Interface Description interface
IDetailChild<I extends IDetailChild>
An interface to indicate a Detail component which its implementation is EE only.Subinterfaces of IDetailChild in org.zkoss.stateless.sul Modifier and Type Interface Description interface
IDetail<I extends IAnyGroup>
ImmutableDetail
componentMethods in org.zkoss.stateless.sul that return IDetailChild Modifier and Type Method Description IDetailChild<? extends IDetailChild>
IRow. getDetailChild()
Returns the child detail component.Methods in org.zkoss.stateless.sul that return types with arguments of type IDetailChild Modifier and Type Method Description IDetailChild<? extends IDetailChild>
IRow. getDetailChild()
Returns the child detail component.Methods in org.zkoss.stateless.sul with parameters of type IDetailChild Modifier and Type Method Description IRow<I>
IRow. withDetailChild(IDetailChild<? extends IDetailChild> detailChild)
Returns a copy ofthis
immutable component with the specifieddetailChild
class name.Method parameters in org.zkoss.stateless.sul with type arguments of type IDetailChild Modifier and Type Method Description IRow<I>
IRow. withDetailChild(IDetailChild<? extends IDetailChild> detailChild)
Returns a copy ofthis
immutable component with the specifieddetailChild
class name.
-