public class GXInputField extends Object implements Serializable
Constructor and Description |
---|
GXInputField() |
GXInputField(GXPosition pos,
String value) |
GXInputField(String name,
int index,
String value) |
GXInputField(String name,
String value) |
Modifier and Type | Method and Description |
---|---|
boolean |
equals(Object inputField) |
int |
getIndex() |
String |
getName() |
GXPosition |
getPosition() |
String |
getValue() |
boolean |
isAppField() |
void |
setIndex(int index) |
void |
setName(String name)
Sets the name of the field to update.
|
void |
setPosition(GXPosition position)
Sets the position of the field to update.
|
void |
setValue(String value) |
String |
toString() |
public GXInputField()
public GXInputField(GXPosition pos, String value)
public GXPosition getPosition()
public void setPosition(GXPosition position)
position
- position of the field to set.public String getName()
public void setName(String name)
name
- the name of the application field to set.public boolean isAppField()
public int getIndex()
public void setIndex(int index)
index
- index of an instance of a multiple application field to set. The
name of the field must be set using setName().public String getValue()
public void setValue(String value)
value
- the value to set to this field on the host.Copyright 2021 Software AG. All rights reserved. Use is subject to license terms.