Class JPAPrimitiveCollectionsFieldBuilder
- java.lang.Object
-
- io.mateu.mdd.vaadin.components.fieldBuilders.AbstractFieldBuilder
-
- io.mateu.mdd.vaadin.components.fieldBuilders.JPAStringFieldBuilder
-
- io.mateu.mdd.vaadin.components.fieldBuilders.JPAPrimitiveCollectionsFieldBuilder
-
- All Implemented Interfaces:
IFieldBuilder
public class JPAPrimitiveCollectionsFieldBuilder extends JPAStringFieldBuilder
-
-
Field Summary
-
Fields inherited from class io.mateu.mdd.vaadin.components.fieldBuilders.AbstractFieldBuilder
builders
-
-
Constructor Summary
Constructors Constructor Description JPAPrimitiveCollectionsFieldBuilder()
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description voidbind(MDDBinder binder, com.vaadin.data.HasValue tf, FieldInterfaced field, boolean forSearchFilter)protected voidbind(MDDBinder binder, com.vaadin.ui.AbstractTextField tf, FieldInterfaced field)com.vaadin.ui.Componentbuild(FieldInterfaced field, Object object, com.vaadin.ui.Layout container, MDDBinder binder, Map<com.vaadin.data.HasValue,List<com.vaadin.data.Validator>> validators, AbstractStylist stylist, Map<FieldInterfaced,com.vaadin.ui.Component> allFieldContainers, boolean forSearchFilter, Map<String,List<AbstractAction>> attachedActions)booleanisSupported(FieldInterfaced field)-
Methods inherited from class io.mateu.mdd.vaadin.components.fieldBuilders.JPAStringFieldBuilder
bind
-
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
-
build
public com.vaadin.ui.Component build(FieldInterfaced field, Object object, com.vaadin.ui.Layout container, MDDBinder binder, Map<com.vaadin.data.HasValue,List<com.vaadin.data.Validator>> validators, AbstractStylist stylist, Map<FieldInterfaced,com.vaadin.ui.Component> allFieldContainers, boolean forSearchFilter, Map<String,List<AbstractAction>> attachedActions)
- Overrides:
buildin classJPAStringFieldBuilder
-
bind
protected void bind(MDDBinder binder, com.vaadin.ui.AbstractTextField tf, FieldInterfaced field)
-
bind
public void bind(MDDBinder binder, com.vaadin.data.HasValue tf, FieldInterfaced field, boolean forSearchFilter)
- Overrides:
bindin classJPAStringFieldBuilder
-
-