Interface FieldsResourceIncluder
- All Known Implementing Classes:
FieldsResourceIncluderImpl
public interface FieldsResourceIncluder
Used to include all the resources that may be necessary to view/edit a field. Called by pages that may show fields
directly or in dialogs.
- Since:
- v4.2
-
Method Summary
Modifier and TypeMethodDescriptionvoid
Include the resources in the current page for the current user that may be necessary to view/edit fields.
-
Method Details
-
includeFieldResourcesForCurrentUser
void includeFieldResourcesForCurrentUser()Include the resources in the current page for the current user that may be necessary to view/edit fields.
-