|
Adempiere 3.5.2a | |||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||
java.lang.Objectjavax.swing.AbstractCellEditor
org.compiere.grid.ed.VRowIDEditor
public class VRowIDEditor
RowID Cell Editor providing Selection
| Field Summary |
|---|
| Fields inherited from class javax.swing.AbstractCellEditor |
|---|
changeEvent, listenerList |
| Constructor Summary | |
|---|---|
VRowIDEditor(boolean select)
Constructor |
|
| Method Summary | |
|---|---|
Object |
getCellEditorValue()
Returns the value contained in the editor |
Component |
getTableCellEditorComponent(JTable table,
Object value,
boolean isSelected,
int row,
int col)
Sets an initial value for the editor. |
boolean |
isCellEditable(EventObject anEvent)
Ask the editor if it can start editing using anEvent. |
void |
setEnableSelection(boolean showSelection)
Enable Selection to be displayed |
boolean |
shouldSelectCell(EventObject anEvent)
The editing cell should be selected or not |
| Methods inherited from class javax.swing.AbstractCellEditor |
|---|
addCellEditorListener, cancelCellEditing, fireEditingCanceled, fireEditingStopped, getCellEditorListeners, removeCellEditorListener, stopCellEditing |
| 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, cancelCellEditing, removeCellEditorListener, stopCellEditing |
| Constructor Detail |
|---|
public VRowIDEditor(boolean select)
| Method Detail |
|---|
public void setEnableSelection(boolean showSelection)
public boolean isCellEditable(EventObject anEvent)
isCellEditable in interface CellEditorisCellEditable in class AbstractCellEditor
public Component getTableCellEditorComponent(JTable table,
Object value,
boolean isSelected,
int row,
int col)
getTableCellEditorComponent in interface TableCellEditorpublic boolean shouldSelectCell(EventObject anEvent)
shouldSelectCell in interface CellEditorshouldSelectCell in class AbstractCellEditorpublic Object getCellEditorValue()
getCellEditorValue in interface CellEditor
|
Adempiere 3.5.2a | |||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||