Interface ReadOnlyAwareScreen

All Known Implementing Classes:
StandardEditor

public interface ReadOnlyAwareScreen
Interface for screen controllers that support read-only mode.
  • Method Summary

    Modifier and Type
    Method
    Description
    boolean
     
    void
    setReadOnly(boolean readOnly)
    Changes the read-only mode.
  • Method Details

    • isReadOnly

      boolean isReadOnly()
      Returns:
      whether a screen controller in read-only mode.
    • setReadOnly

      void setReadOnly(boolean readOnly)
      Changes the read-only mode.
      Parameters:
      readOnly - true to enable the read-only mode, false otherwise