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