java.lang.Object | |
↳ | com.google.gwt.user.cellview.client.Header<H> |
![]() |
A table column header or footer.
Public Constructors | |||||||||||
---|---|---|---|---|---|---|---|---|---|---|---|
Construct a Header with a given
Cell . |
Public Methods | |||||||||||
---|---|---|---|---|---|---|---|---|---|---|---|
Return the
Cell responsible for rendering items in the header. | |||||||||||
Get the key for the header value.
| |||||||||||
Return the header value.
| |||||||||||
Handle a browser event that took place within the header.
| |||||||||||
Render the header.
| |||||||||||
Set the
ValueUpdater . |
[Expand]
Inherited Methods | |||||||||||
---|---|---|---|---|---|---|---|---|---|---|---|
![]() |
Return the Cell
responsible for rendering items in the header.
Get the key for the header value. By default, the key is the same as the value. Override this method to return a custom key.
Return the header value.
Handle a browser event that took place within the header.
context | the context of the header |
---|---|
elem | the parent Element |
event | the native browser event |
Render the header.
context | the context of the header |
---|---|
sb | a SafeHtmlBuilder to render into
|
Set the ValueUpdater
.
updater | the value updater to use |
---|