Uses of Class
com.xpn.xwiki.wysiwyg.client.plugin.macro.ParameterType

Packages that use ParameterType
com.xpn.xwiki.wysiwyg.client.plugin.macro   
com.xpn.xwiki.wysiwyg.client.plugin.macro.input   
 

Uses of ParameterType in com.xpn.xwiki.wysiwyg.client.plugin.macro
 

Methods in com.xpn.xwiki.wysiwyg.client.plugin.macro that return ParameterType
 ParameterType ParameterDescriptor.getType()
           
 

Methods in com.xpn.xwiki.wysiwyg.client.plugin.macro with parameters of type ParameterType
 void ParameterDescriptor.setType(ParameterType type)
          Sets the type of this parameter.
 

Uses of ParameterType in com.xpn.xwiki.wysiwyg.client.plugin.macro.input
 

Methods in com.xpn.xwiki.wysiwyg.client.plugin.macro.input with parameters of type ParameterType
static com.google.gwt.user.client.ui.Widget InputFactory.createInput(ParameterType type)
          Creates a new input control that collects user data of the specified type.
 



Copyright © 2004-2010 XWiki. All Rights Reserved.