Uses of Class
com.googlecode.wicket.jquery.ui.widget.dialog.DialogButton
Packages that use DialogButton
Package
Description
-
Uses of DialogButton in com.googlecode.wicket.jquery.ui.widget.dialog
Methods in com.googlecode.wicket.jquery.ui.widget.dialog that return DialogButtonModifier and TypeMethodDescriptionAbstractDialog.findButton
(String name) Finds aDialogButton
- identified by its name - within the list of buttons returned byAbstractDialog.getButtons()
ButtonAjaxBehavior.ClickEvent.getButton()
Get the button that has been attached to this event objectButtonAjaxBehavior.getButton()
Gets theDialogButton
abstract DialogButton
AbstractFormDialog.getSubmitButton()
Gets the button that is in charge to submit the form.
It should be in the list of buttons returned byAbstractDialog.getButtons()
InputDialog.getSubmitButton()
Methods in com.googlecode.wicket.jquery.ui.widget.dialog that return types with arguments of type DialogButtonModifier and TypeMethodDescriptionprotected List<DialogButton>
AbstractDialog.getButtons()
Gets the dialog's buttons.
It is allowed to return a predefined list (ie: DialogButtons#OK_CANCEL#toList()) as long as the buttons state (enable and/or visible) are not modified
Warning: It is not legal to create the buttons to be returned in this method.protected abstract List<DialogButton>
DialogBehavior.getButtons()
Gets the dialog's buttons.protected List<DialogButton>
InputDialog.getButtons()
protected final List<DialogButton>
MessageDialog.getButtons()
protected final List<DialogButton>
MessageFormDialog.getButtons()
DialogButtons.toList()
Gets the list of buttonsMethods in com.googlecode.wicket.jquery.ui.widget.dialog with parameters of type DialogButtonModifier and TypeMethodDescriptionfinal void
AbstractDialog.close
(org.apache.wicket.core.request.handler.IPartialPageRequestHandler handler, DialogButton button) Closes the dialogs in ajax/websocket.protected org.apache.wicket.markup.html.form.Form<?>
AbstractFormDialog.getForm
(DialogButton button) Gets the form associated to the button.
It means that it will return the form if the button is the submit button and null otherwise.protected ButtonAjaxBehavior
AbstractDialog.newButtonAjaxBehavior
(com.googlecode.wicket.jquery.core.ajax.IJQueryAjaxAware source, DialogButton button) Gets a newButtonAjaxBehavior
that will be called by the correspondingDialogButton
.
This method may be overridden to provide additional behaviorsprotected ButtonAjaxBehavior
AbstractFormDialog.newButtonAjaxBehavior
(com.googlecode.wicket.jquery.core.ajax.IJQueryAjaxAware source, DialogButton button) Gets theButtonAjaxPostBehavior
associated to the specified button.protected abstract ButtonAjaxBehavior
DialogBehavior.newButtonAjaxBehavior
(com.googlecode.wicket.jquery.core.ajax.IJQueryAjaxAware source, DialogButton button) Gets a newButtonAjaxBehavior
that will be called by the correspondingDialogButton
.void
AbstractDialog.onClick
(org.apache.wicket.ajax.AjaxRequestTarget target, DialogButton button) Triggered when a button is clicked
This method may be overridden to handle button behaviors, but the dialog will not been closed untilsuper.onClick(event)
orAbstractDialog.close(IPartialPageRequestHandler, DialogButton)
is called.void
DialogAdapter.onClick
(org.apache.wicket.ajax.AjaxRequestTarget target, DialogButton button) void
DialogListenerWrapper.onClick
(org.apache.wicket.ajax.AjaxRequestTarget target, DialogButton button) void
IDialogListener.onClick
(org.apache.wicket.ajax.AjaxRequestTarget target, DialogButton button) Triggered when a button is clicked.void
AbstractFormDialog.onClose
(org.apache.wicket.core.request.handler.IPartialPageRequestHandler handler, DialogButton button) void
DialogAdapter.onClose
(org.apache.wicket.core.request.handler.IPartialPageRequestHandler handler, DialogButton button) void
DialogListenerWrapper.onClose
(org.apache.wicket.core.request.handler.IPartialPageRequestHandler handler, DialogButton button) void
IDialogListener.onClose
(org.apache.wicket.core.request.handler.IPartialPageRequestHandler handler, DialogButton button) Triggered when the dialog closes.void
MessageFormDialog.onClose
(org.apache.wicket.core.request.handler.IPartialPageRequestHandler handler, DialogButton button) protected abstract void
AbstractFormDialog.onError
(org.apache.wicket.ajax.AjaxRequestTarget target, DialogButton button) Triggered when the form is submitted, but the validation failedfinal void
InputDialog.onError
(org.apache.wicket.ajax.AjaxRequestTarget target, DialogButton button) protected abstract void
AbstractFormDialog.onSubmit
(org.apache.wicket.ajax.AjaxRequestTarget target, DialogButton button) Triggered when the form is submitted, and the validation succeedConstructors in com.googlecode.wicket.jquery.ui.widget.dialog with parameters of type DialogButtonModifierConstructorDescriptionButtonAjaxBehavior
(com.googlecode.wicket.jquery.core.ajax.IJQueryAjaxAware source, DialogButton button) ConstructorButtonAjaxPostBehavior
(com.googlecode.wicket.jquery.core.ajax.IJQueryAjaxAware source, DialogButton button, org.apache.wicket.markup.html.form.Form<?> form) ConstructorClickEvent
(DialogButton button) DialogFormSubmitter
(org.apache.wicket.ajax.AjaxRequestTarget target, DialogButton button) ConstructorConstructor parameters in com.googlecode.wicket.jquery.ui.widget.dialog with type arguments of type DialogButtonModifierConstructorDescriptionMessageDialog
(String id, String title, String message, List<DialogButton> buttons) Constructor.MessageDialog
(String id, String title, String message, List<DialogButton> buttons, DialogIcon icon) Constructor.MessageDialog
(String id, org.apache.wicket.model.IModel<String> title, org.apache.wicket.model.IModel<String> message, List<DialogButton> buttons) Constructor.MessageDialog
(String id, org.apache.wicket.model.IModel<String> title, org.apache.wicket.model.IModel<String> message, List<DialogButton> buttons, DialogIcon icon) Constructor.MessageFormDialog
(String id, String title, String message, List<DialogButton> buttons) Constructor.MessageFormDialog
(String id, String title, String message, List<DialogButton> buttons, DialogIcon icon) Constructor.MessageFormDialog
(String id, org.apache.wicket.model.IModel<String> title, org.apache.wicket.model.IModel<String> message, List<DialogButton> buttons) Constructor.MessageFormDialog
(String id, org.apache.wicket.model.IModel<String> title, org.apache.wicket.model.IModel<String> message, List<DialogButton> buttons, DialogIcon icon) Constructor. -
Uses of DialogButton in com.googlecode.wicket.jquery.ui.widget.wizard
Methods in com.googlecode.wicket.jquery.ui.widget.wizard that return DialogButtonModifier and TypeMethodDescriptionprotected DialogButton
AbstractWizard.getCancelButton()
Gets the button that is in charge to cancel to wizard.AbstractWizard.getSubmitButton()
Methods in com.googlecode.wicket.jquery.ui.widget.wizard that return types with arguments of type DialogButtonMethods in com.googlecode.wicket.jquery.ui.widget.wizard with parameters of type DialogButtonModifier and TypeMethodDescriptionprotected org.apache.wicket.markup.html.form.Form<?>
AbstractWizard.getForm
(DialogButton button) Returns the form associated to the button.
It means that it will return the form if the supplied button is considered as a form submitter and null otherwise.final void
AbstractWizard.onClick
(org.apache.wicket.ajax.AjaxRequestTarget target, DialogButton button) Triggered when a wizard button is clicked.protected void
AbstractWizard.onError
(org.apache.wicket.ajax.AjaxRequestTarget target, DialogButton button) protected void
AbstractWizard.onSubmit
(org.apache.wicket.ajax.AjaxRequestTarget target, DialogButton button)