|
AEPor
|
getNextItem(self,
only_visible=True)
Always raises IndexError as this default adapter assumes the
subject has only one item. |
source code
|
|
|
AEPor
|
getPrevItem(self,
only_visible=True)
Always raises IndexError as this default adapter assumes the
subject has only one item. |
source code
|
|
|
AEPor
|
|
|
AEPor
|
getLastItem(self,
only_visible=True)
Gets a AEPor pointing to the first item in the subject AEPor
since it is assumed to be the only item in this default adapter. |
source code
|
|
|
AEPor
|
getAccAsItem(self,
por)
Always raises IndexError as this default adapter assumes the
subject has only one item. |
source code
|
|
|
AEPor
|
|
|
AEPor
|
|
|
AEPor
|
|
|
AEPor
|
|
|
AEPor
|
|
|
AEPor
|
getChildAcc(self,
index)
Gets the child accessible at the given index relative to the one
providing this interface. |
source code
|
|
|
AEPor
|
|
|
AEPor
|
|
|
AEPor
|
getApplicationAcc(self)
Return the AEPor to the root accessible of the current
application. |
source code
|
|
|
Inherited from AEAccAdapter.PORAdapter:
__call__,
__init__
Inherited from object:
__delattr__,
__getattribute__,
__hash__,
__new__,
__reduce__,
__reduce_ex__,
__repr__,
__setattr__,
__str__
|