|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||
public interface IFieldGroupList
Defines methods requred to manipulate with list field groups.
Note:Implentation is not supposed to guaranty concurent access to group from many threads.
Example of usage
for (IFieldGroup fg = fildGroupList.getFirst(); fg != null ; fg = fildGroupList.getNext()) {
// do something here with fg
}
| Method Summary | |
|---|---|
IFieldGroup |
getFirst()
Obtains a first group from the list. |
IFieldGroup |
getNext()
Obtains a next group from the list. |
void |
put(IFieldGroup aGroup)
Adds filed group to list. |
int |
size()
Obtains number of filed group within group. |
| Method Detail |
|---|
IFieldGroup getFirst()
null when no group within the listIFieldGroup getNext()
null when no group within the listvoid put(IFieldGroup aGroup)
aGroup - new field group to addint size()
0 when no group present
|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||