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, onSelectionChanged
onModalPanelCreate, onModalPanelProcessing, onPageActivated, onPanelClose, onPanelDestroy
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
onPageActivated, onPanelClose, onPanelDestroy
public CertificateWizardListener()
public void onPanelCreate(VirtualPanel panel)
onPanelCreate
in interface VirtualPanelListener
onPanelCreate
in class VirtualPanelAdapter
panel
- The VirtalPanel
parent of the tree component.public void onFocusGained(VirtualPanel panel, VirtualControl control, String controlID)
onFocusGained
in interface VirtualComponentListener
onFocusGained
in class VirtualComponentAdapter
panel
- 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 VirtualComponentListener
onFocusLost
in class VirtualComponentAdapter
panel
- 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 VirtualComponentAdapter
panel
- The VirtalPanel
originator of the event.controlID
- The originator control ID.public boolean onPanelClosing(VirtualPanel panel)
onPanelClose
is called.onPanelClosing
in interface VirtualPanelListener
onPanelClosing
in class VirtualPanelAdapter
panel
- The panel issuing the event.VirtualPanelAdapter.onPanelClose(se.entra.phantom.server.VirtualPanel)
Phantom® and NetPhantom® are registered trademarks of Mindus SARL.
© © Mindus SARL, 2024. All rights reserved.