Package org.cast.cwm.data.behavior

Examples of org.cast.cwm.data.behavior.AjaxAutoSavingBehavior


   * @param id - wicket id of this form
   */
  protected void addCommentForm(String id) {
    final CommentForm commentForm = new CommentForm("commentForm");
    add(commentForm);
    commentForm.add(new AjaxAutoSavingBehavior(commentForm) {
      private static final long serialVersionUID = 1L;
     
      @SuppressWarnings("unchecked")
      @Override
      protected void onAutoSave(AjaxRequestTarget target) {
View Full Code Here

TOP

Related Classes of org.cast.cwm.data.behavior.AjaxAutoSavingBehavior

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.