Widgets
Samples
Demos
Forum
Services
Documentation
adjust
app
attachEvent
blockEvent
callEvent
define
destructor
detachEvent
disable
enable
getChildViews
getFormView
getNode
getParentView
getService
getState
getTopParentView
hasEvent
hide
isEnabled
isVisible
mapEvent
queryView
resize
show
unblockEvent
Start
API Reference
ui.usermanager
Methods
isVisible
checks whether the view is visible
boolean
isVisible
();
boolean
true
, if the calling object is visible
Example
$$
(
'my_list'
)
.
isVisible
(
)
;
See also
API
hide
show
Articles
Managing Visibility of Components
Back to top