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.
-
BLOCK
- Block style.
-
SOLID
- Solid style.
-
STRIPED
- Continuous, striped style.
-
STYLES
- Array of available styles.
-
TAGS
- Tag names of the enum values.
-
equals(Object)
- Equality check.
-
getValue()
- Returns the internal value of this instance.
-
isBlock()
- Returns whether this instance is BLOCK.
-
isSolid()
- Returns whether this instance is SOLID.
-
isStriped()
- Returns whether this instance is STRIPED.
-
toString()
- Returns string representation of this instance.
TAGS
public static final String TAGS[]
- Tag names of the enum values.
SOLID
public static final ProgressBarStyle SOLID
- Solid style.
BLOCK
public static final ProgressBarStyle BLOCK
- Block style.
STRIPED
public static final ProgressBarStyle STRIPED
- Continuous, striped style.
STYLES
public static final ProgressBarStyle STYLES[]
- Array of available styles.
isSolid
public boolean isSolid()
- Returns whether this instance is SOLID.
isBlock
public boolean isBlock()
- Returns whether this instance is BLOCK.
isStriped
public boolean isStriped()
- Returns whether this instance is STRIPED.
getValue
protected int getValue()
- Returns the internal value of this instance.
equals
public boolean equals(Object style)
- Equality check.
- Overrides:
- equals in class Object
toString
public String toString()
- Returns string representation of this instance.
- Overrides:
- toString in class Object
All Packages Class Hierarchy This Package Previous Next Index