setVisibility()
method setVisibility(VISIBILITY, bRepaint)
Sets the CSS visibility property the object
Parameters:
VISIBILITY
{String} – [jsx3.gui.Block.VISIBILITYVISIBLE, jsx3.gui.Block.VISIBILITYHIDDEN]
bRepaint
{boolean} – if
true
, the view of this object is immediately updated, obviating the need to call repaint()
.