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

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

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

Methods in org.xwiki.gwt.wysiwyg.client.plugin.link that return LinkConfig
 LinkConfig LinkConfigFactory.createLinkConfig()
           
 LinkConfig LinkConfigJSONParser.parse(java.lang.String json)
          
 LinkConfig LinkConfigDOMReader.read(com.google.gwt.dom.client.AnchorElement anchor)
          
 

Methods in org.xwiki.gwt.wysiwyg.client.plugin.link with parameters of type LinkConfig
protected  void LinkPlugin.dispatchLinkWizard(LinkConfig linkConfig)
          Instantiates and runs the correct wizard for the passed link.
 java.lang.String LinkConfigJSONSerializer.serialize(LinkConfig linkConfig)
          
 void LinkConfigDOMWriter.write(LinkConfig config, com.google.gwt.dom.client.AnchorElement anchor)
          
 

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

Methods in org.xwiki.gwt.wysiwyg.client.plugin.link.ui that return types with arguments of type LinkConfig
protected  EntityLink<LinkConfig> LinkConfigWizardStep.getData()
           
 



Copyright © 2004-2010 XWiki. All Rights Reserved.