GridOperations class abstract

Annotations
  • @anonymous
  • @JS()

Constructors

GridOperations()

Properties

hashCode int
The hash code for this object.
no setterinherited
runtimeType Type
A representation of the runtime type of the object.
no setterinherited

Methods

add(dynamic grids) → void
Add x/y grid lines. This API adds new x/y grid lines instead of replacing like xgrids.
call(List grids) → void
Update the x/y grid lines.
noSuchMethod(Invocation invocation) → dynamic
Invoked when a nonexistent method or property is accessed.
inherited
remove([dynamic args]) → void
Remove x/y grid lines. This API removes x/y grid lines. have specified class will be removed. If args is not given, all of x/y grid lines will be removed.
toString() String
A string representation of this object.
inherited

Operators

operator ==(Object other) bool
The equality operator.
inherited