Uses of Interface
org.granite.client.tide.server.Component

Packages that use Component
org.granite.client.tide.collections.javafx   
org.granite.client.tide.impl   
org.granite.client.tide.javafx   
org.granite.client.tide.javafx.cdi   
org.granite.client.tide.server   
 

Uses of Component in org.granite.client.tide.collections.javafx
 

Classes in org.granite.client.tide.collections.javafx that implement Component
 class PagedQuery<E,F>
          Implementation of the Tide paged collection with an generic service backend.
 

Fields in org.granite.client.tide.collections.javafx declared as Component
protected  Component PagedQuery.component
           
 

Uses of Component in org.granite.client.tide.impl
 

Classes in org.granite.client.tide.impl that implement Component
 class ComponentImpl
           
 

Methods in org.granite.client.tide.impl that return Component
 Component ComponentListenerImpl.getComponent()
           
 

Methods in org.granite.client.tide.impl with parameters of type Component
<T> Future<T>
ComponentImpl.invoke(Context context, Component component, String operation, Object[] args, TideResponder<T> tideResponder, boolean withContext, ComponentListener.Handler<T> handler)
           
 

Constructors in org.granite.client.tide.impl with parameters of type Component
ComponentListenerImpl(Context sourceContext, ComponentListener.Handler<T> handler, Component component, String operation, Object[] args, Object info, TideResponder<T> tideResponder)
           
 

Uses of Component in org.granite.client.tide.javafx
 

Classes in org.granite.client.tide.javafx that implement Component
 class BaseIdentity
           
 

Uses of Component in org.granite.client.tide.javafx.cdi
 

Classes in org.granite.client.tide.javafx.cdi that implement Component
 class Identity
           
 

Uses of Component in org.granite.client.tide.server
 

Methods in org.granite.client.tide.server that return Component
 Component ComponentListener.getComponent()
           
 

Methods in org.granite.client.tide.server with parameters of type Component
 void InvocationInterceptor.beforeInvocation(Context ctx, Component component, String operation, Object[] args, ComponentListener<?> componentResponder)