Example usage for org.apache.wicket.markup.html.form IFormSubmittingComponent interface-usage

List of usage examples for org.apache.wicket.markup.html.form IFormSubmittingComponent interface-usage

Introduction

In this page you can find the example usage for org.apache.wicket.markup.html.form IFormSubmittingComponent interface-usage.

Usage

From source file com.gmail.volodymyrdotsenko.jqxwicket.core.panel.FormSubmittingPanel.java

/**
 * Provides a <code>GenericPanel</code> that implements {@link IFormSubmittingComponent}, so it is able to perform a form submit trough HTTP
 *
 * @author Sebastien Briquet - sebfz1
 *
 * @param <T> the object model type

From source file com.googlecode.wicket.jquery.core.panel.FormSubmittingPanel.java

/**
 * Provides a <code>GenericPanel</code> that implements {@link IFormSubmittingComponent}, so it is able to perform a form submit trough HTTP
 *
 * @author Sebastien Briquet - sebfz1
 *
 * @param <T> the object model type

From source file com.googlecode.wicket.jquery.ui.panel.FormSubmittingPanel.java

/**
 * Provides a {@link ModelPanel} that implements {@link IFormSubmittingComponent}, so it is able to perform an form submit via HTTP 
 * 
 * @author Sebastien Briquet - sebastien@7thweb.net
 *
 * @param <T> the object model type

From source file com.servoy.j2db.server.headlessclient.dataui.ServoySubmitPagingNavigationIncrementLink.java

/**
 * The none ajax paging increment link (>) of a {@link WebCellBasedView}
 * 
 * @author jcompagner
 */
public class ServoySubmitPagingNavigationIncrementLink extends PagingNavigationIncrementLink

From source file com.servoy.j2db.server.headlessclient.dataui.ServoySubmitPagingNavigationLink.java

/**
 * The none ajax paging link (1,2,3) of a {@link WebCellBasedView}
 * 
 * @author jcompagner
 */
public class ServoySubmitPagingNavigationLink extends PagingNavigationLink implements IFormSubmittingComponent {

From source file net.dontdrinkandroot.wicket.bootstrap.component.button.AbstractSubmitButtonLink.java

public abstract class AbstractSubmitButtonLink<T> extends AbstractButtonLink<T>
        implements IFormSubmittingComponent {

    /**
     * Target form or null if the form is parent of the link.
     */

From source file org.artifactory.common.wicket.component.links.TitledSubmitLink.java

/**
 * @author Yoav Aharoni
 */
public abstract class TitledSubmitLink extends BaseTitledLink implements IFormSubmittingComponent {
    protected Form<?> form;

From source file org.efaps.ui.wicket.components.values.DropDownField.java

/**
 * Render a DropDown Field.
 *
 * @author The eFaps Team
 */
public class DropDownField extends DropDownChoice<DropDownOption>