Package org.adempiere.webui.editor
Interface INumberEditorConfiguration
-
- All Superinterfaces:
IEditorConfiguration
public interface INumberEditorConfiguration extends IEditorConfiguration
Interface for NumberEditor configuration- Author:
- hengsin
-
-
Method Summary
All Methods Instance Methods Default Methods Modifier and Type Method Description default Boolean
getIntegral()
Return a not null value to override the integral setting from GridField.getDisplayType-
Methods inherited from interface org.adempiere.webui.editor.IEditorConfiguration
getMandatory, getReadonly
-
-
-
-
Method Detail
-
getIntegral
default Boolean getIntegral()
Return a not null value to override the integral setting from GridField.getDisplayType- Returns:
- Boolean
-
-