Package is.codion.swing.framework.model
Class SwingEntityTableModel.SwingEntityRowEditor
java.lang.Object
is.codion.framework.model.AbstractEntityTableModel.AbstractEntityRowEditor<SwingEntityEditor>
is.codion.swing.framework.model.SwingEntityTableModel.SwingEntityRowEditor
- All Implemented Interfaces:
EntityTableModel.EntityRowEditor,FilterTableModel.RowEditor<Entity,Attribute<?>>
- Enclosing class:
SwingEntityTableModel
public static final class SwingEntityTableModel.SwingEntityRowEditor
extends AbstractEntityTableModel.AbstractEntityRowEditor<SwingEntityEditor>
implements EntityTableModel.EntityRowEditor, FilterTableModel.RowEditor<Entity,Attribute<?>>
A Swing specific
EntityTableModel.EntityRowEditor implementation.-
Nested Class Summary
Nested classes/interfaces inherited from interface is.codion.framework.model.EntityTableModel.EntityRowEditor
EntityTableModel.EntityRowEditor.Editable -
Method Summary
Methods inherited from class is.codion.framework.model.AbstractEntityTableModel.AbstractEntityRowEditor
editable, editable, enabled, setMethods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, waitMethods inherited from interface is.codion.framework.model.EntityTableModel.EntityRowEditor
editable, editable, enabled, setMethods inherited from interface is.codion.swing.common.model.component.table.FilterTableModel.RowEditor
editable
-
Method Details
-
set
Description copied from interface:FilterTableModel.RowEditorSets the value of the given column and row.
This method is responsible for notifying the model of the change.
- Specified by:
setin interfaceFilterTableModel.RowEditor<Entity,Attribute<?>> - Parameters:
value- the value to setrowIndex- the row indexentity- the row objectidentifier- the column identifier- See Also:
-