Docjar: A Java Source and Docuemnt Enginecom.*    java.*    javax.*    org.*    all    new    plug-in

Quick Search    Search Deep

com.webobjects.woextensions
Class WOTable  view WOTable download WOTable.java

java.lang.Object
  extended byWOComponent
      extended bycom.webobjects.woextensions.WOTable

public class WOTable
extends WOComponent


Field Summary
protected  int _colCount
           
protected  NSArray _list
           
protected  int _maxColumns
           
protected  int _rowCount
           
 int currentCol
           
 int currentRow
           
 
Constructor Summary
WOTable(WOContext aContext)
           
 
Method Summary
protected  void _resetInternalCaches()
           
 int colCount()
           
 boolean isStateless()
           
 NSArray list()
           
 int maxColumns()
           
 void pushItem()
           
 void reset()
           
 int rowCount()
           
 void setCurrentCol(java.lang.Number newValue)
           
 void setCurrentRow(java.lang.Number newValue)
           
 void takeValuesFromRequest(WORequest aRequest, WOContext aContext)
           
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Field Detail

_list

protected NSArray _list

_maxColumns

protected int _maxColumns

currentRow

public int currentRow

currentCol

public int currentCol

_rowCount

protected int _rowCount

_colCount

protected int _colCount
Constructor Detail

WOTable

public WOTable(WOContext aContext)
Method Detail

isStateless

public boolean isStateless()

list

public NSArray list()

maxColumns

public int maxColumns()

rowCount

public int rowCount()

colCount

public int colCount()

setCurrentRow

public void setCurrentRow(java.lang.Number newValue)

pushItem

public void pushItem()

setCurrentCol

public void setCurrentCol(java.lang.Number newValue)

_resetInternalCaches

protected void _resetInternalCaches()

takeValuesFromRequest

public void takeValuesFromRequest(WORequest aRequest,
                                  WOContext aContext)

reset

public void reset()