public class Remote
extends de.agilecoders.wicket.jquery.AbstractConfig
| Modifier and Type | Class and Description |
|---|---|
static class |
Remote.RateLimit |
static class |
Remote.RateLimitBySerializer |
static class |
Remote.RemoteSerializer |
| Modifier and Type | Field and Description |
|---|---|
static String |
DEFAULT_WILDCARD |
| Constructor and Description |
|---|
Remote() |
Remote(CharSequence url) |
| Modifier and Type | Method and Description |
|---|---|
String |
getWildcard()
Retrieve the wildcard expression.
|
boolean |
isSimple()
Check if this Remote instance has only a url configured.
|
static Remote |
of(CharSequence url) |
Remote |
withAjax(de.agilecoders.wicket.jquery.AbstractConfig ajax) |
Remote |
withFilter(de.agilecoders.wicket.jquery.util.Json.RawValue filter) |
Remote |
withRateLimitBy(Remote.RateLimit limit) |
Remote |
withRateLimitWait(int wait) |
Remote |
withReplace(de.agilecoders.wicket.jquery.util.Json.RawValue replace) |
Remote |
withUrl(CharSequence url) |
Remote |
withWildcard(String wildcard) |
public static final String DEFAULT_WILDCARD
public Remote(CharSequence url)
public Remote()
public Remote withUrl(CharSequence url)
public Remote withAjax(de.agilecoders.wicket.jquery.AbstractConfig ajax)
public Remote withFilter(de.agilecoders.wicket.jquery.util.Json.RawValue filter)
public Remote withReplace(de.agilecoders.wicket.jquery.util.Json.RawValue replace)
public Remote withRateLimitBy(Remote.RateLimit limit)
public Remote withRateLimitWait(int wait)
public boolean isSimple()
Check if this Remote instance has only a url configured.
public String getWildcard()
Retrieve the wildcard expression.
public static Remote of(CharSequence url)
Copyright © 2011–2014 AgileCoders. All rights reserved.