|
|||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Object org.extremecomponents.table.model.ViewHandler
Take care of the view.
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 |
public static final java.lang.String HTML
public static final java.lang.String VALUE
Constructor Detail |
public ViewHandler(TableModel model)
Method Detail |
public View getView()
public void setView() throws java.lang.Exception
java.lang.Exception
public void addRow()
public void addColumnValue(java.lang.String property, java.lang.Object value)
public int rowcount()
|
|||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |