org.extremecomponents.table.model
Class ViewHandler

java.lang.Object
  extended byorg.extremecomponents.table.model.ViewHandler
Direct Known Subclasses:
ViewHandler

public class ViewHandler
extends java.lang.Object

Take care of the view.

Author:
Jeff Johnston

Field Summary
static java.lang.String HTML
           
static java.lang.String VALUE
           
 
Constructor Summary
ViewHandler(TableModel model)
           
 
Method Summary
 void addColumnValue(java.lang.String property, java.lang.Object value)
           
 void addRow()
           
 View getView()
           
 int rowcount()
          The current row count.
 void setView()
           
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Field Detail

HTML

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

VALUE

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

ViewHandler

public ViewHandler(TableModel model)
Method Detail

getView

public View getView()

setView

public void setView()
             throws java.lang.Exception
Throws:
java.lang.Exception

addRow

public void addRow()

addColumnValue

public void addColumnValue(java.lang.String property,
                           java.lang.Object value)

rowcount

public int rowcount()
The current row count.



Copyright © 2004 sourceforge. All Rights Reserved.