|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Objectorg.apache.myfaces.trinidad.model.BoundedRangeModel
public abstract class BoundedRangeModel
Model that represents a bounded range, 0 <- value <- maximum if value > -1 and maximum > -1. 'value' or 'maximum' being -1 indicates that they are unknown. This model is used by the 'progress' components.
Constructor Summary | |
---|---|
BoundedRangeModel()
|
Method Summary | |
---|---|
abstract long |
getMaximum()
Gets the maximum value for this model. |
abstract long |
getValue()
Gets the current value for this model. |
Methods inherited from class java.lang.Object |
---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
Constructor Detail |
---|
public BoundedRangeModel()
Method Detail |
---|
public abstract long getMaximum()
public abstract long getValue()
|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |