Uses of Class
com.atlassian.renderer.v2.macro.WysiwygBodyType

Packages that use WysiwygBodyType
com.atlassian.renderer.v2.macro   
 

Uses of WysiwygBodyType in com.atlassian.renderer.v2.macro
 

Methods in com.atlassian.renderer.v2.macro that return WysiwygBodyType
 WysiwygBodyType BaseMacro.getWysiwygBodyType()
          Defines how the Macro's body should be rendered for Wysiwyg editors.
 WysiwygBodyType Macro.getWysiwygBodyType()
          Defines how the Macro's body should be rendered for Wysiwyg editors.
 WysiwygBodyType ResourceAwareMacroDecorator.getWysiwygBodyType()
           
static WysiwygBodyType WysiwygBodyType.valueOf(java.lang.String name)
          Returns the enum constant of this type with the specified name.
static WysiwygBodyType[] WysiwygBodyType.values()
          Returns an array containing the constants of this enum type, in the order they are declared.
 



Copyright © 2013 Atlassian. All Rights Reserved.