public class CertificateWizardListener extends VirtualComponentAdapter
ICON_CRITICAL, ICON_INFORMATION, ICON_NOICON, ICON_QUERY, ICON_QUESTION, ICON_WARNING, MB_ABORTRETRYIGNORE, MB_CANCEL, MB_ENTER, MB_ENTERCANCEL, MB_OK, MB_OKCANCEL, MB_RETRYCANCEL, MB_YESNO, MB_YESNOCANCEL, MBID_CANCEL, MBID_DEFAULT, MBID_ENTER, MBID_IGNORE, MBID_NO, MBID_OK, MBID_RETRY, MBID_YES| Constructor and Description |
|---|
CertificateWizardListener()Creates the CertificateWizard instance. |
| Modifier and Type | Method and Description |
|---|---|
void | onAction(VirtualPanel panel, String controlID)Push buttons and menu item action event. |
void | onFocusGained(VirtualPanel panel, VirtualControl control, String controlID)Focus gained event. |
void | onFocusLost(VirtualPanel panel, VirtualControl control, String controlID)Focus lost event. |
boolean | onPanelClosing(VirtualPanel panel)Called when the close button of a panel is pressed, but before any other processing has been done. |
void | onPanelCreate(VirtualPanel panel)Called when panel is created, only if the listener is attached when panel creates, using the method VirtualSessionManager.createPanel(panelID,listener). |
onAction, onAction, onCheckedChange, onContentChanged, onContentChanged, onControlEvent, onMenuAction, onPropertyChange, onSelectionChangedonModalPanelCreate, onModalPanelProcessing, onPageActivated, onPanelClose, onPanelDestroyclone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, waitonPageActivated, onPanelClose, onPanelDestroypublic CertificateWizardListener()
public void onPanelCreate(VirtualPanel panel)
onPanelCreate in interface VirtualPanelListeneronPanelCreate in class VirtualPanelAdapterpanel - The VirtalPanel parent of the tree component.public void onFocusGained(VirtualPanel panel, VirtualControl control, String controlID)
onFocusGained in interface VirtualComponentListeneronFocusGained in class VirtualComponentAdapterpanel - The panel issuing the event, parent of the control.control - The control issuing the event.controlID - The control ID issuing the event.public void onFocusLost(VirtualPanel panel, VirtualControl control, String controlID)
onFocusLost in interface VirtualComponentListeneronFocusLost in class VirtualComponentAdapterpanel - The panel issuing the event, parent of the control.control - The control issuing the event.controlID - The control ID issuing the event.public void onAction(VirtualPanel panel, String controlID)
onAction in class VirtualComponentAdapterpanel - The VirtalPanel originator of the event.controlID - The originator control ID.public boolean onPanelClosing(VirtualPanel panel)
onPanelClose is called.onPanelClosing in interface VirtualPanelListeneronPanelClosing in class VirtualPanelAdapterpanel - The panel issuing the event.VirtualPanelAdapter.onPanelClose(se.entra.phantom.server.VirtualPanel)Phantom® and NetPhantom® are registered trademarks of Mindus SARL.
© 2026 Mindus SARL. All rights reserved.