public interface EditorRecord<EditorType> extends EditorCreator<EditorType>
Modifier and Type | Method and Description |
---|---|
Component |
getComponent() |
void |
writeValueDelete(EditorType value)
Called on deleting a record
|
void |
writeValueEdit(EditorType value) |
void |
writeValueEOF() |
void |
writeValueInsert()
Called on inserting a new record
|
createValue, writeValueUpdate
void writeValueEOF()
void writeValueInsert()
void writeValueEdit(EditorType value)
void writeValueDelete(EditorType value)
value
- Component getComponent()
Copyright © 2021. All rights reserved.