public interface HasVisibility
Modifier and Type | Method and Description |
---|---|
boolean |
isVisible()
Determines whether or not this object is visible.
|
void |
setVisible(boolean visible)
Sets whether this object is visible.
|
boolean isVisible()
Document
. The default
implementation of this trait in UIObject
is based on the value of a
dom element's style object's display attribute.true
if the object is visiblevoid setVisible(boolean visible)
visible
- true
to show the object, false
to
hide it