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

Packages that use SyncMode
org.granite.client.tide   
org.granite.client.tide.data.spi   
org.granite.client.tide.server   
 

Uses of SyncMode in org.granite.client.tide
 

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

Uses of SyncMode in org.granite.client.tide.data.spi
 

Methods in org.granite.client.tide.data.spi that return SyncMode
 SyncMode ExpressionEvaluator.getRemoteSync(Object object)
           
 

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

Methods in org.granite.client.tide.server with parameters of type SyncMode
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)