| |
|
| java.awt.AWTEvent com.salmonllc.swing.events.ValueChangedEvent
PROCESSING_COMMIT_CHANGE | final public static int PROCESSING_COMMIT_CHANGE(Code) | | |
PROCESSING_DISCARD_CHANGE | final public static int PROCESSING_DISCARD_CHANGE(Code) | | |
PROCESSING_MOVE_CHANGE_TO_TEMP | final public static int PROCESSING_MOVE_CHANGE_TO_TEMP(Code) | | |
_acceptValue | boolean _acceptValue(Code) | | |
_processingInstruction | public int _processingInstruction(Code) | | |
getColumn | public int getColumn()(Code) | | This method returns the column number in the data store that had a value changed.
|
getDataStore | public DataStoreBuffer getDataStore()(Code) | | This method returns the data store buffer that had a value changed.
|
getNewValue | public String getNewValue()(Code) | | This method returns the new value for the component
|
getOldValue | public String getOldValue()(Code) | | This method returns the old value for the component
|
getRow | public int getRow()(Code) | | This method returns the row number in the data store that had a value changed.
|
setAcceptValue | public void setAcceptValue(int inst)(Code) | | Use this method to inform the framework how to treat the change
Parameters: inst - Valid values are:PROCESSING_DISCARD_CHANGE - discard the changePROCESSING_MOVE_CHANGE_TO_TEMP - Move the change to the temp area of the DataStorePROCESSING_COMMIT_CHANGE - copy the change to the datastore |
setNewValue | public void setNewValue(String newValue)(Code) | | Sets the value for new value
Parameters: newValue - |
|
|
|