public static class PropertyTableEvent.ElementCacheCreated extends PropertyTableEvent
PropertyTableEvent.ElementCacheCreated, PropertyTableEvent.ElementCacheRemoved, PropertyTableEvent.PropertyWrited| Modifier and Type | Field and Description |
|---|---|
protected List |
cache |
protected Object |
element |
protected int |
index |
protected int |
row |
propertyTable| Constructor and Description |
|---|
ElementCacheCreated() |
ElementCacheCreated(PropertyTable ptable) |
| Modifier and Type | Method and Description |
|---|---|
List |
getCache() |
Object |
getElement() |
int |
getIndex() |
int |
getRow() |
void |
setCache(List cache) |
void |
setElement(Object element) |
void |
setIndex(int index) |
void |
setRow(int row) |
getPropertyTable, onElementCacheCreated, onPropertyWrited, setPropertyTableprotected List cache
protected int index
protected int row
protected Object element
public ElementCacheCreated()
public ElementCacheCreated(PropertyTable ptable)
public List getCache()
public void setCache(List cache)
public int getIndex()
public void setIndex(int index)
public int getRow()
public void setRow(int row)
public Object getElement()
public void setElement(Object element)
Copyright © 2019. All rights reserved.