Samples
Forum
Support
Documentation
adjust
bind
define
destructor
disable
enable
getChildViews
getFormView
getNode
getParentView
getTopParentView
getValue
hide
isEnabled
isVisible
render
resize
setValue
show
unbind
Start
API Reference
ui.barcode
Methods
isVisible
checks whether the view is visible
boolean
isVisible
();
Returns
boolean
true
, if the calling object is visible
See also
api
hide
show
articles
Managing Visibility of Components
Example
$$
(
'my_list'
)
.
isVisible
(
)
;
Back to top