Adapts subject accessibles that provide the pyLinAcc.Interfaces.ITable
interface and have ROLE_TREE_TABLE.
|
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
|
getLastItem(self,
only_visible=True)
Gets the last 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
|
|
|
|
|
|
|
|
|
|
|