Remoto - VFS
|
panes can have _saveFields or _help More...
#include "remoto!stdlib:js/panes/pane.js"
Public Member Functions | |
pane (layout) | |
applyDiff (diff, user) | |
applyReleaseLock (data) | |
applyRequestError (command, id, reason) | |
applyRequestError (command, id, reason) | |
applyRequestLock (data) | |
applyRequestSuccess (command, id, data, metadata) | |
applySettings (settings) | |
applySubscription (data, metadata) | |
createHeader () | |
createHTML (createHeader) | |
destroy () | |
postCreate (c) | |
postCreateCallback () | |
postDelete (c) | |
postDeleteCallback () | |
postReleaseLock (c) | |
postReleaseLockCallback () | |
postRequestLock (c) | |
postRequestLockCallback () | |
postUpdate (u) | |
postUpdateCallback () | |
resize () | |
Resize the pane. More... | |
Getters & Setters | |
getter | paneType |
a getter DOCME More... | |
panes can have _saveFields or _help
_help can be a function or string
a pane should probably have a _type specified
usually a pane should have a mechanism to be called without arguments, which is used for subclassing
DOCME
pane | ( | layout | ) |
layout |
DOCME
applyDiff | ( | diff, | |
user | |||
) |
diff | |
user |
DOCME
applyReleaseLock | ( | data | ) |
data |
DOCME
applyRequestError | ( | command, | |
id, | |||
reason | |||
) |
command | |
id | |
reason |
DOCME
applyRequestError | ( | command, | |
id, | |||
reason | |||
) |
command | |
id | |
reason |
DOCME
applyRequestLock | ( | data | ) |
data |
DOCME
applyRequestSuccess | ( | command, | |
id, | |||
data, | |||
metadata | |||
) |
command | |
id | |
data | |
metadata |
DOCME
applySettings | ( | settings | ) |
settings |
DOCME
applySubscription | ( | data, | |
metadata | |||
) |
data | |
metadata |
DOCME
createHeader | ( | ) |
DOCME
createHTML | ( | createHeader | ) |
createHeader |
DOCME
destroy | ( | ) |
DOCME
getter paneType |
a getter DOCME
postCreate | ( | c | ) |
c |
DOCME
postCreateCallback | ( | ) |
DOCME
postDelete | ( | c | ) |
c |
DOCME
postDeleteCallback | ( | ) |
DOCME
postReleaseLock | ( | c | ) |
c |
DOCME
postReleaseLockCallback | ( | ) |
DOCME
postRequestLock | ( | c | ) |
c |
DOCME
postRequestLockCallback | ( | ) |
DOCME
postUpdate | ( | u | ) |
u |
DOCME
postUpdateCallback | ( | ) |
DOCME
resize | ( | ) |
Resize the pane.
This is called when the paneManager has received a resize event, either because a browser window was resized or something has changed the layout geometry, for instance a splitter. This function should be as efficient as possible, because as a user drags things around, many resize events can be generated.