public interface UIComponent
| Modifier and Type | Method and Description |
|---|---|
Optional<UIComponent> |
getEnabler()
Returns the UIComponent whose enabled state this UIComponent is set to follow.
|
void |
setEnabler(UIComponent enabler)
Sets this UIComponent to follow the enabled state of enabler.
|
void setEnabler(UIComponent enabler)
enabler - the UIComponent whose enabled state this UIComponent followsOptional<UIComponent> getEnabler()
Copyright © 2019 Solibri, Inc.. All rights reserved.