Class JPAOneToOneFieldBuilder
- java.lang.Object
-
- io.mateu.mdd.vaadin.components.fieldBuilders.AbstractFieldBuilder
-
- io.mateu.mdd.vaadin.components.fieldBuilders.JPAManyToOneFieldBuilder
-
- io.mateu.mdd.vaadin.components.fieldBuilders.JPAOneToOneFieldBuilder
-
- All Implemented Interfaces:
IFieldBuilder
public class JPAOneToOneFieldBuilder extends JPAManyToOneFieldBuilder
-
-
Field Summary
-
Fields inherited from class io.mateu.mdd.vaadin.components.fieldBuilders.AbstractFieldBuilder
builders
-
-
Constructor Summary
Constructors Constructor Description JPAOneToOneFieldBuilder()
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description booleanisSupported(FieldInterfaced field)-
Methods inherited from class io.mateu.mdd.vaadin.components.fieldBuilders.JPAManyToOneFieldBuilder
addValidators, bind, build, convert, setDataProvider
-
Methods inherited from class io.mateu.mdd.vaadin.components.fieldBuilders.AbstractFieldBuilder
addComponent, addErrorHandler, applyStyles, completeBinding, completeBinding, completeBinding
-
-
-
-
Method Detail
-
isSupported
public boolean isSupported(FieldInterfaced field)
- Specified by:
isSupportedin interfaceIFieldBuilder- Overrides:
isSupportedin classJPAManyToOneFieldBuilder
-
-