Package org.adempiere.webui.editor
Interface IEditorConfiguration
- All Known Subinterfaces:
INumberEditorConfiguration
public interface IEditorConfiguration
Interface to override editor setting that's usually derived from GridField
- Author:
- hengsin
-
Method Details
-
getReadonly
Return a not null Boolean to override GridField.isReadOnly- Returns:
- Boolean
-
getMandatory
Return a not null Boolean to override GridField.isMandatory- Returns:
- Boolean
-