public final class ChartPointerOptions extends AbstractPluginOptions
ChartPointer.ID plugin.| Modifier and Type | Field and Description |
|---|---|
static com.google.gwt.dom.client.Style.Cursor |
DEFAULT_CURSOR_POINTER
Default cursor type when the cursor is over the dataset item,
Style.Cursor.POINTER. |
| Constructor and Description |
|---|
ChartPointerOptions()
Builds the object with new java script object setting the default value of plugin.
|
| Modifier and Type | Method and Description |
|---|---|
com.google.gwt.dom.client.Style.Cursor |
getCursorPointer()
Returns the cursor type when the cursor is over the dataset item.
|
java.util.List<PointerElement> |
getElements()
Returns the chart elements in scope to "cursorpointer" plugin.
|
void |
setCursorPointer(com.google.gwt.dom.client.Style.Cursor cursor)
Sets the cursor type when the cursor is over the dataset item.
|
void |
setElements(PointerElement... elements)
Sets the chart elements in scope to "cursorpointer" plugin.
|
getId, getPluginId, loadGlobalsPluginOptions, store, storecheckValue, getArrayValue, getNativeObject, getValue, getValue, getValue, getValue, getValue, getValue, getValue, getValue, getValue, getValue, getValueOrArray, getValueOrArray, getValueOrArray, getValueOrArray, getValueOrArray, getValueOrArray, getValueOrArray, has, has, keys, remove, remove, removeIfExists, setArrayValue, setArrayValue, setValue, setValue, setValue, setValue, setValue, setValue, setValue, setValue, setValue, setValue, setValue, setValue, setValueOrArray, setValueOrArray, setValueOrArray, setValueOrArray, setValueOrArray, setValueOrArray, setValueOrArray, setValueOrArray, toJSON, typepublic static final com.google.gwt.dom.client.Style.Cursor DEFAULT_CURSOR_POINTER
Style.Cursor.POINTER.public ChartPointerOptions()
public void setElements(PointerElement... elements)
elements - the chart elements in scope to "cursorpointer" pluginpublic java.util.List<PointerElement> getElements()
public final void setCursorPointer(com.google.gwt.dom.client.Style.Cursor cursor)
cursor - cursor typeStyle.Cursorpublic final com.google.gwt.dom.client.Style.Cursor getCursorPointer()
Style.Cursor