public interface VirtualPanelEventListener| Modifier and Type | Method and Description |
|---|---|
void | onClientUpdatedBegin(VirtualPanel panel, VirtualControl component)Called prior to the client update being performed. |
void | onClientUpdatedEnd(VirtualPanel panel, VirtualControl component)Called after the client update has been performed. |
void | onFireCreate(VirtualPanel panel)Called prior to firing the panel creation transaction to the client. |
void | onFireUpdate(VirtualPanel panel)Called prior to firing the panel update transaction to the client. |
void | onFocus(VirtualPanel panel, VirtualControl component)Called when the client or the system has changed focus in a panel. |
void | onIssueActionBegin(VirtualPanel panel, int actionType, int action, VirtualInterface item)Called when an action is to be performed. |
void | onIssueActionEnd(VirtualPanel panel, int actionType, int action, VirtualInterface item)Called when an action has been performed. |
void | onRefreshBegin(VirtualPanel panel, VirtualControl component)Called before the refresh of a component is going to be done. |
void | onRefreshEnd(VirtualPanel panel, VirtualControl component)Called after the refresh of a component has been done. |
void onRefreshBegin(VirtualPanel panel, VirtualControl component)
panel - The virtual panel instance.component - The virtual control, null when the panel is processed.void onRefreshEnd(VirtualPanel panel, VirtualControl component)
panel - The virtual panel instance.component - The virtual control, null when the panel is processed.void onClientUpdatedBegin(VirtualPanel panel, VirtualControl component)
panel - The virtual panel instance.component - The virtual control, null when the panel is processed.void onClientUpdatedEnd(VirtualPanel panel, VirtualControl component)
panel - The virtual panel instance.component - The virtual control, null when the panel is processed.void onFocus(VirtualPanel panel, VirtualControl component)
panel - The virtual panel that contains the component receiving focus.component - The component that receives the focus.void onFireCreate(VirtualPanel panel)
panel - The virtual panel instance.void onFireUpdate(VirtualPanel panel)
panel - The virtual panel instance.void onIssueActionBegin(VirtualPanel panel, int actionType, int action, VirtualInterface item)
ACTION_NONE = 1 ACTION_HOSTKEY = 2 ACTION_MENU = 3 ACTION_CONTROL = 4 ACTION_NOTEBOOKPAGE = 5 ACTION_POPUPMENU = 6 ACTION_CLOSEWINDOW = 7The "item" may be null when a virtual component does not apply.
panel - The panel in question.actionType - The action type ACTION_*.action - The action value.item - The item for the Virtual Component or null if none applies.void onIssueActionEnd(VirtualPanel panel, int actionType, int action, VirtualInterface item)
ACTION_NONE = 1 ACTION_HOSTKEY = 2 ACTION_MENU = 3 ACTION_CONTROL = 4 ACTION_NOTEBOOKPAGE = 5 ACTION_POPUPMENU = 6 ACTION_CLOSEWINDOW = 7The "item" may be null when a virtual component does not apply.
panel - The panel in question.actionType - The action type ACTION_*.action - The action value.item - The item for the Virtual Component or null if none applies.Phantom® and NetPhantom® are registered trademarks of Mindus SARL.
© 2026 Mindus SARL. All rights reserved.