com.waveset.ui
Class Table.Row

java.lang.Object
  extended bycom.waveset.ui.Table.Row
Enclosing class:
Table

public static class Table.Row
extends java.lang.Object

This is an object to represent a row. It can hold attributes about a row in addition to the row data


Field Summary
 boolean _hasCheckBox
           
 java.lang.String _key
           
 boolean _needsLink
           
 java.lang.Object[] _rowData
           
 java.lang.String _typeName
           
 
Constructor Summary
Table.Row(java.lang.String key, java.lang.Object[] rowData)
           
Table.Row(java.lang.String key, java.lang.Object[] rowData, boolean hasCheckBox, boolean needsLink)
           
Table.Row(java.lang.String key, java.lang.Object[] rowData, boolean hasCheckBox, java.lang.String typeName)
          key is the param stuck into the id=xxx for the link url rowData is the items for the row hasCheckBox controls if the row has a checkbox in column one typeName controls the name of the checkbox.
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Field Detail

_key

public java.lang.String _key

_rowData

public java.lang.Object[] _rowData

_hasCheckBox

public boolean _hasCheckBox

_typeName

public java.lang.String _typeName

_needsLink

public boolean _needsLink
Constructor Detail

Table.Row

public Table.Row(java.lang.String key,
                 java.lang.Object[] rowData)

Table.Row

public Table.Row(java.lang.String key,
                 java.lang.Object[] rowData,
                 boolean hasCheckBox,
                 boolean needsLink)

Table.Row

public Table.Row(java.lang.String key,
                 java.lang.Object[] rowData,
                 boolean hasCheckBox,
                 java.lang.String typeName)
key is the param stuck into the id=xxx for the link url rowData is the items for the row hasCheckBox controls if the row has a checkbox in column one typeName controls the name of the checkbox.