Interface CMSViewHelper
-
public interface CMSViewHelperCMSViewHelper interface.
- Version:
- $Id: $Id
- Author:
- another
-
-
Method Summary
All Methods Instance Methods Abstract Methods Modifier and Type Method Description java.lang.StringgetFieldExplanation(java.lang.String documentPath, DataObject object, java.lang.String property)getFieldExplanation.
-
-
-
Method Detail
-
getFieldExplanation
java.lang.String getFieldExplanation(java.lang.String documentPath, DataObject object, java.lang.String property)getFieldExplanation.
- Parameters:
documentPath- Module.Document from the data definitionobject- the edited object (if any)property- the property of the object which should be explained- Returns:
- a
Stringobject.
-
-