com.frevvo.forms.client.ext
Modifier and Type | Class and Description |
---|---|
protected class |
KeysExtension.KeyHandler |
Modifier and Type | Field and Description |
---|---|
static String |
KEY1_ELEMENT |
static String |
KEY2_ELEMENT |
static String |
KEY3_ELEMENT |
static String |
KEY4_ELEMENT |
static String |
KEY5_ELEMENT |
static String |
KEYNAME_ATTRIBUTE |
static String |
KEYS_ELEMENT |
static String |
KEYVALUE_ATTRIBUTE |
static Key |
NULL_KEY |
Constructor and Description |
---|
KeysExtension() |
Modifier and Type | Method and Description |
---|---|
void |
generate(com.google.gdata.util.common.xml.XmlWriter w,
com.google.gdata.data.ExtensionProfile extProfile) |
static KeysExtension |
get(com.google.gdata.data.ExtensionPoint extPoint,
boolean create) |
static com.google.gdata.data.ExtensionDescription |
getDefaultDescription()
Returns the suggested extension description.
|
com.google.gdata.util.XmlParser.ElementHandler |
getHandler(com.google.gdata.data.ExtensionProfile extProfile,
String namespace,
String localName,
Attributes attrs) |
Key |
getKey1() |
Key |
getKey2() |
Key |
getKey3() |
Key |
getKey4() |
Key |
getKey5() |
String |
getKeyValue(String name) |
Iterator<Key> |
iterator() |
static Key |
key(Key key) |
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 Key NULL_KEY
public static final String KEYS_ELEMENT
public static final String KEY1_ELEMENT
public static final String KEY2_ELEMENT
public static final String KEY3_ELEMENT
public static final String KEY4_ELEMENT
public static final String KEY5_ELEMENT
public static final String KEYNAME_ATTRIBUTE
public static final String KEYVALUE_ATTRIBUTE
public static KeysExtension get(com.google.gdata.data.ExtensionPoint extPoint, boolean create)
public static com.google.gdata.data.ExtensionDescription getDefaultDescription()
public Key getKey1()
public Key getKey2()
public Key getKey3()
public Key getKey4()
public Key getKey5()
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.