Package | Description |
---|---|
com.googlecode.wicket.jquery.ui.widget.dialog | |
com.googlecode.wicket.jquery.ui.widget.wizard |
Modifier and Type | Method and Description |
---|---|
DialogButton |
AbstractDialog.findButton(String text)
Finds a
DialogButton - identified by its text - within the list of buttons returned by AbstractDialog.getButtons() |
DialogButton |
DialogBehavior.ButtonAjaxBehavior.getButton()
Gets the
DialogButton |
DialogButton |
DialogBehavior.ClickEvent.getButton()
Get the button that has been attached to this event object
|
protected abstract DialogButton |
AbstractFormDialog.getSubmitButton()
Gets the button that is in charge to submit the form.
It should be in the list of buttons returned by AbstractDialog.getButtons() |
protected DialogButton |
InputDialog.getSubmitButton() |
Modifier and Type | Method and 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> |
MessageFormDialog.getButtons() |
protected List<DialogButton> |
MessageDialog.getButtons() |
protected List<DialogButton> |
InputDialog.getButtons() |
List<DialogButton> |
DialogButtons.toList() |
Modifier and Type | Method and Description |
---|---|
void |
AbstractDialog.close(org.apache.wicket.ajax.AjaxRequestTarget target,
DialogButton button)
Closes the dialogs in ajax.
|
protected org.apache.wicket.markup.html.form.Form<?> |
AbstractFormDialog.getForm(DialogButton button)
Returns 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 DialogBehavior.ButtonAjaxBehavior |
AbstractDialog.newButtonAjaxBehavior(IJQueryAjaxAware source,
DialogButton button)
Gets a new
DialogBehavior.ButtonAjaxBehavior that will be called by the corresponding DialogButton .This method mays be overridden internally to provide another behavior |
protected abstract DialogBehavior.ButtonAjaxBehavior |
DialogBehavior.newButtonAjaxBehavior(IJQueryAjaxAware source,
DialogButton button)
Gets a new ButtonAjaxBehavior that will be called by the corresponding dialog's button.
This method mays be overridden internally to provide another behavior; |
protected DialogBehavior.ButtonAjaxBehavior |
AbstractFormDialog.newButtonAjaxBehavior(IJQueryAjaxAware source,
DialogButton button)
Gets the
AbstractFormDialog.FormButtonAjaxBehavior associated to the specified button. |
void |
AbstractDialog.onClick(org.apache.wicket.ajax.AjaxRequestTarget target,
DialogButton button)
Triggered when a button is clicked.
|
void |
AbstractFormDialog.onClose(org.apache.wicket.ajax.AjaxRequestTarget target,
DialogButton button) |
void |
MessageFormDialog.onClose(org.apache.wicket.ajax.AjaxRequestTarget target,
DialogButton button) |
Constructor and Description |
---|
AbstractFormDialog.FormButtonAjaxBehavior(IJQueryAjaxAware source,
DialogButton button,
org.apache.wicket.markup.html.form.Form<?> form)
Constructor
|
DialogBehavior.ButtonAjaxBehavior(IJQueryAjaxAware source,
DialogButton button)
Constructor
|
DialogBehavior.ClickEvent(DialogButton button) |
Modifier and Type | Method and Description |
---|---|
protected DialogButton |
AbstractWizard.getCancelButton()
Gets the button that is in charge to cancel to wizard.
|
protected DialogButton |
AbstractWizard.getSubmitButton() |
Modifier and Type | Method and Description |
---|---|
protected List<DialogButton> |
AbstractWizard.getButtons() |
Modifier and Type | Method and 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. |
void |
AbstractWizard.onClick(org.apache.wicket.ajax.AjaxRequestTarget target,
DialogButton button)
Triggered when a wizard button is clicked.
|
Copyright © 2013 7thWeb. All Rights Reserved.