public interface DefaultComponentHighlighterResources extends ComponentHighlighterResources
Default sub-interface of ComponentHighlighterResources which will be
used unless otherwise configured in the widgetset descriptor. This default
interface will link the included highlighter.css file with the
CssResource provided by this client bundle.
If you want to define your own CSS styles for the component highlighter, you
need to write an own sub-interface of ComponentHighlighterResources
that refers to your own css-file in the same way as is done by this
interface. This custom interface has then to be provided by your own
implementation of ResourceProvider.
for more information on configuratively swapping the
{@link CssResource} used by this extension| Modifier and Type | Field and Description |
|---|---|
static DefaultComponentHighlighterResources |
HIGHLIGHTER_RESOURCE |
| Modifier and Type | Method and Description |
|---|---|
ComponentHighlighterStyle |
style() |
static final DefaultComponentHighlighterResources HIGHLIGHTER_RESOURCE
@ClientBundle.Source(value="highlighter.css") ComponentHighlighterStyle style()
style in interface ComponentHighlighterResourcesCopyright © 2013–2017. All rights reserved.