Uses of Class
com.frevvo.forms.client.ext.DeployState

Packages that use DeployState
com.frevvo.forms.client   
com.frevvo.forms.client.ext   
 

Uses of DeployState in com.frevvo.forms.client
 

Methods in com.frevvo.forms.client that return DeployState
 DeployState FormTypeEntry.getDeployState()
           
 

Methods in com.frevvo.forms.client with parameters of type DeployState
 void FormTypeEntry.setDeployState(DeployState deployState)
           
 

Uses of DeployState in com.frevvo.forms.client.ext
 

Fields in com.frevvo.forms.client.ext declared as DeployState
protected  DeployState DeployStateExtension.deployState
           
 

Methods in com.frevvo.forms.client.ext that return DeployState
 DeployState DeployStateExtension.getDeployState()
           
static DeployState DeployStateExtension.getDeployState(com.google.gdata.data.ExtensionPoint extPoint)
           
static DeployState DeployState.valueOf(java.lang.String name)
          Returns the enum constant of this type with the specified name.
static DeployState[] DeployState.values()
          Returns an array containing the constants of this enum type, in the order they're declared.
 

Methods in com.frevvo.forms.client.ext with parameters of type DeployState
 void DeployStateExtension.setDeployState(DeployState deployState)
           
static void DeployStateExtension.setDeployState(com.google.gdata.data.ExtensionPoint extPoint, DeployState deployState)
           
 

Constructors in com.frevvo.forms.client.ext with parameters of type DeployState
DeployStateExtension(DeployState deployState)
           
 



Copyright © 2006-2011 frevvo Inc. All Rights Reserved.