Class FormModelImpl.FormIdImpl
java.lang.Object
ch.tocco.nice2.model.form.impl.form2.FormModelImpl.FormIdImpl
- All Implemented Interfaces:
FormModel.FormId
- Enclosing class:
FormModelImpl
-
Constructor Summary
-
Method Summary
-
Constructor Details
-
FormIdImpl
-
-
Method Details
-
getId
- Specified by:
getId
in interfaceFormModel.FormId
- Returns:
- the full ID of the form (e.g. "User_list")
-
getBaseName
- Specified by:
getBaseName
in interfaceFormModel.FormId
- Returns:
- the base name of the form (e.g. "User" for the form "User_list")
-
getScope
- Specified by:
getScope
in interfaceFormModel.FormId
- Returns:
- the scope of the form (e.g.
FormScope.LIST
for the form "User_list")
-