public interface GXIScreenCollection
Modifier and Type | Method and Description |
---|---|
GXIFieldCollection |
getFields(GXIScreenCollectionFieldsQuery query) |
GXIFieldCollection |
getFields(String fieldName)
The method returns from all the screens in this collection
all the fields that have the specified name.
|
GXIScreen |
getScreenAt(int index) |
int |
getScreenCount() |
GXIScreenCollection |
getScreens(String screenName) |
int getScreenCount()
GXIScreen getScreenAt(int index)
index
- the index of the screen in the screens collection.GXIFieldCollection getFields(GXIScreenCollectionFieldsQuery query)
query
- the query for filtering the collection's data.GXIFieldCollection getFields(String fieldName)
fieldName
- the name of the application field to return.GXIScreenCollection getScreens(String screenName)
screenName
- the name of the screen to return.Copyright 2021 Software AG. All rights reserved. Use is subject to license terms.