@DefaultNonNull public final class HeaderContainer<T> extends Object
| Constructor and Description |
|---|
HeaderContainer(TableModelTableBase<T> table,
THead head,
String headerRowCSS) |
| Modifier and Type | Method and Description |
|---|---|
TH |
add(NodeBase columnContent)
Adds a column header to the table.
|
TH |
add(String txt) |
void |
addHeader(boolean after,
TableHeader header) |
TableModelTableBase<T> |
getTable() |
boolean |
hasContent()
Use to check whether there is some content rendered to it or not.
|
TR |
row()
Return the main header row.
|
public HeaderContainer(TableModelTableBase<T> table, THead head, @Nullable String headerRowCSS)
public TableModelTableBase<T> getTable()
public void addHeader(boolean after,
@Nonnull
TableHeader header)
public final TR row()
public TH add(@Nullable NodeBase columnContent)
columnContent - public boolean hasContent()
Copyright © 2017 etc.to. All rights reserved.