static IRating |
IRatingCtrl.from(org.zkoss.zul.Rating instance) |
|
static IRating |
IRating.of(int rating) |
Returns the instance with the given rating.
|
static IRating |
IRating.ofId(java.lang.String id) |
Returns the instance with the given id.
|
static IRating |
IRating.ofMax(int max) |
Returns the instance with the given max
|
IRating |
IRating.withCancelable(boolean cancelable) |
Returns a copy of this immutable component with the specified
cancelable.
|
IRating |
IRating.withIconSclass(java.lang.String iconSclass) |
Returns a copy of this immutable component with the specified
iconSclass.
|
IRating |
IRating.withMax(int max) |
Returns a copy of this immutable component with the specified
max.
|
IRating |
IRating.withOrient(java.lang.String orient) |
Returns a copy of this immutable component with the specified
orient.
|
default IRating |
IRating.withOrient(IRating.Orient orient) |
Returns a copy of this immutable component with the specified
orient.
|
IRating |
IRating.withRating(int rating) |
Returns a copy of this immutable component with the specified
rating.
|
IRating |
IRating.withReadonly(boolean readonly) |
Returns a copy of this immutable component with the specified
readonly.
|