Remoto - VFS: spacerPane Class Reference
Remoto - VFS

Inserts an empty region into a paneManager layout. More...

#include "remoto!stdlib:js/panes/panes/spacer.js"

Inheritance diagram for spacerPane:
pane

Public Member Functions

 spacerPane (layout)
 
 applyDiff (diff, user)
 Apply a diff to this pane. More...
 
 applySettings (settings)
 
 attach ()
 This node has been attached to the DOM. More...
 
 createHTML ()
 Call the base class constructor: pane.prototype.createHTML(), but don't put anything in it. More...
 
 destroy ()
 Calls the base destructor: pane.prototype.destroy.call(this). More...
 
- Public Member Functions inherited from pane
 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...
 

Detailed Description

Inserts an empty region into a paneManager layout.

This is useful for layered layouts or when using overlapping layoutWrapper instances.

The spacer will be empty, and have no children.

Constructor & Destructor Documentation

◆ spacerPane()

spacerPane (   layout)
Parameters
layoutThe layout for this pane

Member Function Documentation

◆ applyDiff()

applyDiff (   diff,
  user 
)

Apply a diff to this pane.

Parameters
diffThe incoming diff
userThe user who issued the diff

This is only present to prevent the default warning message.

◆ applySettings()

applySettings (   settings)
Parameters
settings

DOCME

◆ attach()

attach ( )

This node has been attached to the DOM.

◆ createHTML()

createHTML ( )

Call the base class constructor: pane.prototype.createHTML(), but don't put anything in it.

Returns
this._html

◆ destroy()

destroy ( )

Calls the base destructor: pane.prototype.destroy.call(this).


The documentation for this class was generated from the following file: