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

Quick Search    Search Deep

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

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

public class WOCheckboxMatrix
extends WOComponent


Field Summary
protected  NSArray _selections
           
 java.lang.Object currentItem
           
 int index
           
 java.lang.String wrapperElementID
           
 
Constructor Summary
WOCheckboxMatrix(WOContext aContext)
           
 
Method Summary
protected  void _invalidateCaches()
           
 java.lang.String isCurrentItemChecked()
           
 boolean isStateless()
           
 void reset()
           
 NSArray selections()
           
 void setCurrentItem(java.lang.Object anItem)
           
 void setSelections(NSArray aFormValuesArray)
           
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Field Detail

currentItem

public java.lang.Object currentItem

index

public int index

wrapperElementID

public java.lang.String wrapperElementID

_selections

protected NSArray _selections
Constructor Detail

WOCheckboxMatrix

public WOCheckboxMatrix(WOContext aContext)
Method Detail

isStateless

public boolean isStateless()

setCurrentItem

public void setCurrentItem(java.lang.Object anItem)

selections

public NSArray selections()

setSelections

public void setSelections(NSArray aFormValuesArray)

isCurrentItemChecked

public java.lang.String isCurrentItemChecked()

_invalidateCaches

protected void _invalidateCaches()

reset

public void reset()