Uses of Class
org.granite.client.tide.ScopeType

Packages that use ScopeType
org.granite.client.tide   
org.granite.client.tide.server   
 

Uses of ScopeType in org.granite.client.tide
 

Methods in org.granite.client.tide that return ScopeType
static ScopeType ScopeType.valueOf(String name)
          Returns the enum constant of this type with the specified name.
static ScopeType[] ScopeType.values()
          Returns an array containing the constants of this enum type, in the order they are declared.
 

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

Methods in org.granite.client.tide.server with parameters of type ScopeType
protected  boolean TrackingContext.internalAddResult(String componentName, String componentClassName, String expr, Object instance, ScopeType scope, SyncMode sync)
           
protected  void TrackingContext.internalAddUpdate(String componentName, String componentClassName, String expr, Object value, ScopeType scope, SyncMode sync, boolean typed)