com.frevvo.forms.client
protected class ControlTypeEntry.OptionHandler extends com.google.gdata.data.ExtensionPoint.ExtensionHandler implements ControlTypeEntry.Option
Constructor and Description |
---|
ControlTypeEntry.OptionHandler(com.google.gdata.data.ExtensionProfile extProfile) |
Modifier and Type | Method and Description |
---|---|
String |
getLabel() |
String |
getValue() |
boolean |
isSelected() |
void |
processAttribute(String namespace,
String localName,
String value) |
void |
processEndElement() |
void |
setLabel(String label) |
void |
setSelected(boolean selected) |
void |
setValue(String value) |
public ControlTypeEntry.OptionHandler(com.google.gdata.data.ExtensionProfile extProfile)
public String getLabel()
getLabel
in interface ControlTypeEntry.Option
public void setLabel(String label)
setLabel
in interface ControlTypeEntry.Option
public String getValue()
getValue
in interface ControlTypeEntry.Option
public void setValue(String value)
setValue
in interface ControlTypeEntry.Option
public boolean isSelected()
isSelected
in interface ControlTypeEntry.Option
public void setSelected(boolean selected)
setSelected
in interface ControlTypeEntry.Option
public void processAttribute(String namespace, String localName, String value) throws com.google.gdata.util.ParseException
processAttribute
in class com.google.gdata.util.XmlParser.ElementHandler
com.google.gdata.util.ParseException
public void processEndElement() throws com.google.gdata.util.ParseException
processEndElement
in class com.google.gdata.data.ExtensionPoint.ExtensionHandler
com.google.gdata.util.ParseException
Copyright © 2006–2015 frevvo Inc. All rights reserved.