Uses of Interface
com.microfocus.zfe.haapi.ps.DataCell
-
Packages that use DataCell Package Description com.microfocus.zfe.haapi.ps -
-
Uses of DataCell in com.microfocus.zfe.haapi.ps
Methods in com.microfocus.zfe.haapi.ps that return types with arguments of type DataCell Modifier and Type Method Description List<DataCell>
ContentChangedEvent. getCells()
Returns the list of DataCell instances associated with this updateList<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 parameters in com.microfocus.zfe.haapi.ps with type arguments of type DataCell Constructor Description ContentChangedEvent(PresentationSpace ps, PresentationSpaceEvent.Origin origin, Position position, List<DataCell> cells)
-