protected class GwtMetawidget.Pipeline extends GwtPipeline<com.google.gwt.user.client.ui.Widget,com.google.gwt.user.client.ui.Panel,GwtMetawidget>
| Modifier | Constructor and Description |
|---|---|
protected |
GwtMetawidget.Pipeline() |
| Modifier and Type | Method and Description |
|---|---|
protected GwtMetawidget |
buildNestedMetawidget(Map<String,String> attributes) |
protected void |
configure() |
protected void |
endBuild() |
protected Map<String,String> |
getAdditionalAttributes(com.google.gwt.user.client.ui.Widget widget)
Returns additional attributes associated with the widget.
|
protected GwtMetawidget |
getPipelineOwner() |
protected void |
layoutWidget(com.google.gwt.user.client.ui.Widget widget,
String elementName,
Map<String,String> attributes)
Lays out the built and processed widget.
|
protected void |
startBuild() |
elementToString, getAttributesAsMap, getElementName, getFirstChildElement, getNextSiblingElement, getWidgetProcessor, stringToElementaddInspectionResultProcessor, addWidgetProcessor, buildCompoundWidget, buildWidget, buildWidgets, configureOnce, getInspectionResultProcessors, getInspector, getLayout, getMaximumInspectionDepth, getWidgetBuilder, getWidgetProcessors, initNestedPipeline, inspect, inspectAsDom, isReadOnly, processInspectionResult, processWidget, removeInspectionResultProcessor, removeWidgetProcessor, setInspectionResultProcessors, setInspector, setLayout, setMaximumInspectionDepth, setNeedsConfiguring, setReadOnly, setWidgetBuilder, setWidgetProcessorsprotected void configure()
configure in class BasePipeline<com.google.gwt.user.client.ui.Widget,com.google.gwt.user.client.ui.Panel,com.google.gwt.xml.client.Element,GwtMetawidget>protected void startBuild()
startBuild in class BasePipeline<com.google.gwt.user.client.ui.Widget,com.google.gwt.user.client.ui.Panel,com.google.gwt.xml.client.Element,GwtMetawidget>protected GwtMetawidget buildNestedMetawidget(Map<String,String> attributes) throws Exception
buildNestedMetawidget in class BasePipeline<com.google.gwt.user.client.ui.Widget,com.google.gwt.user.client.ui.Panel,com.google.gwt.xml.client.Element,GwtMetawidget>Exceptionprotected Map<String,String> getAdditionalAttributes(com.google.gwt.user.client.ui.Widget widget)
BasePipelineAt the very least, this method should be implemented to support returning additional attributes from stubs.
getAdditionalAttributes in class BasePipeline<com.google.gwt.user.client.ui.Widget,com.google.gwt.user.client.ui.Panel,com.google.gwt.xml.client.Element,GwtMetawidget>protected void layoutWidget(com.google.gwt.user.client.ui.Widget widget,
String elementName,
Map<String,String> attributes)
BasePipelinelayoutWidget in class BasePipeline<com.google.gwt.user.client.ui.Widget,com.google.gwt.user.client.ui.Panel,com.google.gwt.xml.client.Element,GwtMetawidget>protected void endBuild()
endBuild in class BasePipeline<com.google.gwt.user.client.ui.Widget,com.google.gwt.user.client.ui.Panel,com.google.gwt.xml.client.Element,GwtMetawidget>protected GwtMetawidget getPipelineOwner()
getPipelineOwner in class BasePipeline<com.google.gwt.user.client.ui.Widget,com.google.gwt.user.client.ui.Panel,com.google.gwt.xml.client.Element,GwtMetawidget>Copyright © 2015. All Rights Reserved.