|
|||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Objectnet.rim.device.api.ui.component.progressindicator.AbstractProgressIndicatorModel
net.rim.device.api.ui.component.progressindicator.ActivityIndicatorModel
public class ActivityIndicatorModel
Implementation of AbstractProgressIndicatorModel
.
This model represents progress with no finite representation.
Since there is no finite representation, the progress cannot be
represented by values. Therefore, no Adjustment
object is accepted for this object. Both ActivityIndicatorModel.setAdjustment(net.rim.device.api.ui.Adjustment)
and
ActivityIndicatorModel.removeAdjustment(net.rim.device.api.ui.Adjustment)
are null operations.
Constructor Summary | ||
---|---|---|
ActivityIndicatorModel()
Constructs a new ActivityIndicatorModel . |
Method Summary | ||
---|---|---|
boolean |
isComplete()
Indicates whether or not the progress has reached completion. |
|
void |
removeAdjustment(Adjustment adjustment)
Because ActivityIndicatorModel is not represented by a value, it
does not accept Adjustment objects. |
|
void |
setAdjustment(Adjustment adjustment)
Because ActivityIndicatorModel is not represented by a value, it
does not accept Adjustment objects. |
Methods inherited from class net.rim.device.api.ui.component.progressindicator.AbstractProgressIndicatorModel |
---|
addListener, cancel, getAdjustment, getController, removeListener, reset, resume, setController, setNonProgrammaticValue |
Methods inherited from class java.lang.Object |
---|
equals, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
Constructor Detail |
---|
public ActivityIndicatorModel()
ActivityIndicatorModel
.
Method Detail |
---|
public boolean isComplete()
isComplete
in class AbstractProgressIndicatorModel
false
.public void removeAdjustment(Adjustment adjustment)
ActivityIndicatorModel
is not represented by a value, it
does not accept Adjustment
objects. Therefore, there is no
Adjustment
to remove. This is a null operation.
removeAdjustment
in class AbstractProgressIndicatorModel
adjustment
- The Adjustment
object to remove from this model.public void setAdjustment(Adjustment adjustment)
ActivityIndicatorModel
is not represented by a value, it
does not accept Adjustment
objects.
This method does not throw an exception, but is instead a null
operation.
setAdjustment
in class AbstractProgressIndicatorModel
adjustment
- The Adjustment
object to associate with this model.
|
|||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
Copyright 1999-2010 Research In Motion Limited. 295 Phillip Street, Waterloo, Ontario, Canada, N2L 3W8. All Rights Reserved.
Copyright 1993-2003 Sun Microsystems, Inc. 901 San Antonio Road, Palo Alto, California, 94303, U.S.A. All Rights Reserved.
Copyright 2002-2003 Nokia Corporation All Rights Reserved.
Java is a trademark of Sun Microsystems, Inc.