|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||
java.lang.Objectorg.apache.wicket.util.string.StringValue
org.apache.wicket.util.lang.EnumeratedType
org.apache.wicket.extensions.markup.html.tree.DefaultAbstractTree.LinkType
public static final class DefaultAbstractTree.LinkType
The type of junction links and node selection links.
| Field Summary | |
|---|---|
static DefaultAbstractTree.LinkType |
AJAX
partial updates with no fallback. |
static DefaultAbstractTree.LinkType |
AJAX_FALLBACK
partial updates that falls back to a regular link in case the client does not support javascript. |
static DefaultAbstractTree.LinkType |
REGULAR
non-ajax version that always re-renders the whole page. |
| Constructor Summary | |
|---|---|
DefaultAbstractTree.LinkType(java.lang.String name)
Construct. |
|
| Method Summary |
|---|
| Methods inherited from class org.apache.wicket.util.lang.EnumeratedType |
|---|
getValues, readResolve |
| Methods inherited from class org.apache.wicket.util.string.StringValue |
|---|
afterFirst, afterLast, beforeFirst, beforeLast, isEmpty, isNull, repeat, repeat, replaceAll, to, toBoolean, toBoolean, toBooleanObject, toChar, toChar, toCharacter, toDouble, toDouble, toDoubleObject, toDuration, toDuration, toInt, toInt, toInteger, toLong, toLong, toLongObject, toOptionalBoolean, toOptionalCharacter, toOptionalDouble, toOptionalDuration, toOptionalInteger, toOptionalLong, toOptionalString, toOptionalTime, toString, toString, toTime, toTime, valueOf, valueOf, valueOf, valueOf, valueOf, valueOf, valueOf, valueOf |
| Methods inherited from class java.lang.Object |
|---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, wait |
| Field Detail |
|---|
public static final DefaultAbstractTree.LinkType AJAX
public static final DefaultAbstractTree.LinkType AJAX_FALLBACK
public static final DefaultAbstractTree.LinkType REGULAR
| Constructor Detail |
|---|
public DefaultAbstractTree.LinkType(java.lang.String name)
name -
|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||