Interface IEditableModel

    • Method Detail

      • isEditable

        boolean isEditable()
        Checks if this model is editable.
        Returns:
        true if this model is editable, false otherwise
      • setEditable

        void setEditable​(boolean editable)
        Sets model editable state.
        Parameters:
        editable - the editable state, true if this model is editable, false otherwise