public abstract class GwtPipeline<W,C extends W,M extends C> extends BasePipeline<W,C,com.google.gwt.xml.client.Element,M>
com.google.gwt.xml.client.| Constructor and Description |
|---|
GwtPipeline() |
| Modifier and Type | Method and Description |
|---|---|
protected String |
elementToString(com.google.gwt.xml.client.Element element)
Serialize the given element to an XML String.
|
protected Map<String,String> |
getAttributesAsMap(com.google.gwt.xml.client.Element element) |
protected String |
getElementName(com.google.gwt.xml.client.Element element) |
protected com.google.gwt.xml.client.Element |
getFirstChildElement(com.google.gwt.xml.client.Element parent) |
protected com.google.gwt.xml.client.Element |
getNextSiblingElement(com.google.gwt.xml.client.Element element) |
<T> T |
getWidgetProcessor(Class<T> widgetProcessorClass)
Returns the first WidgetProcessor in this pipeline's list of WidgetProcessors (ie.
|
protected com.google.gwt.xml.client.Element |
stringToElement(String xml) |
addInspectionResultProcessor, addWidgetProcessor, buildCompoundWidget, buildNestedMetawidget, buildWidget, buildWidgets, configure, configureOnce, endBuild, getAdditionalAttributes, getInspectionResultProcessors, getInspector, getLayout, getMaximumInspectionDepth, getPipelineOwner, getWidgetBuilder, getWidgetProcessors, initNestedPipeline, inspect, inspectAsDom, isReadOnly, layoutWidget, processInspectionResult, processWidget, removeInspectionResultProcessor, removeWidgetProcessor, setInspectionResultProcessors, setInspector, setLayout, setMaximumInspectionDepth, setNeedsConfiguring, setReadOnly, setWidgetBuilder, setWidgetProcessors, startBuildpublic <T> T getWidgetProcessor(Class<T> widgetProcessorClass)
addWidgetProcessor) that equals the given class. Note this implementation
does not use isAssignableFrom, because GWT does not support it.widgetProcessorClass - the class to find. Returns null if no such WidgetProcessorprotected com.google.gwt.xml.client.Element stringToElement(String xml)
stringToElement in class BasePipeline<W,C extends W,com.google.gwt.xml.client.Element,M extends C>protected String elementToString(com.google.gwt.xml.client.Element element)
BasePipelineelementToString in class BasePipeline<W,C extends W,com.google.gwt.xml.client.Element,M extends C>element - the element to serialize. May be null.protected com.google.gwt.xml.client.Element getFirstChildElement(com.google.gwt.xml.client.Element parent)
getFirstChildElement in class BasePipeline<W,C extends W,com.google.gwt.xml.client.Element,M extends C>protected com.google.gwt.xml.client.Element getNextSiblingElement(com.google.gwt.xml.client.Element element)
getNextSiblingElement in class BasePipeline<W,C extends W,com.google.gwt.xml.client.Element,M extends C>protected String getElementName(com.google.gwt.xml.client.Element element)
getElementName in class BasePipeline<W,C extends W,com.google.gwt.xml.client.Element,M extends C>protected Map<String,String> getAttributesAsMap(com.google.gwt.xml.client.Element element)
getAttributesAsMap in class BasePipeline<W,C extends W,com.google.gwt.xml.client.Element,M extends C>Copyright © 2015. All Rights Reserved.