Uses of Class
com.atlassian.confluence.macro.browser.beans.MacroFormDetails

Packages that use MacroFormDetails
com.atlassian.confluence.macro.browser.beans   
com.atlassian.confluence.plugins.gadgets.metadata   
 

Uses of MacroFormDetails in com.atlassian.confluence.macro.browser.beans
 

Methods in com.atlassian.confluence.macro.browser.beans that return MacroFormDetails
 MacroFormDetails MacroMetadataBuilder.getFormDetails()
           
 MacroFormDetails MacroMetadata.getFormDetails()
           
static MacroFormDetails MacroFormDetails.makeFreeformDetails(String macroName, String documentationUrl, com.atlassian.plugin.elements.ResourceDescriptor notationHelpResource)
          Deprecated. since 4.0 freeform macros are no longer supported
static MacroFormDetails MacroFormDetails.makeParameterFormDetails(String macroName, String documentationUrl, boolean showDefaultParamInPlaceholder, List<MacroParameter> parameters)
           
static MacroFormDetails MacroFormDetails.makeParameterFormDetails(String macroName, String documentationUrl, List<MacroParameter> parameters)
          Deprecated. since 4.0 use makeParameterFormDetails(String, String, boolean, java.util.List) instead
 

Methods in com.atlassian.confluence.macro.browser.beans with parameters of type MacroFormDetails
static MacroMetadata MacroMetadata.makeFreeformSummary(String macroName, String pluginKey, String title, String description, MacroFormDetails formDetails)
          Deprecated. Freeform macros are no longer supported
 MacroMetadataBuilder MacroMetadataBuilder.setFormDetails(MacroFormDetails formDetails)
           
 

Constructors in com.atlassian.confluence.macro.browser.beans with parameters of type MacroFormDetails
MacroMetadata(String macroName, String pluginKey, String title, MacroIcon icon, String description, Set<String> aliases, Set<String> categories, boolean isBodyDeprecated, boolean hidden, MacroFormDetails formDetails, String alternateId, List<MacroPropertyPanelButton> buttons)
           
 

Uses of MacroFormDetails in com.atlassian.confluence.plugins.gadgets.metadata
 

Constructors in com.atlassian.confluence.plugins.gadgets.metadata with parameters of type MacroFormDetails
GadgetMacroMetadata(String macroName, String pluginKey, String title, MacroIcon icon, String description, Set<String> aliases, Set<String> categories, boolean isBodyDeprecated, boolean hidden, MacroFormDetails formDetails, String alternateId, boolean nonHiddenUserPrefs, boolean needsConfig, String alternativeDescription)
           
 



Copyright © 2003-2012 Atlassian. All Rights Reserved.