SurfacePanelAxis¶
Definition¶
Extends¶
Extended By¶
None
Description¶
Axis for Surface Panel
Method Summary¶
Owner | Name | Return Type | Description |
---|---|---|---|
SurfacePanelAxis | getAxisTitle() | String | Returns the title of the axis. |
DashboardResource | getCallback(callbackName) | Callback | Returns a callback by name |
DashboardResource | getCallbacks() | Map | Returns a map of all callback definitions. |
DashboardResource | getChildren() | List | Returns a list of the child dashboard resources. |
Object | getClassName() | String | Returns the string name of this object's class type. |
DashboardResource | getDRI() | String | Returns the Dashboard Resource Indicator (DRI) as a string. DRI is the unique identifier of this resources within the entire dashboard. |
DashboardResource | getDashboardResourceType() | String | Returns the Dashboard Resource Type as a string |
DashboardResource | getFormula(formulaName) | Formula | Returns a Formula given the formula name. |
DashboardResource | getFormulaNames() | Set | Returns a set of the names of all formulas for this object. |
DashboardResource | getFormulas() | Map | Returns a map of all available formulas for this object. The key is the formula name. |
DashboardResource | getLRI() | String | Returns the Localized Resource Indicator (LRI) as a string. LRI is the unique identifier of this resource with the parent element. |
SurfacePanelAxis | getMaxValue() | Double | Returns the maximum value set for the axis. |
SurfacePanelAxis | getMinValue() | Double | Returns the minimum value set for the axis. |
DashboardResource | getOwner() | DashboardResource | Returns the DashboardResource that owns this object. |
SurfacePanelAxis | getSurface() | SurfacePanel | Returns the surface panel this axis belongs to. |
DashboardResource | invokeCallback(callbackName, args) | Object | Executes the specified callback definition and returns the result from the callback. |
SurfacePanelAxis | isReverse() | Boolean | Returns true if the axis is reversed, false otherwise. |
DashboardResource | isTransient() | Boolean | Returns true if this is transient, false otherwise. Transient objects are not saved to the layout. |
Object | toJson() | String | Returns a json representation of this object. |
Method Definitions¶
getAxisTitle()¶
String SurfacePanelAxis::getAxisTitle()
Description¶
Returns the title of the axis.
getMaxValue()¶
Double SurfacePanelAxis::getMaxValue()
Description¶
Returns the maximum value set for the axis.
getMinValue()¶
Double SurfacePanelAxis::getMinValue()
Description¶
Returns the minimum value set for the axis.
getSurface()¶
SurfacePanel SurfacePanelAxis::getSurface()
Description¶
Returns the surface panel this axis belongs to.
isReverse()¶
Boolean SurfacePanelAxis::isReverse()
Description¶
Returns true if the axis is reversed, false otherwise.