|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||
java.lang.Objectjava.util.EventObject
com.extentech.ExtenXLS.eventui.event.EditStartEvent
public class EditStartEvent
Event indicating that the user has started to edit a cell.
| Constructor Summary | |
|---|---|
EditStartEvent(ExtenXLSTable source,
int row,
int col,
java.lang.String value)
Creates a new EditStartEvent. |
|
| Method Summary | |
|---|---|
java.lang.String |
getCell()
Gets the address of the cell being edited. |
int |
getColumn()
Gets the column of the cell being edited. |
int |
getRow()
Gets the row of the cell being edited. |
java.lang.String |
getValue()
Gets the initial value that will be presented to the user for editing. |
boolean |
isCanceled()
Whether this edit event has been canceled. |
void |
setCanceled(boolean canceled)
Set whether to cancel this edit event. |
void |
setValue(java.lang.String value)
Sets the initial value that will be presented to the user for editing. |
| Methods inherited from class java.util.EventObject |
|---|
getSource, toString |
| Methods inherited from class java.lang.Object |
|---|
equals, getClass, hashCode, notify, notifyAll, wait, wait, wait |
| Constructor Detail |
|---|
public EditStartEvent(ExtenXLSTable source,
int row,
int col,
java.lang.String value)
source - the ExtenXLSTable that owns the cell being editedrow - the row of the cell being editedcol - the column of the cell being editedvalue - the initial value to be displayed in the editor| Method Detail |
|---|
public java.lang.String getCell()
public int getRow()
public int getColumn()
public java.lang.String getValue()
public void setValue(java.lang.String value)
value - the initial value that will be shown in the editorpublic boolean isCanceled()
public void setCanceled(boolean canceled)
|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||