Package org.wicketstuff.urlfragment

Examples of org.wicketstuff.urlfragment.BookmarkableAjaxButton


    final Model<String> formModel = Model.of("something");
    final Form<String> form = new StatelessForm<String>("form");
    form.setOutputMarkupId(true);
    form.add(new TextField<String>("formParam", formModel));
    form.add(new BookmarkableAjaxButton("submit")
    {

      @Override
      protected void onBookmarkableSubmit(AjaxRequestTarget target, Form<?> form)
      {
View Full Code Here

TOP

Related Classes of org.wicketstuff.urlfragment.BookmarkableAjaxButton

Copyright © 2018 www.massapicom. All rights reserved.
All source code are property of their respective owners. Java is a trademark of Sun Microsystems, Inc and owned by ORACLE Inc. Contact coftware#gmail.com.