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
Constructors -
Method Summary
-
Constructor Details
-
FormIdImpl
-
-
Method Details
-
getId
- Specified by:
getIdin interfaceFormModel.FormId- Returns:
- the full ID of the form (e.g. "User_list")
-
getBaseName
- Specified by:
getBaseNamein interfaceFormModel.FormId- Returns:
- the base name of the form (e.g. "User" for the form "User_list")
-
getScope
- Specified by:
getScopein interfaceFormModel.FormId- Returns:
- the scope of the form (e.g.
FormScope.LISTfor the form "User_list")
-