public class GXFieldCollection extends Object implements GXIFieldCollection, Serializable
| Constructor and Description |
|---|
GXFieldCollection(GXIField[] fields) |
GXFieldCollection(Vector fields) |
| Modifier and Type | Method and Description |
|---|---|
boolean |
equals(Object obj) |
GXIFieldCollection |
getAppFields() |
GXIField |
getFieldAt(int index) |
GXIField |
getFieldByPosition(GXPosition position) |
int |
getFieldCount() |
GXIField |
getFieldInstance(String name,
int fieldIndex) |
GXIField[] |
getFields() |
GXIFieldCollection |
getFields(String name) |
GXIField |
getFirstFieldInstance(String name) |
GXIField |
getLastFieldInstance(String name) |
public GXFieldCollection(GXIField[] fields)
public GXFieldCollection(Vector fields)
public GXIField[] getFields()
getFields in interface GXIFieldCollectionpublic GXIField getFieldAt(int index)
getFieldAt in interface GXIFieldCollectionindex - the index of the field in the collection.public int getFieldCount()
getFieldCount in interface GXIFieldCollectionpublic GXIFieldCollection getFields(String name)
getFields in interface GXIFieldCollectionname - name of an application fieldpublic GXIFieldCollection getAppFields()
getAppFields in interface GXIFieldCollectionpublic GXIField getFirstFieldInstance(String name)
getFirstFieldInstance in interface GXIFieldCollectionname - the name of an application field in the collectionpublic GXIField getLastFieldInstance(String name)
getLastFieldInstance in interface GXIFieldCollectionname - application field namepublic GXIField getFieldInstance(String name, int fieldIndex)
getFieldInstance in interface GXIFieldCollectionname - multiple application field namefieldIndex - index within the multiple application field.public GXIField getFieldByPosition(GXPosition position)
getFieldByPosition in interface GXIFieldCollectionposition - the position of the first character of the field.Copyright 2022 Software AG. All rights reserved. Use is subject to license terms.