Interface FormModel.FormId
- All Known Implementing Classes:
FormModelImpl.FormIdImpl
- Enclosing interface:
FormModel
public static interface FormModel.FormId
-
Method Summary
-
Method Details
-
getId
String getId()- Returns:
- the full ID of the form (e.g. "User_list")
-
getBaseName
String getBaseName()- Returns:
- the base name of the form (e.g. "User" for the form "User_list")
-
getScope
FormScope getScope()- Returns:
- the scope of the form (e.g.
FormScope.LIST
for the form "User_list")
-