|
|||||||||
| 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 WOThresholdColoredNumber

java.lang.ObjectWOComponent
com.webobjects.woextensions.WOThresholdColoredNumber
- public class WOThresholdColoredNumber
- extends WOComponent
| Field Summary | |
protected java.lang.String |
_highColor
|
protected java.lang.String |
_lowColor
|
protected java.lang.Number |
_threshold
|
| Constructor Summary | |
WOThresholdColoredNumber(WOContext aContext)
|
|
| Method Summary | |
protected void |
_invalidateCaches()
|
java.lang.String |
color()
|
java.lang.String |
highColor()
|
boolean |
isStateless()
|
java.lang.String |
lowColor()
|
protected java.lang.Number |
numberForBinding(java.lang.String theBinding)
|
void |
reset()
|
java.lang.Number |
threshold()
|
| Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
| Field Detail |
_threshold
protected java.lang.Number _threshold
_highColor
protected java.lang.String _highColor
_lowColor
protected java.lang.String _lowColor
| Constructor Detail |
WOThresholdColoredNumber
public WOThresholdColoredNumber(WOContext aContext)
| Method Detail |
isStateless
public boolean isStateless()
reset
public void reset()
numberForBinding
protected java.lang.Number numberForBinding(java.lang.String theBinding)
threshold
public java.lang.Number threshold()
highColor
public java.lang.String highColor()
lowColor
public java.lang.String lowColor()
color
public java.lang.String color()
_invalidateCaches
protected void _invalidateCaches()
|
|||||||||
| Home >> All >> com >> webobjects >> [ woextensions overview ] | PREV CLASS NEXT CLASS | ||||||||
SUMMARY: JAVADOC | SOURCE | DOWNLOAD | NESTED | FIELD | CONSTR | METHOD |
DETAIL: FIELD | CONSTR | METHOD | ||||||||
JAVADOC
WOComponent