public interface Stateful
AbstractDecorationPainter which handles basic states.| Modifier and Type | Method and Description |
|---|---|
java.util.List<java.lang.String> |
getStates()
Returns current decoratable states or
null if no additional states are available at the time. |
java.util.List<java.lang.String> getStates()
null if no additional states are available at the time.
These states will be requested each time component decoration update is requested.
Ensure that you do not perform any long-term operations within this method implementation.null if no additional states are available at the time