org.opennms.web.svclayer.etable
Class CustomizableTwoColumnRowLayout

java.lang.Object
  extended by TwoColumnRowLayout
      extended by org.opennms.web.svclayer.etable.CustomizableTwoColumnRowLayout
Direct Known Subclasses:
CompactFixedRowToolbar

public abstract class CustomizableTwoColumnRowLayout
extends TwoColumnRowLayout

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.

Since:
1.8.1
Version:
$Id: $
Author:
DJ Gregor
See Also:
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

CustomizableTwoColumnRowLayout

public CustomizableTwoColumnRowLayout(HtmlBuilder html,
                                      TableModel model)

Constructor for CustomizableTwoColumnRowLayout.

Parameters:
html - a org.extremecomponents.util.HtmlBuilder object.
model - a org.extremecomponents.table.core.TableModel object.
Method Detail

layout

public void layout()


startTable

protected HtmlBuilder startTable(HtmlBuilder html)

startTable

Parameters:
html - a org.extremecomponents.util.HtmlBuilder object.
Returns:
a org.extremecomponents.util.HtmlBuilder object.


Copyright © 2011. All Rights Reserved.