Interface FormTemplateProvider
- All Known Implementing Classes:
AbstractFormTemplateProvider
,DefaultDetailFormProvider
,DefaultListFormProvider
,DefaultSearchFormProvider
,LookupFormTemplateProvider
,LookupSearchFormTemplateProvider
,WidgetFormTemplateProvider
,WidgetListTemplateProvider
Deprecated.
-
Field Summary
Modifier and TypeFieldDescriptionstatic final int
Deprecated.static final int
Deprecated. -
Method Summary
Modifier and TypeMethodDescriptiongetForm
(EntityModel entityModel, FormModelReceiver formModelReceiver, String scope) Deprecated.boolean
match
(EntityModel entityModel) Deprecated.
-
Field Details
-
FORM_TEMPLATE_LOW_PRIORITY
static final int FORM_TEMPLATE_LOW_PRIORITYDeprecated.- See Also:
-
FORM_TEMPLATE_HIGH_PRIORITY
static final int FORM_TEMPLATE_HIGH_PRIORITYDeprecated.- See Also:
-
-
Method Details
-
match
Deprecated. -
getForm
Deprecated.
-