com.vinay.ui.vinui.fw.controls
Class Table

java.lang.Object
  extended bycom.vinay.ui.vinui.fw.core.Control
      extended bycom.vinay.ui.vinui.fw.controls.Table

public class Table
extends Control

Author:
vinay

Field Summary
 
Fields inherited from class com.vinay.ui.vinui.fw.core.Control
bindings
 
Constructor Summary
Table()
          Constructor
 
Method Summary
 void addRow(java.util.List row)
           
 java.lang.String getCaption()
           
 java.util.List getHeaders()
           
 java.util.List getRows()
           
 void setCaption(java.lang.String caption)
           
 void setHeaders(java.util.List headers)
           
 void setRows(java.util.List rows)
           
 
Methods inherited from class com.vinay.ui.vinui.fw.core.Control
addUIEventListener, bindAttribute, dispatchEvent, getId, getPage, getPageContext, render
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

Table

public Table()
Constructor

Method Detail

setHeaders

public void setHeaders(java.util.List headers)

getCaption

public java.lang.String getCaption()
Returns:
Returns the caption.

setCaption

public void setCaption(java.lang.String caption)
Parameters:
caption - The caption to set.

getRows

public java.util.List getRows()
Returns:
Returns the rows.

setRows

public void setRows(java.util.List rows)
Parameters:
rows - The rows to set.

getHeaders

public java.util.List getHeaders()
Returns:
Returns the headers.

addRow

public void addRow(java.util.List row)