com.frevvo.forms.client.ext
public class DeployStateExtension extends com.google.gdata.data.ExtensionPoint implements com.google.gdata.data.Extension
Modifier and Type | Field and Description |
---|---|
static String |
DEPLOY_STATE_ELEMENT |
protected DeployState |
deployState |
static String |
DEVELOPMENT_VALUE_ATTR |
static String |
PRODUCTION_VALUE_ATTR |
static String |
VALUE_ATTR |
Constructor and Description |
---|
DeployStateExtension() |
DeployStateExtension(DeployState deployState) |
Modifier and Type | Method and Description |
---|---|
void |
generate(com.google.gdata.util.common.xml.XmlWriter w,
com.google.gdata.data.ExtensionProfile extProfile) |
static com.google.gdata.data.ExtensionDescription |
getDefaultDescription()
Returns the suggested extension description.
|
DeployState |
getDeployState() |
static DeployState |
getDeployState(com.google.gdata.data.ExtensionPoint extPoint) |
com.google.gdata.util.XmlParser.ElementHandler |
getHandler(com.google.gdata.data.ExtensionProfile extProfile,
String namespace,
String localName,
Attributes attrs) |
void |
setDeployState(DeployState deployState) |
static void |
setDeployState(com.google.gdata.data.ExtensionPoint extPoint,
DeployState deployState) |
addExtension, addExtension, addRepeatingExtension, addRepeatingExtension, checkRequiredExtensions, createExtensionInstance, declareExtensions, generate, generateCumulativeXmlBlob, generateExtensions, generateStartElement, getExtension, getExtensionDescription, getExtensionHandler, getExtensions, getManifest, getRepeatingExtension, getRepeatingExtensions, getXmlBlob, hasExtension, hasRepeatingExtension, initializeArbitraryXml, parseCumulativeXmlBlob, removeExtension, removeExtension, removeRepeatingExtension, setExtension, setXmlBlob, visit, visitChild, visitChildren
public static final String DEPLOY_STATE_ELEMENT
public static final String VALUE_ATTR
public static final String DEVELOPMENT_VALUE_ATTR
public static final String PRODUCTION_VALUE_ATTR
protected DeployState deployState
public DeployStateExtension()
public DeployStateExtension(DeployState deployState)
public static DeployState getDeployState(com.google.gdata.data.ExtensionPoint extPoint)
public static void setDeployState(com.google.gdata.data.ExtensionPoint extPoint, DeployState deployState)
public DeployState getDeployState()
public void setDeployState(DeployState deployState)
public static com.google.gdata.data.ExtensionDescription getDefaultDescription()
public void generate(com.google.gdata.util.common.xml.XmlWriter w, com.google.gdata.data.ExtensionProfile extProfile) throws IOException
generate
in interface com.google.gdata.data.Extension
generate
in class com.google.gdata.data.AbstractExtension
IOException
public com.google.gdata.util.XmlParser.ElementHandler getHandler(com.google.gdata.data.ExtensionProfile extProfile, String namespace, String localName, Attributes attrs) throws com.google.gdata.util.ParseException
getHandler
in interface com.google.gdata.data.Extension
getHandler
in class com.google.gdata.data.ExtensionPoint
com.google.gdata.util.ParseException
Copyright © 2006–2015 frevvo Inc. All rights reserved.