public interface HelpProvider
Modifier and Type | Method and Description |
---|---|
String |
getHtmlForId(String id)
Returns a HTML-formatted string for the specified ID.
|
Placement |
getPlacementForId(String id)
Returns the placement of the help text that is to be used for the
component with the provided ID.
|
String getHtmlForId(String id)
id
- the id of the text to provide.Placement getPlacementForId(String id)
id
- the id of the component for which to provide the placement.Copyright © 2020 Magnolia International Ltd.. All rights reserved.