Package | Description |
---|---|
com.microfocus.zfe.haapi.ps |
Modifier and Type | Method and Description |
---|---|
List<DataCell> |
ContentChangedEvent.getCells()
Returns the list of DataCell instances associated with this update
|
List<DataCell> |
Field.getDataCells()
Returns a list of data cell instances that are included in the field.
|
List<DataCell> |
PresentationSpace.getDataCells()
Returns a list of DataCell instances representing each position of the
presentation space with the first member of the list being the first
position on the host screen and the last member being the last position.
|
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.
|
Constructor and Description |
---|
ContentChangedEvent(PresentationSpace ps,
PresentationSpaceEvent.Origin origin,
Position position,
List<DataCell> cells) |
Copyright © 2020 Micro Focus. All rights reserved.