|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||
java.lang.Objectjavax.swing.AbstractCellEditor
org.tentackle.ui.FormComponentCellEditor
org.tentackle.ui.FormFieldComponentCellEditor
public class FormFieldComponentCellEditor
Cell Editor for FormFieldComponents.
Extends the FormComponentCellEditor for table cell editors based
on FormFields.
Notice: Currently, tree cell editors are not enhanced any further.
| Field Summary |
|---|
| Fields inherited from class org.tentackle.ui.FormComponentCellEditor |
|---|
clickCountToStart, column, editor, expanded, leaf, row, selected, table, tree |
| Fields inherited from class javax.swing.AbstractCellEditor |
|---|
changeEvent, listenerList |
| Constructor Summary | |
|---|---|
FormFieldComponentCellEditor()
Creates a cell-editor with a default editing component. |
|
FormFieldComponentCellEditor(FormFieldComponent editorComponent)
Creates a celleditor from a FormFieldComponent. |
|
| Method Summary | |
|---|---|
FormFieldComponent |
getEditorComponent()
Gets the current editor component. |
protected void |
prepareTableCellEditorComponent(FormTable table,
boolean selected,
int row,
int column)
Prepares the table cell editor. |
void |
setEditorComponent(FormFieldComponent editor)
Sets the editor FormFieldComponent. |
| Methods inherited from class javax.swing.AbstractCellEditor |
|---|
addCellEditorListener, fireEditingCanceled, fireEditingStopped, getCellEditorListeners, removeCellEditorListener |
| Methods inherited from class java.lang.Object |
|---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
| Methods inherited from interface javax.swing.CellEditor |
|---|
addCellEditorListener, removeCellEditorListener |
| Constructor Detail |
|---|
public FormFieldComponentCellEditor(FormFieldComponent editorComponent)
editorComponent - the editor formfield componentpublic FormFieldComponentCellEditor()
StringFormField| Method Detail |
|---|
public void setEditorComponent(FormFieldComponent editor)
editor - the editor componentpublic FormFieldComponent getEditorComponent()
getEditorComponent in class FormComponentCellEditor
protected void prepareTableCellEditorComponent(FormTable table,
boolean selected,
int row,
int column)
FormComponentCellEditor
prepareTableCellEditorComponent in class FormComponentCellEditortable - the tableselected - true if cell is selectedrow - the table rowcolumn - the table column
|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||