public interface HasRestrictedValue<T>
Editor that restrict a set of predefined values to use.
Modifier and Type | Method and Description |
---|---|
void |
onValueRestricted(T value)
Specify the value that is restricted to use.
|
void |
onValueUnRestricted(T value)
Specify the value that was restricted for using but it can be used again.
|
@Editor.Ignore void onValueRestricted(T value)
value
- @Editor.Ignore void onValueUnRestricted(T value)
value
- Copyright © 2012–2019 JBoss by Red Hat. All rights reserved.