Package | Description |
---|---|
com.microfocus.zfe.haapi.ps |
Modifier and Type | Method and Description |
---|---|
Position |
PresentationSpace.getCursorPosition()
Returns a Position instance representing the current cursor position.
|
Position |
Field.getEnd()
Returns the ending position of the field, which is the position in the
presentation space containing the last character of the field.
|
Position |
ContentChangedEvent.getPosition()
Returns the starting position in the presentation space for this update
|
Position |
CursorChangedEvent.getPosition()
Returns the current cursor position
|
Position |
DataCell.getPosition()
Return the position of this cell
|
Position |
Field.getStart()
Returns the starting position of the field, which is the position of the
first character of the field.
|
Modifier and Type | Method and Description |
---|---|
Field |
FieldList.findField(Position pos)
Returns the field containing the specified position.
|
Field |
FieldList.findField(String text,
Position pos,
PresentationSpace.SearchDirection direction)
Returns the field containing the specified text.
|
List<DataCell> |
PresentationSpace.getDataCells(Position start,
int length)
Returns a list of DataCell instances where the first member of the list
will be for the position specified by the start parameter.
|
String |
PresentationSpace.getText(Position start,
int length)
Returns a string representing a linear area of the presentation space.
|
void |
PresentationSpace.setCursorPosition(Position location)
Moves the host cursor to the specified row and column position.
|
Constructor and Description |
---|
ContentChangedEvent(PresentationSpace ps,
PresentationSpaceEvent.Origin origin,
Position position,
List<DataCell> cells) |
CursorChangedEvent(PresentationSpace ps,
PresentationSpaceEvent.Origin origin,
boolean visible,
Position pos)
Constructor for generating a new CursorEvent.
|
Copyright © 2020 Micro Focus. All rights reserved.