|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||
public static interface ApplicationLinkUIService.MessageBuilder
An HTML fragment builder returned by
ApplicationLinkUIService.authorisationRequest(ApplicationLink).
| Method Summary | |
|---|---|
ApplicationLinkUIService.MessageBuilder |
contentHtml(String contentHtml)
Adds custom content to the message. |
ApplicationLinkUIService.MessageBuilder |
format(ApplicationLinkUIService.MessageFormat format)
Specifies whether to use a brief format (the default) or a banner format. |
String |
getHtml()
Returns the message/banner as an HTML string. |
| Method Detail |
|---|
ApplicationLinkUIService.MessageBuilder format(ApplicationLinkUIService.MessageFormat format)
format - a ApplicationLinkUIService.MessageFormat; cannot be null
ApplicationLinkUIService.MessageBuilder contentHtml(String contentHtml)
contentHtml - an HTML string; cannot be null
String getHtml()
If using the ApplicationLinkUIService.MessageFormat.BANNER format (the default), this is a
<div> element; for the ApplicationLinkUIService.MessageFormat.INLINE format, it is a
<span>.
|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||