Uses of Class
com.googlecode.wicket.jquery.ui.widget.dialog.DialogButton
-
Packages that use DialogButton Package Description com.googlecode.wicket.jquery.ui.widget.dialog com.googlecode.wicket.jquery.ui.widget.wizard -
-
Uses of DialogButton in com.googlecode.wicket.jquery.ui.widget.dialog
Methods in com.googlecode.wicket.jquery.ui.widget.dialog that return DialogButton Modifier and Type Method Description DialogButtonAbstractDialog. findButton(String name)Finds aDialogButton- identified by its name - within the list of buttons returned byAbstractDialog.getButtons()DialogButtonButtonAjaxBehavior.ClickEvent. getButton()Get the button that has been attached to this event objectDialogButtonButtonAjaxBehavior. getButton()Gets theDialogButtonabstract DialogButtonAbstractFormDialog. getSubmitButton()Gets the button that is in charge to submit the form.
It should be in the list of buttons returned byAbstractDialog.getButtons()DialogButtonInputDialog. getSubmitButton()Methods in com.googlecode.wicket.jquery.ui.widget.dialog that return types with arguments of type DialogButton Modifier and Type Method Description protected 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 List<DialogButton>MessageDialog. getButtons()protected List<DialogButton>MessageFormDialog. getButtons()List<DialogButton>DialogButtons. toList()Gets the list of buttonsMethods in com.googlecode.wicket.jquery.ui.widget.dialog with parameters of type DialogButton Modifier and Type Method Description voidAbstractDialog. 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 ButtonAjaxBehaviorAbstractDialog. newButtonAjaxBehavior(com.googlecode.wicket.jquery.core.ajax.IJQueryAjaxAware source, DialogButton button)Gets a newButtonAjaxBehaviorthat will be called by the correspondingDialogButton.
This method may be overridden to provide additional behaviorsprotected ButtonAjaxBehaviorAbstractFormDialog. newButtonAjaxBehavior(com.googlecode.wicket.jquery.core.ajax.IJQueryAjaxAware source, DialogButton button)Gets theButtonAjaxPostBehaviorassociated to the specified button.protected abstract ButtonAjaxBehaviorDialogBehavior. newButtonAjaxBehavior(com.googlecode.wicket.jquery.core.ajax.IJQueryAjaxAware source, DialogButton button)Gets a newButtonAjaxBehaviorthat will be called by the correspondingDialogButton.voidAbstractDialog. 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.voidDialogAdapter. onClick(org.apache.wicket.ajax.AjaxRequestTarget target, DialogButton button)voidDialogListenerWrapper. onClick(org.apache.wicket.ajax.AjaxRequestTarget target, DialogButton button)voidIDialogListener. onClick(org.apache.wicket.ajax.AjaxRequestTarget target, DialogButton button)Triggered when a button is clicked.voidAbstractFormDialog. onClose(org.apache.wicket.core.request.handler.IPartialPageRequestHandler handler, DialogButton button)voidDialogAdapter. onClose(org.apache.wicket.core.request.handler.IPartialPageRequestHandler handler, DialogButton button)voidDialogListenerWrapper. onClose(org.apache.wicket.core.request.handler.IPartialPageRequestHandler handler, DialogButton button)voidIDialogListener. onClose(org.apache.wicket.core.request.handler.IPartialPageRequestHandler handler, DialogButton button)Triggered when the dialog closes.voidMessageFormDialog. onClose(org.apache.wicket.core.request.handler.IPartialPageRequestHandler handler, DialogButton button)protected abstract voidAbstractFormDialog. onError(org.apache.wicket.ajax.AjaxRequestTarget target, DialogButton button)Triggered when the form is submitted, but the validation failedvoidInputDialog. onError(org.apache.wicket.ajax.AjaxRequestTarget target, DialogButton button)protected abstract voidAbstractFormDialog. 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 DialogButton Constructor Description ButtonAjaxBehavior(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 DialogButton Constructor Description MessageDialog(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 DialogButton Modifier and Type Method Description protected DialogButtonAbstractWizard. getCancelButton()Gets the button that is in charge to cancel to wizard.DialogButtonAbstractWizard. getSubmitButton()Methods in com.googlecode.wicket.jquery.ui.widget.wizard that return types with arguments of type DialogButton Modifier and Type Method Description protected List<DialogButton>AbstractWizard. getButtons()Methods in com.googlecode.wicket.jquery.ui.widget.wizard with parameters of type DialogButton Modifier and Type Method Description protected 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.voidAbstractWizard. onClick(org.apache.wicket.ajax.AjaxRequestTarget target, DialogButton button)Triggered when a wizard button is clicked.protected voidAbstractWizard. onError(org.apache.wicket.ajax.AjaxRequestTarget target, DialogButton button)protected voidAbstractWizard. onSubmit(org.apache.wicket.ajax.AjaxRequestTarget target, DialogButton button)
-