com.pmease.quickbuild.web.component.datatablesupport.toolbar
Class SearchPatternChanged

java.lang.Object
  extended by com.pmease.quickbuild.web.component.datatablesupport.toolbar.SearchPatternChanged

public class SearchPatternChanged
extends java.lang.Object


Method Summary
 MatchType getMatchType()
           
 java.lang.String getPattern()
           
 org.apache.wicket.ajax.AjaxRequestTarget getTarget()
           
static SearchPatternChanged of(org.apache.wicket.ajax.AjaxRequestTarget target, java.lang.String pattern)
           
static SearchPatternChanged of(org.apache.wicket.ajax.AjaxRequestTarget target, java.lang.String pattern, MatchType matchType)
           
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Method Detail

of

public static SearchPatternChanged of(org.apache.wicket.ajax.AjaxRequestTarget target,
                                      java.lang.String pattern)

of

public static SearchPatternChanged of(org.apache.wicket.ajax.AjaxRequestTarget target,
                                      java.lang.String pattern,
                                      MatchType matchType)

getTarget

public org.apache.wicket.ajax.AjaxRequestTarget getTarget()

getPattern

public java.lang.String getPattern()

getMatchType

public MatchType getMatchType()


Copyright © 2005-2010 PMEase Inc. All Rights Reserved.