Skip navigation links
C G O 

C

CompatibilityBlock - Interface in org.xwiki.rendering.block
Add a backward compatibility layer to the Block class.

G

getChildrenByType(Class<T>, boolean) - Method in interface org.xwiki.rendering.block.CompatibilityBlock
Deprecated.
since 3.0M3 use Block#getBlocks(new ClassBlockMatcher(blockClass), Axes.DESCENDANT) instead if recurse was true and Block#getBlocks(new ClassBlockMatcher(blockClass), Axes.CHILD) otherwise
getParentBlockByType(Class<T>) - Method in interface org.xwiki.rendering.block.CompatibilityBlock
Deprecated.
since 3.0M3 use Block.getBlocks(BlockMatcher, Axes) instead
getPreviousBlockByType(Class<T>, boolean) - Method in interface org.xwiki.rendering.block.CompatibilityBlock
Deprecated.
since 3.0M3 use Block.getBlocks(BlockMatcher, Axes) instead

O

org.xwiki.rendering.block - package org.xwiki.rendering.block
 
C G O 
Skip navigation links

Copyright © 2004–2016 XWiki. All rights reserved.