|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||
java.lang.ObjectTwoColumnRowLayout
org.opennms.web.svclayer.etable.CustomizableTwoColumnRowLayout
public abstract class CustomizableTwoColumnRowLayout
A stupidly simple class that extends TwoColumnRowLayout but allows us to override the bit of code that creates the table. We need to do this so we can customize its CSS class.
TwoColumnRowLayout| Constructor Summary | |
|---|---|
CustomizableTwoColumnRowLayout(HtmlBuilder html,
TableModel model)
Constructor for CustomizableTwoColumnRowLayout. |
|
| Method Summary | |
|---|---|
void |
layout()
|
protected HtmlBuilder |
startTable(HtmlBuilder html)
startTable |
| Methods inherited from class java.lang.Object |
|---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
| Constructor Detail |
|---|
public CustomizableTwoColumnRowLayout(HtmlBuilder html,
TableModel model)
Constructor for CustomizableTwoColumnRowLayout.
html - a org.extremecomponents.util.HtmlBuilder object.model - a org.extremecomponents.table.core.TableModel object.| Method Detail |
|---|
public void layout()
protected HtmlBuilder startTable(HtmlBuilder html)
startTable
html - a org.extremecomponents.util.HtmlBuilder object.
org.extremecomponents.util.HtmlBuilder object.
|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||