Global

Members

PanelMenu#collapseAll TODO ...

Source:

PanelMenu#collapseGroup TODO ...

Source:

PanelMenu#expandAll TODO ...

Source:

PanelMenu#expandGroup TODO ...

Source:

PanelMenu#selectedItem TODO ...

Source:

PanelMenu#selectItem TODO ...

Source:

PanelMenuGroup#switch TODO ...

Source:

PanelMenuItem#hide TODO ...

Source:

PanelMenuItem#select TODO ...

Source:

PanelMenuItem#show TODO ...

Source:

Methods

__content()

Source:

__content()

Source:

__fireItemChange()

Fire Concealable Event
Source:

__getForm()

Returns the form where this editor component is placed
Source:

__header()

Source:

__header()

Source:

decreaseSubscriptionCounters(topic)

Decreases number of subscriptions to given topic
Parameters:
Name Type Description
topic
Source:

getPlotObject()

Returns chart object
Source:

getValue()

TODO: add jsdocs and qunit tests
Source:

highlight(seriesIndex, pointIndex)

Highlights the point in chart selected by seriesIndex or point index. Does not work for pie charts.
Parameters:
Name Type Description
seriesIndex int
pointIndex int
Source:

increaseSubscriptionCounters(topic)

Increases number of subscriptions to given topic
Parameters:
Name Type Description
topic
Source:

invokeEvent(eventType, element, event, data)

Invokes event on on the DOM element
Parameters:
Name Type Description
eventType event type, e.g. "click"
element DOM element object
event jQuery Event
data additional data used for event handler
Source:
Returns:
true if an event is successfully invoked

onCompleteHandler()

please, remove this method when client side ajax events will be added
Source:

onCompleteHandler()

please, remove this method when client side ajax events will be added
Source:

onCompleteHandler()

please, remove this method when client side ajax events will be added
Source:

setPushHandlerUrl(url)

Setups the URL that handles Atmosphere requests
Parameters:
Name Type Description
url
Source:

setPushResourceUrl(url)

Setups the URL that handles Push subscriptions
Parameters:
Name Type Description
url
Source:

setQueueOptions()

Source:

unghighlight(seriesIndex, pointIndex)

Removes highlighting of point. If method is called without parameters it unhighlights all points.
Parameters:
Name Type Description
seriesIndex int
pointIndex int
Source:

updateConnection()

Checks whether there are requests for adding or removing topics to the list of subscribed topics. If yes, it reconnects Atmosphere connection.
Source:

Events

error

Triggered when error is observed during Push initialization or communication
Source:

push

Triggered when Push receives data
Source:

subscribed

Fired when Push is subscribed to the specified address
Source: