Uses of Interface
org.zkoss.zk.au.AuService
-
Packages that use AuService Package Description org.zkoss.bind org.zkoss.clientbind org.zkoss.stateless.ui.util org.zkoss.zk.ui org.zkoss.zkmax.au -
-
Uses of AuService in org.zkoss.bind
Classes in org.zkoss.bind that implement AuService Modifier and Type Class Description classBindComposer<T extends Component>Base composer to apply ZK Bind. -
Uses of AuService in org.zkoss.clientbind
Classes in org.zkoss.clientbind that implement AuService Modifier and Type Class Description classClientBindComposer<T extends Component> -
Uses of AuService in org.zkoss.stateless.ui.util
Methods in org.zkoss.stateless.ui.util that return AuService Modifier and Type Method Description AuServiceVolatileComponent. getAuService()Methods in org.zkoss.stateless.ui.util with parameters of type AuService Modifier and Type Method Description voidVolatileComponent. setAuService(AuService auService) -
Uses of AuService in org.zkoss.zk.ui
Methods in org.zkoss.zk.ui that return AuService Modifier and Type Method Description AuServiceAbstractComponent. getAuService()AuServiceComponent. getAuService()Returns an AU service to process the AU request before the component's default handling.Methods in org.zkoss.zk.ui with parameters of type AuService Modifier and Type Method Description voidAbstractComponent. setAuService(AuService ausvc)voidComponent. setAuService(AuService service)Sets an AU service to process the AU request before the component's default handling. -
Uses of AuService in org.zkoss.zkmax.au
Classes in org.zkoss.zkmax.au that implement AuService Modifier and Type Class Description classInaccessibleWidgetBlockServiceInaccessible Widget Block Service (IWBS) used to block the request sent by an inaccessible widget (at the client).
-