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
FieldsModifier 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
ConstructorsModifierConstructorDescriptionprotectedAbstractFormTemplateProvider(DataPathFactory dataPathFactory, DisplayValueFactory displayValueFactory) Deprecated. -
Method Summary
Modifier and TypeMethodDescriptionprotected DataPathcreateDataPath(String string) Deprecated.protected DisplayValuecreateDisplayValue(String string) Deprecated.protected ComponentcreateFieldComponent(Component parentComponent, String path, DisplayValue label) Deprecated.protected voidcreateFieldComponents(EntityModel entityModel, Component parentComponent) Deprecated.protected FormcreateForm(EntityModel entityModel, String scope) Deprecated.protected voidcreateRelationComponents(EntityModel entityModel, Component parentComponent) Deprecated.protected voidcreateRelationComponents(EntityModel entityModel, Component parentComponent, Predicate<RelationModel> predicate) Deprecated.protected booleanisEntityAutoField(String fieldName) Deprecated.Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, waitMethods 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.
-