Uses of Enum Class
org.xwiki.rendering.block.Block.Axes
Packages that use Block.Axes
Package
Description
Represents content elements (Paragraph, Header, List, Styles, etc) as Blocks and a full document content is
represented by a XDOM object.
-
Uses of Block.Axes in org.xwiki.rendering.block
Methods in org.xwiki.rendering.block that return Block.AxesModifier and TypeMethodDescriptionstatic Block.AxesReturns the enum constant of this class with the specified name.static Block.Axes[]Block.Axes.values()Returns an array containing the constants of this enum class, in the order they are declared.Methods in org.xwiki.rendering.block with parameters of type Block.AxesModifier and TypeMethodDescription<T> Optional<T>AbstractBlock.get(Function<Block, Optional<T>> searcher, Block.Axes axes) default <T> Optional<T>Block.get(Function<Block, Optional<T>> searcher, Block.Axes axes) Get the first value extracted from the blocks in the providedBlock.Axes.AbstractBlock.getBlocks(BlockMatcher matcher, Block.Axes axes) Block.getBlocks(BlockMatcher matcher, Block.Axes axes) Get all blocks following providedBlockMatcherandBlock.Axes.<T extends Block>
TAbstractBlock.getFirstBlock(BlockMatcher matcher, Block.Axes axes) <T extends Block>
TBlock.getFirstBlock(BlockMatcher matcher, Block.Axes axes) Get the first matched block in the providedBlock.Axes. -
Uses of Block.Axes in org.xwiki.rendering.block.match
Methods in org.xwiki.rendering.block.match with parameters of type Block.AxesModifier and TypeMethodDescriptionBlockNavigator.getBlocks(Block currentBlock, Block.Axes currentAxes) Get all blocks following providedBlockMatcherandBlock.Axes.<T extends Block>
TBlockNavigator.getFirstBlock(Block currentBlock, Block.Axes currentAxes) Get the first matched block in the providedBlock.Axes.