Uses of Class
org.xwiki.gwt.wysiwyg.client.plugin.link.LinkConfig.LinkType

Packages that use LinkConfig.LinkType
org.xwiki.gwt.wysiwyg.client.plugin.link   
 

Uses of LinkConfig.LinkType in org.xwiki.gwt.wysiwyg.client.plugin.link
 

Methods in org.xwiki.gwt.wysiwyg.client.plugin.link that return LinkConfig.LinkType
static LinkConfig.LinkType LinkConfig.LinkType.getByClassName(String className)
           
 LinkConfig.LinkType LinkConfig.getType()
           
static LinkConfig.LinkType LinkConfig.LinkType.valueOf(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 are declared.
 

Methods in org.xwiki.gwt.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-2012 XWiki. All Rights Reserved.