public class PulldownAdapter extends Object implements ElementAdapter<InteractionUnit>
| Constructor and Description |
|---|
PulldownAdapter() |
| Modifier and Type | Method and Description |
|---|---|
InteractionUnit |
fromXML(com.google.gwt.xml.client.Node node) |
String |
getElementName() |
Class<?> |
getType() |
com.google.gwt.xml.client.Element |
toXML(com.google.gwt.xml.client.Document document,
InteractionUnit unit) |
public String getElementName()
getElementName in interface ElementAdapter<InteractionUnit>public InteractionUnit fromXML(com.google.gwt.xml.client.Node node)
fromXML in interface ElementAdapter<InteractionUnit>public com.google.gwt.xml.client.Element toXML(com.google.gwt.xml.client.Document document,
InteractionUnit unit)
toXML in interface ElementAdapter<InteractionUnit>public Class<?> getType()
getType in interface ElementAdapter<InteractionUnit>Copyright © 2014 JBoss, a division of Red Hat. All rights reserved.