public class GXCursor extends Object implements Serializable
Constructor and Description |
---|
GXCursor() |
GXCursor(GXPosition pos)
Sets the cursor at the specified position.
|
GXCursor(String fieldName)
Sets the cursor to the specified appfield.
|
GXCursor(String fieldName,
int index)
Sets the cursor to the specified appfield in the specified index.
|
Modifier and Type | Method and Description |
---|---|
int |
getFieldIndex() |
String |
getFieldName() |
GXPosition |
getPosition() |
void |
setFieldIndex(int index) |
void |
setFieldName(String fieldName) |
void |
setPosition(GXPosition pos) |
String |
toString() |
public GXCursor()
public GXCursor(GXPosition pos)
pos
- the position where the cursor should be set.public GXCursor(String fieldName)
fieldName
- the name of the appfield in which the cursor
should be set.public GXCursor(String fieldName, int index)
fieldName
- the name of the appfield in which the cursor should be set.index
- The index of the multiple appfield in which the cursor should
be set.public void setPosition(GXPosition pos)
pos
- the position to which to set the cursor position.GXCursor(GXPosition)
public GXPosition getPosition()
public void setFieldName(String fieldName)
fieldName
- the name of the appfield in which the cursor should be set.GXCursor(String)
public String getFieldName()
public void setFieldIndex(int index)
index
- the index of the multiple appfield in which the cursor should be set.GXCursor(String, int)
public int getFieldIndex()
Copyright 2021 Software AG. All rights reserved. Use is subject to license terms.