Class AbstractFormTemplateProvider
java.lang.Object
ch.tocco.nice2.model.form.spi.formtemplateprovider.AbstractFormTemplateProvider
- All Implemented Interfaces:
FormTemplateProvider
- Direct Known Subclasses:
DefaultDetailFormProvider
,DefaultListFormProvider
,DefaultSearchFormProvider
,LookupFormTemplateProvider
@Deprecated
public abstract class AbstractFormTemplateProvider
extends Object
implements FormTemplateProvider
Deprecated.
An abstract FormTemplateProvider providing some helper methods.
-
Field Summary
Modifier and TypeFieldDescriptionprotected static final Predicate
<RelationModel> Deprecated.protected static final Predicate
<RelationModel> Deprecated.Fields inherited from interface ch.tocco.nice2.model.form.spi.formtemplateprovider.FormTemplateProvider
FORM_TEMPLATE_HIGH_PRIORITY, FORM_TEMPLATE_LOW_PRIORITY
-
Constructor Summary
ModifierConstructorDescriptionprotected
AbstractFormTemplateProvider
(DataPathFactory dataPathFactory, DisplayValueFactory displayValueFactory) Deprecated. -
Method Summary
Modifier and TypeMethodDescriptionprotected DataPath
createDataPath
(String string) Deprecated.protected DisplayValue
createDisplayValue
(String string) Deprecated.protected Component
createFieldComponent
(Component parentComponent, String path, DisplayValue label) Deprecated.protected void
createFieldComponents
(EntityModel entityModel, Component parentComponent) Deprecated.protected Form
createForm
(EntityModel entityModel, String scope) Deprecated.protected void
createRelationComponents
(EntityModel entityModel, Component parentComponent) Deprecated.protected void
createRelationComponents
(EntityModel entityModel, Component parentComponent, Predicate<RelationModel> predicate) Deprecated.protected boolean
isEntityAutoField
(String fieldName) Deprecated.Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
Methods inherited from interface ch.tocco.nice2.model.form.spi.formtemplateprovider.FormTemplateProvider
getForm, match
-
Field Details
-
NOT_TO_MANY
Deprecated. -
NOT_IN_RELATION_PANEL
Deprecated.
-
-
Constructor Details
-
Method Details
-
createForm
Deprecated. -
createFieldComponents
Deprecated. -
createRelationComponents
Deprecated. -
createRelationComponents
protected void createRelationComponents(EntityModel entityModel, Component parentComponent, Predicate<RelationModel> predicate) Deprecated. -
createFieldComponent
protected Component createFieldComponent(Component parentComponent, String path, DisplayValue label) Deprecated. -
isEntityAutoField
Deprecated. -
createDataPath
Deprecated. -
createDisplayValue
Deprecated.
-