public static class ModelEvent.TableValueChanged extends ModelEvent
ModelEvent.NodeChanged, ModelEvent.SelectionChanged, ModelEvent.TableValueChanged, ModelEvent.TreeChanged| Modifier and Type | Field and Description |
|---|---|
static int |
HTML_VALUE_MASK
The mask for HTML value change.
|
static int |
IS_READ_ONLY_MASK
The mask for change of the read only state.
|
static int |
VALUE_MASK
The mask for value change.
|
source| Constructor and Description |
|---|
ModelEvent.TableValueChanged(Object source,
Object node,
String columnID)
Creates a new instance of TableValueChanged event.
|
ModelEvent.TableValueChanged(Object source,
Object node,
String columnID,
int change)
Creates a new instance of TableValueChanged event.
|
| Modifier and Type | Method and Description |
|---|---|
int |
getChange()
Get the change mask.
|
String |
getColumnID()
Returns changed column name.
|
Object |
getNode()
Returns changed node instance.
|
getSource, toStringpublic static final int VALUE_MASK
public static final int HTML_VALUE_MASK
public static final int IS_READ_ONLY_MASK
public ModelEvent.TableValueChanged(Object source, Object node, String columnID)
source - a source if event.node - a changed node instancecolumnID - a changed column namepublic ModelEvent.TableValueChanged(Object source, Object node, String columnID, int change)
source - a source if event.node - a changed node instancecolumnID - a changed column namechange - one of the *_MASK constants or their aggregation.public Object getNode()
public String getColumnID()
public int getChange()
Built on May 21 2013. | Portions Copyright 1997-2013 Oracle. All rights reserved.