Documentation

isEnabled

checks whether the view is enabled

boolean isEnabled();

Returns

booleantrue if the view is enabled, otherwise - false

See also

Example

$$('mylist').isEnabled();

Back to top