Widgets
Samples
Demos
Forum
Services
Documentation
add
addView
adjust
attachEvent
bind
blockEvent
callEvent
clearAll
count
define
destructor
detachEvent
disable
enable
exists
filter
find
getChildViews
getFirstId
getFormView
getIdByIndex
getIndexById
getItem
getLastId
getNextId
getNode
getParentView
getPrevId
getTopParentView
getValue
hasEvent
hide
index
isEnabled
isVisible
load
loadNext
mapEvent
parse
queryView
reconstruct
refresh
remove
removeView
render
resize
resizeChildren
setValue
show
showBatch
sort
sync
unbind
unblockEvent
updateItem
waitSave
Start
API Reference
ui.datalayout
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