|
GWT 2.7.0 | |||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Object com.google.gwt.user.cellview.client.Header<SafeHtml> com.google.gwt.user.cellview.client.SafeHtmlHeader
public class SafeHtmlHeader
A Header containing safe HTML data rendered by a SafeHtmlCell.
Constructor Summary | |
---|---|
SafeHtmlHeader(SafeHtml text)
Construct a Header with a given SafeHtml text value. |
Method Summary | |
---|---|
SafeHtml |
getValue()
Return the SafeHtml text value. |
Methods inherited from class com.google.gwt.user.cellview.client.Header |
---|
getCell, getHeaderStyleNames, getKey, onBrowserEvent, onPreviewColumnSortEvent, render, setHeaderStyleNames, setUpdater |
Methods inherited from class java.lang.Object |
---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
Constructor Detail |
---|
public SafeHtmlHeader(SafeHtml text)
SafeHtml
text value.
text
- the header text, as safe HTMLMethod Detail |
---|
public SafeHtml getValue()
SafeHtml
text value.
getValue
in class Header<SafeHtml>
|
GWT 2.7.0 | |||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |