public static class PropertyTableEvent.PropertyWrited extends PropertyTableEvent
PropertyTableEvent.ElementCacheCreated, PropertyTableEvent.ElementCacheRemoved, PropertyTableEvent.PropertyWrited| Modifier and Type | Field and Description |
|---|---|
protected Object |
bean |
protected Property |
property |
protected PropertyColumn |
propertyColumn |
protected Object |
value |
propertyTable| Constructor and Description |
|---|
PropertyWrited() |
PropertyWrited(PropertyTable ptable) |
PropertyWrited(PropertyTable ptable,
PropertyColumn.PropertyWrited ev) |
PropertyWrited(PropertyTable ptable,
PropertyColumn pcolumn,
Property p,
Object bean,
Object val) |
| Modifier and Type | Method and Description |
|---|---|
Object |
getBean() |
Property |
getProperty() |
PropertyColumn |
getPropertyColumn() |
Object |
getValue() |
void |
setBean(Object bean) |
void |
setProperty(Property property) |
void |
setPropertyColumn(PropertyColumn propertyColumn) |
void |
setValue(Object value) |
getPropertyTable, onElementCacheCreated, onPropertyWrited, setPropertyTableprotected PropertyColumn propertyColumn
protected Property property
protected Object bean
protected Object value
public PropertyWrited()
public PropertyWrited(PropertyTable ptable)
public PropertyWrited(PropertyTable ptable, PropertyColumn pcolumn, Property p, Object bean, Object val)
public PropertyWrited(PropertyTable ptable, PropertyColumn.PropertyWrited ev)
public PropertyColumn getPropertyColumn()
public void setPropertyColumn(PropertyColumn propertyColumn)
public Property getProperty()
public void setProperty(Property property)
public Object getBean()
public void setBean(Object bean)
public Object getValue()
public void setValue(Object value)
Copyright © 2019. All rights reserved.