|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||
java.lang.Objectcom.vaadin.ui.Table.GeneratedRow
public static class Table.GeneratedRow
| Constructor Summary | |
|---|---|
Table.GeneratedRow(String... text)
Creates a new generated row. |
|
| Method Summary | |
|---|---|
protected String[] |
getText()
|
protected Object |
getValue()
|
protected boolean |
isHtmlContentAllowed()
|
protected boolean |
isSpanColumns()
|
void |
setHtmlContentAllowed(boolean htmlContentAllowed)
If set to true, all strings passed to setText(String...)
will be rendered as HTML. |
void |
setSpanColumns(boolean spanColumns)
If set to true, only one string will be rendered, spanning the entire row. |
void |
setText(String... text)
Pass one String if spanColumns is used, one String for each visible column otherwise |
| Methods inherited from class java.lang.Object |
|---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
| Constructor Detail |
|---|
public Table.GeneratedRow(String... text)
text - | Method Detail |
|---|
public void setText(String... text)
protected String[] getText()
protected Object getValue()
protected boolean isHtmlContentAllowed()
public void setHtmlContentAllowed(boolean htmlContentAllowed)
setText(String...)
will be rendered as HTML.
htmlContentAllowed - protected boolean isSpanColumns()
public void setSpanColumns(boolean spanColumns)
spanColumns -
|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||