public final class LinkType
extends org.apache.wicket.util.lang.EnumeratedType
| Modifier and Type | Field and Description |
|---|---|
static LinkType |
AJAX
partial updates with no fallback.
|
static LinkType |
AJAX_FALLBACK
partial updates that falls back to a regular link in case the client does not support
javascript.
|
static LinkType |
REGULAR
non-ajax version that always re-renders the whole page.
|
afterFirst, afterLast, beforeFirst, beforeLast, equals, hashCode, isEmpty, isNull, repeat, repeat, replaceAll, to, toBoolean, toBoolean, toBooleanObject, toChar, toChar, toCharacter, toDouble, toDouble, toDoubleObject, toDuration, toDuration, toEnum, toEnum, toEnum, toInt, toInt, toInteger, toLong, toLong, toLongObject, toOptional, toOptionalBoolean, toOptionalCharacter, toOptionalDouble, toOptionalDuration, toOptionalEnum, toOptionalInteger, toOptionalLong, toOptionalString, toOptionalTime, toString, toString, toTime, toTime, valueOf, valueOf, valueOf, valueOf, valueOf, valueOf, valueOf, valueOfpublic static final LinkType AJAX
public static final LinkType AJAX_FALLBACK
public static final LinkType REGULAR
public LinkType(String name)
name - the name of the type of the linkCopyright © 2016. All Rights Reserved.