Package | Description |
---|---|
org.eclipse.nebula.widgets.opal.starrating |
Modifier and Type | Method | Description |
---|---|---|
StarRating.SIZE |
StarRating.getSizeOfStars() |
|
static StarRating.SIZE |
StarRating.SIZE.valueOf(java.lang.String name) |
Returns the enum constant of this type with the specified name.
|
static StarRating.SIZE[] |
StarRating.SIZE.values() |
Returns an array containing the constants of this enum type, in
the order they are declared.
|
Modifier and Type | Method | Description |
---|---|---|
void |
StarRating.setSizeOfStars(StarRating.SIZE sizeOfStars) |
Set the current size of stars
|