| HEADER | |||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||
| SUMMARY: INNER | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||
| +--ru.biosoft.access.support.DataCollectionRowModelAdapter
| Constructor Summary | |
DataCollectionRowModelAdapter(DataCollection dc) | |
| Method Summary | |
void | cleanup() |
void | elementAdded(DataCollectionEvent e)Called after data element was added. |
void | elementChanged(DataCollectionEvent e)Called after data element was changed. |
void | elementRemoved(DataCollectionEvent e)Called after data element was removed. |
void | elementWillAdd(DataCollectionEvent e)Called before data element will be added. |
void | elementWillChange(DataCollectionEvent e)Called before data element will be changed. |
void | elementWillRemove(DataCollectionEvent e)Called before data element will be removed. |
Object | getBean(int index)Returns a bean at the index. |
void | registerListener() |
int | size()Returns a number of beans in the model. |
void | unregisterListener() |
| Constructor Detail |
public DataCollectionRowModelAdapter(DataCollection dc)
| Method Detail |
public void cleanup()
public void elementAdded(DataCollectionEvent e)
throws java.lang.Exception
public void elementChanged(DataCollectionEvent e)
throws java.lang.Exception
e contains old data element (which already changed).public void elementRemoved(DataCollectionEvent e)
throws java.lang.Exception
public void elementWillAdd(DataCollectionEvent e)
throws ru.biosoft.access.DataCollectionVetoException,
java.lang.Exception
public void elementWillChange(DataCollectionEvent e)
throws ru.biosoft.access.DataCollectionVetoException,
java.lang.Exception
e contains old data element (which will be changed).public void elementWillRemove(DataCollectionEvent e)
throws ru.biosoft.access.DataCollectionVetoException,
java.lang.Exception
public Object getBean(int index)
public void registerListener()
public int size()
TabularPropertyInspector uses this method to determine how many rows
it should display. This method should be quick, as it is called frequently during rendering.public void unregisterListener()
| Association Links |
to Class ru.biosoft.access.DataCollection
| FOOTER | |||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||
| SUMMARY: INNER | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||