com.frevvo.forms.client
public class ControlEntry extends com.google.gdata.data.BaseEntry<ControlEntry>
com.google.gdata.data.BaseEntry.AtomHandler, com.google.gdata.data.BaseEntry.EntryState
Modifier and Type | Field and Description |
---|---|
static String |
REL_EDIT |
static String |
REL_USE |
Constructor and Description |
---|
ControlEntry() |
Modifier and Type | Method and Description |
---|---|
void |
click() |
com.google.gdata.data.Link |
getControlEditLink() |
String |
getControlName()
Get the name for this control
This is the name set in the designer.
|
org.json.JSONObject |
getControlState() |
String |
getControlType()
Get the type of control
E.g.
|
com.google.gdata.data.Link |
getControlUseLink() |
String |
getDisplayType()
Get the display type for this control
E.g.
|
String |
getValue() |
void |
setControlState(org.json.JSONObject obj) |
void |
setValue(String newValue) |
void |
setValueInEditMode(String newValue) |
void |
setValues(String... values)
Helper method for setting a values array
Useful for DateTime, etc.
|
addAdaptor, addHtmlLink, addLink, addLink, delete, generate, generateAtom, generateRss, getAdaptedEntry, getAdaptor, getAdaptors, getAuthors, getCanEdit, getCategories, getContent, getContentHandlerInfo, getContributors, getEdited, getEditLink, getEtag, getHandler, getHtmlLink, getId, getKind, getLink, getLinks, getLinks, getMediaEditLink, getPlainTextContent, getPubControl, getPublished, getRights, getSelf, getSelfLink, getService, getSource, getSummary, getTextContent, getTitle, getUpdated, getVersionId, isDraft, parseAtom, parseAtom, parseAtom, readEntry, readEntry, removeLinks, removeLinks, setCanEdit, setContent, setContent, setDraft, setEdited, setEtag, setId, setKind, setPubControl, setPublished, setRights, setService, setSource, setSummary, setTitle, setUpdated, setVersionId, update, visitChildren
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
consumeAttributes, eq, generateAttributes, getExtensionLocalName, getExtensionNamespace, isImmutable, putAttributes, sameClassAs, setImmutable, throwExceptionForMissingAttribute, throwExceptionIfImmutable, validate
public static final String REL_USE
public static final String REL_EDIT
public com.google.gdata.data.Link getControlUseLink()
public com.google.gdata.data.Link getControlEditLink()
public String getControlName()
public String getControlType()
public String getDisplayType()
public org.json.JSONObject getControlState() throws org.json.JSONException
org.json.JSONException
public void setControlState(org.json.JSONObject obj) throws com.google.gdata.util.ServiceException
com.google.gdata.util.ServiceException
public String getValue()
public void setValue(String newValue) throws com.google.gdata.util.ServiceException
com.google.gdata.util.ServiceException
public void setValues(String... values) throws com.google.gdata.util.ServiceException
com.google.gdata.util.ServiceException
public void setValueInEditMode(String newValue) throws com.google.gdata.util.ServiceException
com.google.gdata.util.ServiceException
public void click() throws com.google.gdata.util.ServiceException
com.google.gdata.util.ServiceException
Copyright © 2006–2015 frevvo Inc. All rights reserved.