public interface FormPropertyRenderer extends Serializable
FormProperty of a certain type in the Vaadin UI.| Modifier and Type | Method and Description |
|---|---|
String |
getFieldValue(FormProperty formProperty,
com.vaadin.ui.Field field)
Extract the string representation of the value set in the field, for the
given form property.
|
Class<? extends FormType> |
getFormType()
The form type this renderer should be used for.
|
com.vaadin.ui.Field |
getPropertyField(FormProperty formProperty)
The component to show for the given form-property.
|
String |
getPropertyLabel(FormProperty formProperty)
The label to use for the form-property.
|
com.vaadin.ui.Field getPropertyField(FormProperty formProperty)
String getPropertyLabel(FormProperty formProperty)
String getFieldValue(FormProperty formProperty, com.vaadin.ui.Field field)
getPropertyField(FormProperty).Copyright © 2013 Alfresco. All rights reserved.