Class Index | File Index

Classes


Class actioncenter.splitLayoutPanel


Extends Ext.Panel.
The SplitLayoutPanel is a component that allows itself to be split horizontally or vertically.
Defined in: screen.js.

Class Summary
Constructor Attributes Constructor Name and Description
 
Default constructor.
Field Summary
Field Attributes Field Name and Description
<static>  
actioncenter.splitLayoutPanel.contributionId
The contribution id.
<static>  
actioncenter.splitLayoutPanel.hideBorders
Hide borders.
<static>  
actioncenter.splitLayoutPanel.itemId
Split type.
<static>  
actioncenter.splitLayoutPanel.layout
The layout.
<static>  
actioncenter.splitLayoutPanel.relChildHeight
Relative child height.
<static>  
actioncenter.splitLayoutPanel.relChildWidth
Relative child width.
<static>  
actioncenter.splitLayoutPanel.splitType
Split type.
<static>  
actioncenter.splitLayoutPanel.type
Type of node
Method Summary
Method Attributes Method Name and Description
<static>  
actioncenter.splitLayoutPanel.addControlItem(msg)
Adds a control to this pane.
<static>  
actioncenter.splitLayoutPanel.addSplitItem(msg)
Handler listening to the add new item request to the first child of the split panel from the back end.
<static>  
actioncenter.splitLayoutPanel.afterRender()
After-render processing.
<static>  
actioncenter.splitLayoutPanel.beforeDestroy()
Before-destroy processing.
<static>  
actioncenter.splitLayoutPanel.initComponent()
Initializes this component.
<static>  
actioncenter.splitLayoutPanel.launchEditor1(msg)
Handler of double-click on an empty pane that launches a tool editor.
<static>  
actioncenter.splitLayoutPanel.onDblClick(e)
Double-click handler.
<static>  
actioncenter.splitLayoutPanel.remove(item)
overrides panel remove
<static>  
actioncenter.splitLayoutPanel.removeItem(msg)
Handler listening to the remove item request from the first child of the split panel from the back end.
<static>  
actioncenter.splitLayoutPanel.setControlButtons(screenId)
Set the control buttons (including the button to divide the panel horizontally, the button to divide the panel vertically and the button to remove the division) for the child panels of this component
<static>  
actioncenter.splitLayoutPanel.setHorizontalSplitLayout()
Sets the horizontal split layout for this component.
<static>  
actioncenter.splitLayoutPanel.setVerticalSplitLayout()
Set the vertical split layout for this component.
<static>  
actioncenter.splitLayoutPanel.updateProperties(msg)
Handler listening to the resize request from the back end.
Class Detail
actioncenter.splitLayoutPanel()
Default constructor.
Field Detail
<static> actioncenter.splitLayoutPanel.contributionId
The contribution id.
Default Value:
''

<static> actioncenter.splitLayoutPanel.hideBorders
Hide borders.
Default Value:
true

<static> actioncenter.splitLayoutPanel.itemId
Split type.
Default Value:
'splitPanel'

<static> actioncenter.splitLayoutPanel.layout
The layout.
Default Value:
'screenborder'

<static> actioncenter.splitLayoutPanel.relChildHeight
Relative child height.
Default Value:
null

<static> actioncenter.splitLayoutPanel.relChildWidth
Relative child width.
Default Value:
null

<static> actioncenter.splitLayoutPanel.splitType
Split type.
Default Value:
''

<static> actioncenter.splitLayoutPanel.type
Type of node
Default Value:
'AC_ScreenItem'
Method Detail
<static> actioncenter.splitLayoutPanel.addControlItem(msg)
Adds a control to this pane.
Parameters:
msg
the message
Returns:
void

<static> actioncenter.splitLayoutPanel.addSplitItem(msg)
Handler listening to the add new item request to the first child of the split panel from the back end.
Parameters:
msg
the message sent from the back end
Returns:
void

<static> actioncenter.splitLayoutPanel.afterRender()
After-render processing.
Returns:
void

<static> actioncenter.splitLayoutPanel.beforeDestroy()
Before-destroy processing.
Returns:
void

<static> actioncenter.splitLayoutPanel.initComponent()
Initializes this component.
Returns:
void

<static> actioncenter.splitLayoutPanel.launchEditor1(msg)
Handler of double-click on an empty pane that launches a tool editor.
Parameters:
msg
the message
Returns:
void

<static> actioncenter.splitLayoutPanel.onDblClick(e)
Double-click handler.
Parameters:
e
the event
Returns:
void

<static> actioncenter.splitLayoutPanel.remove(item)
overrides panel remove
Parameters:
item

<static> actioncenter.splitLayoutPanel.removeItem(msg)
Handler listening to the remove item request from the first child of the split panel from the back end.
Parameters:
msg
the message sent from the back end
Returns:
void

<static> actioncenter.splitLayoutPanel.setControlButtons(screenId)
Set the control buttons (including the button to divide the panel horizontally, the button to divide the panel vertically and the button to remove the division) for the child panels of this component
Parameters:
screenId
Returns:
the array of control buttons

<static> actioncenter.splitLayoutPanel.setHorizontalSplitLayout()
Sets the horizontal split layout for this component.
Returns:
an array of two panels split horizontally

<static> actioncenter.splitLayoutPanel.setVerticalSplitLayout()
Set the vertical split layout for this component.
Returns:
an array of two panels split vertically

<static> actioncenter.splitLayoutPanel.updateProperties(msg)
Handler listening to the resize request from the back end.
Parameters:
msg
the message sent from the back end
Returns:
void

Documentation generated by JsDoc Toolkit 2.0.0 on Sun Sep 23 2012 02:46:08 GMT-0500 (CDT)