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 |
ButtonAjaxBehavior.getButton()
Gets the
DialogButton |
DialogButton |
ButtonAjaxBehavior.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 ButtonAjaxBehavior |
AbstractDialog.newButtonAjaxBehavior(IJQueryAjaxAware source,
DialogButton button)
Gets a new
ButtonAjaxBehavior that will be called by the corresponding DialogButton .This method may be overridden to provide additional behaviors |
protected abstract ButtonAjaxBehavior |
DialogBehavior.newButtonAjaxBehavior(IJQueryAjaxAware source,
DialogButton button)
Gets a new
ButtonAjaxBehavior that will be called by the corresponding DialogButton .This method may be overridden to provide additional behaviors |
protected ButtonAjaxBehavior |
AbstractFormDialog.newButtonAjaxBehavior(IJQueryAjaxAware source,
DialogButton button)
Gets the
ButtonAjaxPostBehavior 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 |
---|
ButtonAjaxBehavior.ClickEvent(DialogButton button) |
ButtonAjaxBehavior(IJQueryAjaxAware source,
DialogButton button)
Constructor
|
ButtonAjaxPostBehavior(IJQueryAjaxAware source,
DialogButton button,
org.apache.wicket.markup.html.form.Form<?> form)
Constructor
|
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.