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.
|
com.vaadin.ui.Form |
getForm()
Get the Vaadin form that contains this renderer
|
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.
|
void |
setForm(com.vaadin.ui.Form p_form)
Set the Vaadin form that contains this renderer
|
com.vaadin.ui.Field getPropertyField(FormProperty formProperty)
String getPropertyLabel(FormProperty formProperty)
String getFieldValue(FormProperty formProperty, com.vaadin.ui.Field field)
getPropertyField(FormProperty)
.com.vaadin.ui.Form getForm()
void setForm(com.vaadin.ui.Form p_form)
Copyright © 2016 Alfresco. All rights reserved.