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 interfaceIDetailChild<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 interfaceIDetail<I extends IAnyGroup>ImmutableDetailcomponentMethods 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 ofthisimmutable component with the specifieddetailChildclass 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 ofthisimmutable component with the specifieddetailChildclass name.
-