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(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
 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-2012 XWiki. All Rights Reserved.