|
|||||||||
| Home >> All >> com >> webobjects >> [ woextensions overview ] | PREV CLASS NEXT CLASS | ||||||||
SUMMARY: JAVADOC | SOURCE | DOWNLOAD | NESTED | FIELD | CONSTR | METHOD |
DETAIL: FIELD | CONSTR | METHOD | ||||||||
com.webobjects.woextensions
Class WOCheckboxMatrix

java.lang.ObjectWOComponent
com.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()
|
|||||||||
| Home >> All >> com >> webobjects >> [ woextensions overview ] | PREV CLASS NEXT CLASS | ||||||||
SUMMARY: JAVADOC | SOURCE | DOWNLOAD | NESTED | FIELD | CONSTR | METHOD |
DETAIL: FIELD | CONSTR | METHOD | ||||||||
JAVADOC
WOComponent