org.extremecomponents.tree.view
Class HtmlView

java.lang.Object
  extended byorg.extremecomponents.tree.view.HtmlView
All Implemented Interfaces:
View

public class HtmlView
extends java.lang.Object
implements View

org.extremecomponents.tree.view.HtmlView.java -

Author:
Paul Horn

Field Summary
static java.lang.String EXPORT_REGION
           
static java.lang.String EXPORT_TOOLBAR
           
static java.lang.String FILTER
           
static java.lang.String FORM_BUTTONS
           
static java.lang.String TABLE_TITLE
           
 
Constructor Summary
HtmlView()
           
 
Method Summary
 java.lang.Object afterBody(TableModel model)
           
 void beforeBody(TableModel model)
           
 void body(TableModel model, java.lang.String value, boolean startRow, boolean endRow)
           
 void export(TableModel model)
           
 void filter(TableModel model)
          The filter row of the table.
 void formButtons(TableModel model)
           
 void header(TableModel model)
          The header row of the table.
 void pagination(TableModel model)
          The pagination that will hover over the table.
 void paginationExport(TableModel model)
          The pagination and export will display together.
 void tableEnd(TableModel model)
          Closes the table.
 void tableStart(TableModel model)
          The opening table tag along with all the attributes of the table.
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Field Detail

EXPORT_REGION

public static final java.lang.String EXPORT_REGION
See Also:
Constant Field Values

EXPORT_TOOLBAR

public static final java.lang.String EXPORT_TOOLBAR
See Also:
Constant Field Values

FORM_BUTTONS

public static final java.lang.String FORM_BUTTONS
See Also:
Constant Field Values

FILTER

public static final java.lang.String FILTER
See Also:
Constant Field Values

TABLE_TITLE

public static final java.lang.String TABLE_TITLE
See Also:
Constant Field Values
Constructor Detail

HtmlView

public HtmlView()
Method Detail

beforeBody

public void beforeBody(TableModel model)
Specified by:
beforeBody in interface View

body

public void body(TableModel model,
                 java.lang.String value,
                 boolean startRow,
                 boolean endRow)
Specified by:
body in interface View

afterBody

public java.lang.Object afterBody(TableModel model)
Specified by:
afterBody in interface View

paginationExport

public void paginationExport(TableModel model)
The pagination and export will display together.


pagination

public void pagination(TableModel model)
The pagination that will hover over the table.


export

public void export(TableModel model)

tableStart

public void tableStart(TableModel model)
The opening table tag along with all the attributes of the table.


tableEnd

public void tableEnd(TableModel model)
Closes the table.


header

public void header(TableModel model)
The header row of the table. This is typically the first row of the table.


filter

public void filter(TableModel model)
The filter row of the table. Typically sits below the header (if enabled). Will contain input or select type fields to allow the user to filter the result set.


formButtons

public void formButtons(TableModel model)


Copyright © 2004 sourceforge. All Rights Reserved.