Uses of Class
com.xwiki.macros.tab.macro.TabGroupMacroParameters.Location
-
Packages that use TabGroupMacroParameters.Location Package Description com.xwiki.macros.tab.macro -
-
Uses of TabGroupMacroParameters.Location in com.xwiki.macros.tab.macro
Methods in com.xwiki.macros.tab.macro that return TabGroupMacroParameters.Location Modifier and Type Method Description TabGroupMacroParameters.LocationTabGroupMacroParameters. getTabLocation()static TabGroupMacroParameters.LocationTabGroupMacroParameters.Location. valueOf(String name)Returns the enum constant of this type with the specified name.static TabGroupMacroParameters.Location[]TabGroupMacroParameters.Location. values()Returns an array containing the constants of this enum type, in the order they are declared.Methods in com.xwiki.macros.tab.macro with parameters of type TabGroupMacroParameters.Location Modifier and Type Method Description voidTabGroupMacroParameters. setTabLocation(TabGroupMacroParameters.Location tabLocation)
-