public class RequiredProcessor extends Object implements WidgetProcessor<com.vaadin.ui.Component,VaadinMetawidget>
| Constructor and Description |
|---|
RequiredProcessor() |
| Modifier and Type | Method and Description |
|---|---|
com.vaadin.ui.Component |
processWidget(com.vaadin.ui.Component component,
String elementName,
Map<String,String> attributes,
VaadinMetawidget metawidget)
Process the given widget.
|
public com.vaadin.ui.Component processWidget(com.vaadin.ui.Component component,
String elementName,
Map<String,String> attributes,
VaadinMetawidget metawidget)
WidgetProcessorWidgetBuilder, and before it is added to the Layout.processWidget in interface WidgetProcessor<com.vaadin.ui.Component,VaadinMetawidget>component - the widget to process. Never nullelementName - XML node name of the business field. Typically 'entity', 'property' or 'action'.
Never nullattributes - attributes of the widget to process. Never null. This Map is modifiable - changes
will be passed to subsequent WidgetProcessors and Layoutsmetawidget - the parent Metawidget. Never nullCopyright © 2015. All Rights Reserved.