Uses of Class
org.xwiki.rendering.macro.code.CodeMacroLayout
-
Packages that use CodeMacroLayout Package Description org.xwiki.rendering.macro.code -
-
Uses of CodeMacroLayout in org.xwiki.rendering.macro.code
Methods in org.xwiki.rendering.macro.code that return CodeMacroLayout Modifier and Type Method Description CodeMacroLayout
CodeMacroParameters. getLayout()
static CodeMacroLayout
CodeMacroLayout. valueOf(String name)
Returns the enum constant of this type with the specified name.static CodeMacroLayout[]
CodeMacroLayout. values()
Returns an array containing the constants of this enum type, in the order they are declared.Methods in org.xwiki.rendering.macro.code with parameters of type CodeMacroLayout Modifier and Type Method Description void
CodeMacroParameters. setLayout(CodeMacroLayout layout)
-