isEnabled

checks whether the view is enabled

boolean isEnabled();

Returns

booleantrue if the view is enabled, otherwise - false

Example

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

Related samples

See also
Back to top