Interface FormModelService
- All Known Implementing Classes:
FormModelServiceImpl
public interface FormModelService
-
Method Summary
Modifier and TypeMethodDescriptiongetBoxLabel(Component box) getDataType(Component box) getDefiningModule(EntityModel entityModel, String stringPath) getFieldLabels(Component field) booleanisFieldHidden(Component field) booleanisMandatory(Field field) booleanisReadonly(Component field) parseScope(String scopeName)
-
Method Details
-
parseScope
-
getDefiningModule
-
getFormLabel
-
getFieldLabels
-
getBoxLabel
-
isFieldHidden
-
isReadonly
-
isMandatory
-
getDataType
-