|
||||||||||
PREV NEXT | FRAMES NO FRAMES |
Packages that use DialogButton | |
---|---|
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 | |
---|---|
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()
|
Methods in com.googlecode.wicket.jquery.ui.widget.dialog that return types with arguments of type DialogButton | |
---|---|
protected abstract List<DialogButton> |
DialogBehavior.getButtons()
Gets the dialog's buttons. |
protected List<DialogButton> |
InputDialog.getButtons()
|
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 List<DialogButton> |
MessageFormDialog.getButtons()
|
protected List<DialogButton> |
MessageDialog.getButtons()
|
List<DialogButton> |
DialogButtons.toList()
|
Methods in com.googlecode.wicket.jquery.ui.widget.dialog with parameters of type DialogButton | |
---|---|
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 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. |
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 |
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)
|
Constructors in com.googlecode.wicket.jquery.ui.widget.dialog with parameters of type DialogButton | |
---|---|
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)
|
Uses of DialogButton in com.googlecode.wicket.jquery.ui.widget.wizard |
---|
Methods in com.googlecode.wicket.jquery.ui.widget.wizard that return DialogButton | |
---|---|
protected DialogButton |
AbstractWizard.getCancelButton()
Gets the button that is in charge to cancel to wizard. |
protected DialogButton |
AbstractWizard.getSubmitButton()
|
Methods in com.googlecode.wicket.jquery.ui.widget.wizard that return types with arguments of type DialogButton | |
---|---|
protected List<DialogButton> |
AbstractWizard.getButtons()
|
Methods in com.googlecode.wicket.jquery.ui.widget.wizard with parameters of type DialogButton | |
---|---|
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. |
|
||||||||||
PREV NEXT | FRAMES NO FRAMES |