Uses of Class
com.xwiki.macros.AbstractProMacro
-
Packages that use AbstractProMacro Package Description com.xwiki.macros.showhideif.internal.macro com.xwiki.macros.showhideif.macro -
-
Uses of AbstractProMacro in com.xwiki.macros.showhideif.internal.macro
Subclasses of AbstractProMacro in com.xwiki.macros.showhideif.internal.macro with annotations of type with type parameters of type that implement declared as with annotations of type with type parameters of type with annotations of type with annotations of type with type parameters of type that return that return types with arguments of type with parameters of type with type arguments of type that throw with annotations of type with annotations of type with parameters of type with type arguments of type that throw Modifier and Type Class Description classcom.xwiki.macros.showhideif.internal.macro.AbstractShowHideIfMacroBase class for macros hide-if and show-if. -
Uses of AbstractProMacro in com.xwiki.macros.showhideif.macro
Subclasses of AbstractProMacro in com.xwiki.macros.showhideif.macro Modifier and Type Class Description classHideIfMacroHide if macro: Hide the content if the constraint match.classShowIfMacroShow if macro: Show the content if the constraint match.
-