Uses of Class
com.xpn.xwiki.wysiwyg.client.plugin.link.LinkConfig.LinkType

Packages that use LinkConfig.LinkType
com.xpn.xwiki.wysiwyg.client.plugin.link   
 

Uses of LinkConfig.LinkType in com.xpn.xwiki.wysiwyg.client.plugin.link
 

Methods in com.xpn.xwiki.wysiwyg.client.plugin.link that return LinkConfig.LinkType
 LinkConfig.LinkType LinkConfig.getType()
           
static LinkConfig.LinkType LinkConfig.LinkType.valueOf(java.lang.String name)
          Returns the enum constant of this type with the specified name.
static LinkConfig.LinkType[] LinkConfig.LinkType.values()
          Returns an array containing the constants of this enum type, in the order they're declared.
 

Methods in com.xpn.xwiki.wysiwyg.client.plugin.link with parameters of type LinkConfig.LinkType
 void LinkPlugin.onLinkInsert(LinkConfig.LinkType linkType)
          Handles the creation of a link of the specified type: prepares and shows the link wizard.
 void LinkConfig.setType(LinkConfig.LinkType type)
           
 



Copyright © 2004-2010 XWiki. All Rights Reserved.