Adapts accessibles that have a role of terminal or have a state of
multiline, single line, or editable and provide the Text interface. Does
not adapt POR accessibles
with role of page tab.
|
2-tuple of integer
|
|
|
POR
|
getNextItem(self,
only_visible=True)
Gets the next item relative to the one indicated by the POR providing this
interface. |
source code
|
|
|
POR
|
getPrevItem(self,
only_visible=True)
Gets the previous item relative to the one indicated by the POR providing this
interface. |
source code
|
|
|
POR
|
getFirstItem(self,
only_visible=True)
Gets the first item relative to the one indicated by the POR providing this
interface. |
source code
|
|
|
POR
|
getLastItem(self,
only_visible=True)
Gets the last item relative to the one indicated by the POR providing this
interface. |
source code
|
|
|
|
|
|
|
|
|
|
|