public interface AttributeReadVisibleRecursive extends AttributeReadVisible
visible-recursive
property of an
object.Modifier and Type | Method and Description |
---|---|
boolean |
isVisibleRecursive()
This method determines if this object is actually visible for the end-user.
|
isVisible
boolean isVisibleRecursive()
AttributeReadVisible.isVisible()
it also takes its parent objects into account. So it only returns true
if the object is actually attached to the UI and physically in the current dialogue (it may still be
clipped from the screen or scrolled out of the visible panel).true
if visible to the end-user, false
otherwise.Copyright © 2001–2016 mmm-Team. All rights reserved.