All Packages  Class Hierarchy  This Package  Previous  Next  Index

Class COM.taligent.widget.ProgressBarStyle

java.lang.Object
   |
   +----COM.taligent.widget.ProgressBarStyle

public class ProgressBarStyle
extends Object
implements Serializable
Style enumeration for the ProgressBar.


Variable Index

 o BLOCK
Block style.
 o SOLID
Solid style.
 o STRIPED
Continuous, striped style.
 o STYLES
Array of available styles.
 o TAGS
Tag names of the enum values.

Method Index

 o equals(Object)
Equality check.
 o getValue()
Returns the internal value of this instance.
 o isBlock()
Returns whether this instance is BLOCK.
 o isSolid()
Returns whether this instance is SOLID.
 o isStriped()
Returns whether this instance is STRIPED.
 o toString()
Returns string representation of this instance.

Variables

 o TAGS
 public static final String TAGS[]
Tag names of the enum values.

 o SOLID
 public static final ProgressBarStyle SOLID
Solid style.

 o BLOCK
 public static final ProgressBarStyle BLOCK
Block style.

 o STRIPED
 public static final ProgressBarStyle STRIPED
Continuous, striped style.

 o STYLES
 public static final ProgressBarStyle STYLES[]
Array of available styles.

Methods

 o isSolid
 public boolean isSolid()
Returns whether this instance is SOLID.

 o isBlock
 public boolean isBlock()
Returns whether this instance is BLOCK.

 o isStriped
 public boolean isStriped()
Returns whether this instance is STRIPED.

 o getValue
 protected int getValue()
Returns the internal value of this instance.

 o equals
 public boolean equals(Object style)
Equality check.

Overrides:
equals in class Object
 o toString
 public String toString()
Returns string representation of this instance.

Overrides:
toString in class Object

All Packages  Class Hierarchy  This Package  Previous  Next  Index