|
|||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||||
public interface IWebiDocDataProviders
| Method Summary | |
|---|---|
IWebiDocDataProvider |
add(java.lang.String name)
Adds a new data provider, if given name does not match an other data provider in this collection. |
void |
clear()
Removes all existing element in this collection. |
int |
count()
Gets number of IWebiDocDataProvider handled by this collection. |
void |
delete(int index)
Deletes data provider at given index. |
IWebiDocDataProvider |
item(int index)
Reaches element at given index. |
| Method Detail |
|---|
int count()
IWebiDocDataProvider item(int index)
index -
IWebiDocDataProvider add(java.lang.String name)
Adds a new data provider, if given name does not match an other data provider in this collection.
Otherwise, returns the existing data provider.
name -
void delete(int index)
index - void clear()
|
|||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||||