StyledBlockFactory extension

Factory methods for common styled block styles.

on

Static Methods

errorBlock(String message) → StyledBlock

Available on StyledBlock, provided by the StyledBlockFactory extension

Creates an error styled block.
errorBordered(String message) → StyledBlock

Available on StyledBlock, provided by the StyledBlockFactory extension

Creates a bordered error block.
errorFullWidth(String message) → StyledBlock

Available on StyledBlock, provided by the StyledBlockFactory extension

Creates a full-width error block.
infoBlock(String message) → StyledBlock

Available on StyledBlock, provided by the StyledBlockFactory extension

Creates an info styled block.
infoBordered(String message) → StyledBlock

Available on StyledBlock, provided by the StyledBlockFactory extension

Creates a bordered info block.
infoFullWidth(String message) → StyledBlock

Available on StyledBlock, provided by the StyledBlockFactory extension

Creates a full-width info block.
noteBlock(String message) → StyledBlock

Available on StyledBlock, provided by the StyledBlockFactory extension

Creates a note styled block.
successBlock(String message) → StyledBlock

Available on StyledBlock, provided by the StyledBlockFactory extension

Creates a success styled block.
successBordered(String message) → StyledBlock

Available on StyledBlock, provided by the StyledBlockFactory extension

Creates a bordered success block.
successFullWidth(String message) → StyledBlock

Available on StyledBlock, provided by the StyledBlockFactory extension

Creates a full-width success block.
warningBlock(String message) → StyledBlock

Available on StyledBlock, provided by the StyledBlockFactory extension

Creates a warning styled block.
warningBordered(String message) → StyledBlock

Available on StyledBlock, provided by the StyledBlockFactory extension

Creates a bordered warning block.
warningFullWidth(String message) → StyledBlock

Available on StyledBlock, provided by the StyledBlockFactory extension

Creates a full-width warning block.