Uses of Class
org.apache.wicket.markup.html.tree.BaseTree.LinkType

Packages that use BaseTree.LinkType
org.apache.wicket.markup.html.tree Package for Tree components. 
 

Uses of BaseTree.LinkType in org.apache.wicket.markup.html.tree
 

Fields in org.apache.wicket.markup.html.tree declared as BaseTree.LinkType
static BaseTree.LinkType BaseTree.LinkType.AJAX
          partial updates with no fallback.
static BaseTree.LinkType BaseTree.LinkType.AJAX_FALLBACK
          partial updates that falls back to a regular link in case the client does not support javascript.
static BaseTree.LinkType BaseTree.LinkType.REGULAR
          non-ajax version that always re-renders the whole page.
 

Methods in org.apache.wicket.markup.html.tree that return BaseTree.LinkType
 BaseTree.LinkType BaseTree.getLinkType()
          Returns the current type of links on tree items.
 

Methods in org.apache.wicket.markup.html.tree with parameters of type BaseTree.LinkType
 void BaseTree.setLinkType(BaseTree.LinkType linkType)
          Sets the type of links on tree items.
 



Copyright © 2004-2011 Apache Software Foundation. All Rights Reserved.