@API(type=EXTENDABLE,
src=PUBLIC)
public abstract class HighlightActionsProvider
extends java.lang.Object
Constructor and Description |
---|
HighlightActionsProvider() |
Modifier and Type | Method and Description |
---|---|
abstract java.util.List |
getActions(AuthorAccess authorAccess)
Get the available actions for a highlight.
|
abstract java.lang.Object |
getCollapsedWidgetIcon()
Get the icon for the collapsed widget.
|
abstract java.lang.Object |
getExpandedWidgetIcon()
Get the icon for the expanded widget.
|
HighlightActionsRenderingStyle |
getRenderingStyle()
Get the rendering style of the actions.
|
java.lang.String |
getWidgetTooltipMessage()
Get the tolltip message displayed when hovering over the widget.
|
public abstract java.util.List getActions(AuthorAccess authorAccess)
authorAccess
- The author access.public abstract java.lang.Object getCollapsedWidgetIcon()
public abstract java.lang.Object getExpandedWidgetIcon()
public HighlightActionsRenderingStyle getRenderingStyle()
public java.lang.String getWidgetTooltipMessage()
© Copyright SyncRO Soft SRL 2002 - 2016. All rights reserved.