Interface IJCWidget.Editable

  • Enclosing interface:
    IJCWidget

    public static interface IJCWidget.Editable
    Extension of IJCWidget which allows to invoke start editing of selected data. For example in the case of JTable it start selected cell editing.
    • Method Detail

      • isSelectionEditable

        boolean isSelectionEditable()
        Test current possibility to startEdit. Selection usually cannot be edited when more than one cell (DFField X row) is selected.
      • startEdit

        void startEdit()
        Try to start editor.
      • stopEdit

        void stopEdit​(boolean store)
        Try stop editing.
        Parameters:
        store - if true the edited value is stored