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

Quick Search    Search Deep

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

java.lang.Object
  extended byWOComponent
      extended bycom.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()