Interface IEditorConfiguration

  • All Known Subinterfaces:
    INumberEditorConfiguration

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

      • 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