org.opennms.web.svclayer.etable
Class FixedRowCompact

java.lang.Object
  extended by AbstractHtmlView
      extended by org.opennms.web.svclayer.etable.FixedRowCompact

public class FixedRowCompact
extends AbstractHtmlView

FixedRowCompact class.

Since:
1.8.1
Version:
$Id: $
Author:
Johan Edstrom

Constructor Summary
FixedRowCompact()
           
 
Method Summary
protected  void afterBodyInternal(TableModel model)
          
protected  void beforeBodyInternal(TableModel model)
          
protected  void toolbar(HtmlBuilder html, TableModel model)
          toolbar
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

FixedRowCompact

public FixedRowCompact()
Method Detail

beforeBodyInternal

protected void beforeBodyInternal(TableModel model)


afterBodyInternal

protected void afterBodyInternal(TableModel model)


toolbar

protected void toolbar(HtmlBuilder html,
                       TableModel model)

toolbar

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


Copyright © 2011. All Rights Reserved.