com.im.ijc.core/1 5.9.4

com.im.ijc.core.api.views
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 Summary
 boolean isSelectionEditable()
          Test current possibility to startEdit.
 void startEdit()
          Try to start editor
 void stopEdit(boolean store)
          Try stop 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

com.im.ijc.core/1 5.9.4