Uses of Interface
org.jboss.errai.workspaces.client.rpc.Attachable

Packages that use Attachable
org.jboss.errai.workspaces.client.rpc   
org.jboss.errai.workspaces.client.rpc.adapters   
 

Uses of Attachable in org.jboss.errai.workspaces.client.rpc
 

Fields in org.jboss.errai.workspaces.client.rpc with type parameters of type Attachable
static Map<Class,Attachable> AdapterRegistry.adapters
           
 

Methods in org.jboss.errai.workspaces.client.rpc that return Attachable
static Attachable AdapterRegistry.getAdapter(Class cls)
           
 

Methods in org.jboss.errai.workspaces.client.rpc with parameters of type Attachable
static void AdapterRegistry.addAdapter(Class cls, Attachable attachable)
           
 

Uses of Attachable in org.jboss.errai.workspaces.client.rpc.adapters
 

Classes in org.jboss.errai.workspaces.client.rpc.adapters that implement Attachable
 class PasswordBoxAttach
           
 class TextAreaAttach
           
 class TextBoxAttach
           
 



Copyright © 2011 JBoss, a division of Red Hat. All Rights Reserved.