|
||||||||||
PREV NEXT | FRAMES NO FRAMES |
Packages that use WidgetActionEvent | |
---|---|
com.metamatrix.console.ui.views.syslog | |
com.metamatrix.toolbox.ui.callback | |
com.metamatrix.toolbox.ui.widget |
Uses of WidgetActionEvent in com.metamatrix.console.ui.views.syslog |
---|
Methods in com.metamatrix.console.ui.views.syslog with parameters of type WidgetActionEvent | |
---|---|
protected void |
RowsNotSelectedPanel.cancel(WidgetActionEvent event)
|
Uses of WidgetActionEvent in com.metamatrix.toolbox.ui.callback |
---|
Methods in com.metamatrix.toolbox.ui.callback with parameters of type WidgetActionEvent | |
---|---|
protected void |
CallbackChoicesDialogPanel.accept(WidgetActionEvent event)
|
protected void |
CallbackChoicesDialogPanel.cancel(WidgetActionEvent event)
|
Uses of WidgetActionEvent in com.metamatrix.toolbox.ui.widget |
---|
Methods in com.metamatrix.toolbox.ui.widget with parameters of type WidgetActionEvent | |
---|---|
protected void |
PasswordButton.accept(DialogPanel panel,
WidgetActionEvent event)
Provided to be overridden by subclasses that need to add additional constraints to new passwords entered in the "Change Password" dialog. |
protected void |
DirectoryChooserPanel.accept(WidgetActionEvent event)
moved the accept action listener logic here to fix defect 9196 |
protected void |
DialogPanel.accept(WidgetActionEvent event)
Called when the panel's parent is a DialogWindow and the user activates the accept button. |
protected void |
DialogPanel.cancel(WidgetActionEvent event)
Called when the panel's parent is a DialogWindow and the user activates the cancel button or cancels the dialog via the title bar close button (with the 'X' icon) or the title bar system menu 'Close' option. |
|
||||||||||
PREV NEXT | FRAMES NO FRAMES |