Package org.adempiere.webui.editor
Interface IEditorConfiguration
-
- All Known Subinterfaces:
INumberEditorConfiguration
public interface IEditorConfigurationInterface to override editor setting that's usually derived from GridField- Author:
- hengsin
-
-
Method Summary
All Methods Instance Methods Default Methods Modifier and Type Method Description default BooleangetMandatory()Return a not null Boolean to override GridField.isMandatorydefault BooleangetReadonly()Return a not null Boolean to override GridField.isReadOnly
-