|
||||||||||
PREV NEXT | FRAMES NO FRAMES |
Uses of VKRepListener in VKRep |
Fields in VKRep declared as VKRepListener | |
protected VKRepListener |
TVKRptContainerCrossTab.listenerH
The horizontal Listener object. |
protected VKRepListener |
TVKRptContainerCrossTab.listenerV
The vertical Listener object. |
protected VKRepListener |
TVKRptContainerVertical.listener
The Listener object. |
protected VKRepListener |
TVKRptContainerHorizontal.listener
The Listener object. |
protected VKRepListener |
TReportAbstract.listener
Object which implements VKRepListener interface. |
Methods in VKRep that return VKRepListener | |
VKRepListener |
TVKRptContainerCrossTab.getListenerV()
The read property method of vertical listener variable. |
VKRepListener |
TVKRptContainerCrossTab.getListenerH()
The read property method of horizontal listener variable. |
VKRepListener |
TVKRptContainerVertical.getListener()
The read property method of listener variable. |
VKRepListener |
TVKRptContainerHorizontal.getListener()
The read property method of listener variable. |
VKRepListener |
TReportAbstract.getListener()
Property method by read of listener object. |
Methods in VKRep with parameters of type VKRepListener | |
void |
TVKRptContainerCrossTab.setListenerV(VKRepListener value)
The write property method of vertical listener variable. |
void |
TVKRptContainerCrossTab.setListenerH(VKRepListener value)
The write property method of horizontal listener variable. |
void |
TVKRptContainerVertical.setListener(VKRepListener value)
The write property method of listener variable. |
void |
TVKRptContainerHorizontal.setListener(VKRepListener value)
The write property method of listener variable. |
void |
TReportAbstract.addVKRepListener(VKRepListener l)
Add listener in standard Java event system. |
void |
TReportAbstract.removeVKRepListener(VKRepListener l)
Remove listener in standard Java event system. |
void |
TReportAbstract.setListener(VKRepListener lster)
Property method by write of listener object. |
|
||||||||||
PREV NEXT | FRAMES NO FRAMES |