#include "remoto!stdlib:js/panes/panes/listing.js"
|
| listing (layout) |
|
| applyDiff (diff, user) |
|
| applyMetadata (id, metadata) |
|
| applySettings (settings) |
|
| clickMenuButton (variable, value, button) |
|
| createHTML () |
|
| createMenuButton (path, entry) |
|
| destroy () |
|
| openFile (path, metadata) |
|
| openLayout (layoutName, path, metadata) |
|
| pane (layout, object) |
|
| activate () |
| DOCME. More...
|
|
| applyDiff (data, user) |
|
| applyReleaseLock (data) |
|
| applyRequestError (command, id, reason) |
|
| applyRequestLock (data) |
|
| applyRequestSuccess (command, id, data, metadata) |
|
| applySettings (settings) |
|
| applySubscription (data, metadata) |
|
| area () |
|
| attach () |
| Provides an opportunity for a pane to pass an attach command to its object. More...
|
|
| attached () |
| Detects is this pane is attached to the DOM. More...
|
|
| createHTML () |
|
| deactivate () |
| If a deactivate method is present on this pane's _object, call it. More...
|
|
| destroy () |
| DOCME. More...
|
|
| detach () |
| Detach this._html and call this._object.detach() . More...
|
|
| find (p, type) |
|
| hasHelp () |
|
| mounted (mountState) |
| Notify this pane that the mounted state has changed. More...
|
|
| rename (name) |
|
| resize () |
| DOCME. More...
|
|
| saveLayout () |
| Build the layout for this pane. More...
|
|
| triggerCurrentPane () |
| DOCME. More...
|
|
getter | help |
| A getter that will return a pane object's help message, or a default message indicating that no help is available. More...
|
|
getter | paneType |
| A getter which will calculate the pane type based on the _object, or return the default "pane". More...
|
|
◆ listing()
◆ applyDiff()
◆ applyMetadata()
applyMetadata |
( |
|
id, |
|
|
|
metadata |
|
) |
| |
◆ applySettings()
applySettings |
( |
|
settings | ) |
|
◆ clickMenuButton()
clickMenuButton |
( |
|
variable, |
|
|
|
value, |
|
|
|
button |
|
) |
| |
◆ createHTML()
◆ createMenuButton()
createMenuButton |
( |
|
path, |
|
|
|
entry |
|
) |
| |
◆ destroy()
◆ openFile()
openFile |
( |
|
path, |
|
|
|
metadata |
|
) |
| |
◆ openLayout()
openLayout |
( |
|
layoutName, |
|
|
|
path, |
|
|
|
metadata |
|
) |
| |
The documentation for this class was generated from the following file: