Interface IEditorConfiguration

All Known Subinterfaces:
INumberEditorConfiguration

public interface IEditorConfiguration
Interface to override editor setting that's usually derived from GridField
Author:
hengsin
  • Method Summary

    Modifier and Type
    Method
    Description
    default Boolean
    Return a not null Boolean to override GridField.isMandatory
    default Boolean
    Return a not null Boolean to override GridField.isReadOnly
  • Method Details

    • getReadonly

      default Boolean getReadonly()
      Return a not null Boolean to override GridField.isReadOnly
      Returns:
      Boolean
    • getMandatory

      default Boolean getMandatory()
      Return a not null Boolean to override GridField.isMandatory
      Returns:
      Boolean