| |
|
| java.awt.AWTEvent com.salmonllc.html.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_KEEP_CHANGE_IN_QUEUE | final public static int PROCESSING_KEEP_CHANGE_IN_QUEUE(Code) | | |
PROCESSING_MOVE_CHANGE_TO_TEMP | final public static int PROCESSING_MOVE_CHANGE_TO_TEMP(Code) | | |
PROCESSING_NOTENTERED | final public static int PROCESSING_NOTENTERED(Code) | | |
_acceptValue | boolean _acceptValue(Code) | | |
_processingInstruction | int _processingInstruction(Code) | | |
ValueChangedEvent | public ValueChangedEvent(HtmlPage page, HtmlComponent comp, String name, String fullName, String oldValue, String newValue, int row, int column, DataStoreBuffer ds)(Code) | | This method was created in VisualAge.
Parameters: page - com.salmonllc.html.HtmlPage Parameters: comp - com.salmonllc.html.HtmlComponent Parameters: name - java.lang.String Parameters: fullName - java.lang.String |
getAcceptValue | public boolean getAcceptValue()(Code) | | Returns whether or not the changes to the column will be accepted.
|
getColumn | public int getColumn()(Code) | | This method returns the column number in the data store that had a value changed.
|
getComponent | public HtmlComponent getComponent()(Code) | | This method returns the component that the value was changed for.
|
getDataStore | public DataStoreBuffer getDataStore()(Code) | | This method returns the data store buffer that had a value changed.
|
getFullName | public String getFullName()(Code) | | This method returns the full name (name of component appended to the name of its containers) of the component that submitted the page.
|
getName | public String getName()(Code) | | This method returns the name of the component that submitted the page.
|
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
|
getPage | public HtmlPage getPage()(Code) | | This method returns the page for which the submit was performed.
|
getRow | public int getRow()(Code) | | This method returns the row number in the data store that had a value changed.
|
getSubmitComponent | public HtmlComponent getSubmitComponent()(Code) | | Returns the component that submitted the page
|
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_KEEP_CHANGE_IN_QUEUE - don't copy the change to the datastore, but keep it temporarily so it appears on the next page requestPROCESSING_COMMIT_CHANGE - copy the change to the datastore |
setNewValue | public void setNewValue(String newValue)(Code) | | This method sets the new value for the component
|
|
|
|