public class DCBindingContainerValueChangeEvent extends DCBindingContainerChangeEvent
| Modifier and Type | Field and Description |
|---|---|
AttributeDef |
attrDef |
java.lang.Object |
newValue |
Row |
row |
panelBinding| Constructor and Description |
|---|
DCBindingContainerValueChangeEvent(DCControlBinding source,
DCBindingContainer panel,
Row row,
AttributeDef attrDef,
java.lang.Object newValue) |
| Modifier and Type | Method and Description |
|---|---|
AttributeDef |
getAttrDef() |
java.lang.Object |
getNewValue() |
Row |
getRow() |
void |
setAttrDef(AttributeDef newAttrDef) |
void |
setNewValue(java.lang.Object newNewValue) |
void |
setRow(Row newRow) |
getPanelBinding, setPanelBindingpublic java.lang.Object newValue
public AttributeDef attrDef
public Row row
public DCBindingContainerValueChangeEvent(DCControlBinding source, DCBindingContainer panel, Row row, AttributeDef attrDef, java.lang.Object newValue)
public java.lang.Object getNewValue()
public AttributeDef getAttrDef()
public Row getRow()
public void setNewValue(java.lang.Object newNewValue)
public void setAttrDef(AttributeDef newAttrDef)
public void setRow(Row newRow)