Class JPAMoneyFieldBuilder
- java.lang.Object
-
- io.mateu.mdd.vaadin.components.fieldBuilders.AbstractFieldBuilder
-
- io.mateu.mdd.vaadin.components.fieldBuilders.JPAStringFieldBuilder
-
- io.mateu.mdd.vaadin.components.fieldBuilders.JPAMoneyFieldBuilder
-
- All Implemented Interfaces:
IFieldBuilder
public class JPAMoneyFieldBuilder extends JPAStringFieldBuilder
-
-
Field Summary
-
Fields inherited from class io.mateu.mdd.vaadin.components.fieldBuilders.AbstractFieldBuilder
builders
-
-
Constructor Summary
Constructors Constructor Description JPAMoneyFieldBuilder()
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description protected voidbind(MDDBinder binder, com.vaadin.ui.TextField tf, FieldInterfaced field, boolean forSearchFilter)booleanisSupported(FieldInterfaced field)-
Methods inherited from class io.mateu.mdd.vaadin.components.fieldBuilders.JPAStringFieldBuilder
bind, build
-
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 classJPAStringFieldBuilder
-
bind
protected void bind(MDDBinder binder, com.vaadin.ui.TextField tf, FieldInterfaced field, boolean forSearchFilter)
- Overrides:
bindin classJPAStringFieldBuilder
-
-