qx.ui.splitpane
Class SplitPane

java.lang.Object
  extended by qx.core.Object
      extended by qx.core.Target
          extended by qx.ui.core.Widget
              extended by qx.ui.core.Parent
                  extended by qx.ui.layout.CanvasLayout
                      extended by qx.ui.splitpane.SplitPane
Direct Known Subclasses:
HorizontalSplitPane, VerticalSplitPane

public class SplitPane
extends CanvasLayout


Field Summary
 
Fields inherited from class qx.ui.core.Widget
AUTO
 
Constructor Summary
SplitPane()
          Creates a new instance of a SplitPane.
SplitPane(java.lang.String orientation)
          Creates a new instance of a SplitPane.
SplitPane(java.lang.String orientation, java.lang.String firstSize)
          Creates a new instance of a SplitPane.
SplitPane(java.lang.String orientation, java.lang.String firstSize, java.lang.String secondSize)
          Creates a new instance of a SplitPane.
 
Method Summary
 void _applyFirstSize(java.lang.Object value, java.lang.Object old)
           
 void _applyOrientation(java.lang.Object value, java.lang.Object old)
           
 void _applySecondSize(java.lang.Object value, java.lang.Object old)
           
 void _applyShowKnob(java.lang.Object value, java.lang.Object old)
           
 void _applySplitterSize(java.lang.Object value, java.lang.Object old)
           
 void _commonMouseDown()
           
 void _commonMouseUp()
           
 java.lang.Object _normalizeX(Event e)
           
 java.lang.Object _normalizeY(Event e)
           
 void _onSplitterMouseDownX(MouseEvent e)
          Initializes drag session in case of a mousedown event on splitter in a horizontal splitpane.
 void _onSplitterMouseDownY(MouseEvent e)
          Initializes drag session in case of a mousedown event on splitter in a vertical splitpane.
 void _onSplitterMouseMoveX(MouseEvent e)
          Move the splitter in case of a mousemove event on splitter in a horizontal splitpane.
 void _onSplitterMouseMoveY(MouseEvent e)
          Move the splitter in case of a mousemove event on splitter in a vertical splitpane.
 void _onSplitterMouseUpX(MouseEvent e)
          Ends the drag session and computes the new dimensions of panes in case of a mouseup event on splitter in a horizontal splitpane.
 void _onSplitterMouseUpY(MouseEvent e)
          Ends the drag session and computes the new dimensions of panes in case of a mouseup event on splitter in a vertical splitpane.
 void _syncCommon(java.lang.Object first, java.lang.Object second)
           
 void _syncFirstSize()
           
 void _syncSecondSize()
           
 void _syncSplitterSize()
           
 void _syncX(Event e)
           
 void _syncY(Event e)
           
 java.lang.Object addBottom()
          adds one or more widget(s) to the bottom pane
 java.lang.Object addLeft()
          adds one or more widget(s) to the left pane
 java.lang.Object addRight()
          adds one or more widget(s) to the right pane
 java.lang.Object addTop()
          adds one or more widget(s) to the top pane
 CanvasLayout getBottomArea()
          Returns the bottom area (CanvasLayout)
 CanvasLayout getFirstArea()
          Returns the first area (CanvasLayout)
 java.lang.Object getFirstSize()
          Returns the (computed) value of the property firstSize.
 Widget getKnob()
          Returns the knob.
 CanvasLayout getLeftArea()
          Returns the left area (CanvasLayout)
 boolean getLiveResize()
          Returns the (computed) value of the property liveResize.
 java.lang.Object getOrientation()
          Returns the (computed) value of the property orientation.
 CanvasLayout getRightArea()
          Returns the right area (CanvasLayout)
 CanvasLayout getSecondArea()
          Returns the second area (CanvasLayout)
 java.lang.Object getSecondSize()
          Returns the (computed) value of the property secondSize.
 boolean getShowKnob()
          Returns the (computed) value of the property showKnob.
 Widget getSplitter()
          Returns the splitter.
 java.lang.Integer getSplitterSize()
          Returns the (computed) value of the property splitterSize.
 CanvasLayout getTopArea()
          Returns the top area (CanvasLayout)
 void initFirstSize(java.lang.Object arg)
          Calls the apply method and dispatches the change event of the property firstSize with the default value defined by the class developer.
 void initLiveResize(boolean arg)
          Calls the apply method and dispatches the change event of the property liveResize with the default value defined by the class developer.
 void initOrientation(java.lang.Object arg)
          Calls the apply method and dispatches the change event of the property orientation with the default value defined by the class developer.
 void initSecondSize(java.lang.Object arg)
          Calls the apply method and dispatches the change event of the property secondSize with the default value defined by the class developer.
 void initShowKnob(boolean arg)
          Calls the apply method and dispatches the change event of the property showKnob with the default value defined by the class developer.
 void initSplitterSize(java.lang.Integer arg)
          Calls the apply method and dispatches the change event of the property splitterSize with the default value defined by the class developer.
 boolean isLiveResize()
          Check whether the (computed) value of the boolean property liveResize equals true.
 boolean isShowKnob()
          Check whether the (computed) value of the boolean property showKnob equals true.
 void resetFirstSize()
          Resets the user value of the property firstSize.
 void resetLiveResize()
          Resets the user value of the property liveResize.
 void resetOrientation()
          Resets the user value of the property orientation.
 void resetSecondSize()
          Resets the user value of the property secondSize.
 void resetShowKnob()
          Resets the user value of the property showKnob.
 void resetSplitterSize()
          Resets the user value of the property splitterSize.
 void setFirstSize(java.lang.Object arg)
          Sets the user value of the property firstSize.
 void setLiveResize(boolean arg)
          Sets the user value of the property liveResize.
 void setOrientation(java.lang.Object arg)
          Sets the user value of the property orientation.
 void setSecondSize(java.lang.Object arg)
          Sets the user value of the property secondSize.
 void setShowKnob(boolean arg)
          Sets the user value of the property showKnob.
 void setSplitterSize(java.lang.Integer arg)
          Sets the user value of the property splitterSize.
 boolean toggleLiveResize()
          Toggles the (computed) value of the boolean property liveResize.
 boolean toggleShowKnob()
          Toggles the (computed) value of the boolean property showKnob.
 
Methods inherited from class qx.ui.layout.CanvasLayout
_createLayoutImpl
 
Methods inherited from class qx.ui.core.Parent
_addChildrenToLayoutQueue, _addChildrenToStateQueue, _addChildToChildrenQueue, _afterAppear, _afterDisappear, _afterInsertDom, _afterRemoveDom, _applyActiveChild, _applyFocusedChild, _applyFocusHandler, _beforeAppear, _beforeDisappear, _beforeInsertDom, _beforeRemoveDom, _changeInnerHeight, _changeInnerWidth, _computePreferredInnerHeight, _computePreferredInnerWidth, _computeVisibleChildren, _flushChildrenQueue, _handleDisplayableCustom, _layoutChild, _layoutPost, _onfocuskeyevent, _recursiveAppearanceThemeUpdate, _removeChildFromChildrenQueue, activateFocusRoot, add, addAfter, addAt, addAtBegin, addAtEnd, addBefore, contains, forEachChild, forEachVisibleChild, getActiveChild, getChildren, getChildrenLength, getFirstActiveChild, getFirstChild, getFirstVisibleChild, getFocusedChild, getFocusHandler, getFocusRoot, getInnerHeightForChild, getInnerWidthForChild, getLastActiveChild, getLastChild, getLastVisibleChild, getLayoutImpl, getVisibleChildrenLength, hasChildren, hasVisibleChildren, indexOf, initActiveChild, initFocusedChild, initFocusHandler, isEmpty, isFocusRoot, isVisibleEmpty, recursiveAddToStateQueue, remapChildrenHandlingTo, remove, removeAll, removeAt, resetActiveChild, resetFocusedChild, resetFocusHandler, setActiveChild, setFocusedChild, setFocusHandler
 
Methods inherited from class qx.ui.core.Widget
_applyAppearance, _applyBackgroundColor, _applyBackgroundImage, _applyBackgroundRepeat, _applyBorder, _applyBottom, _applyCapture, _applyClip, _applyCommand, _applyCursor, _applyDisplay, _applyElement, _applyElementData, _applyEnabled, _applyFocused, _applyFont, _applyHeight, _applyHideFocus, _applyHtmlAttributes, _applyHtmlProperties, _applyLeft, _applyMarginBottom, _applyMarginLeft, _applyMarginRight, _applyMarginTop, _applyMaxHeight, _applyMaxWidth, _applyMinHeight, _applyMinWidth, _applyOpacity, _applyOverflow, _applyPaddingBottom, _applyPaddingLeft, _applyPaddingRight, _applyPaddingTop, _applyParent, _applyRight, _applySelectable, _applyStateStyleFocus, _applyStyleProperties, _applyTabIndex, _applyTextColor, _applyTop, _applyVisibility, _applyWidth, _applyZIndex, _checkParent, _compileClipString, _computeBoxHeight, _computeBoxHeightFallback, _computeBoxWidth, _computeBoxWidthFallback, _computeDisplayable, _computeFrameHeight, _computeFrameWidth, _computeHasAutoX, _computeHasAutoY, _computeHasFlexX, _computeHasFlexY, _computeHasPercentX, _computeHasPercentY, _computeInnerHeight, _computeInnerWidth, _computeOuterHeight, _computeOuterWidth, _computePreferredBoxHeight, _computePreferredBoxWidth, _computeValuePercentX, _computeValuePercentXLimit, _computeValuePercentY, _computeValuePercentYLimit, _computeValuePixel, _computeValuePixelLimit, _createElementImpl, _evalUnitsPixelPercent, _evalUnitsPixelPercentAuto, _evalUnitsPixelPercentAutoFlex, _flushJobQueue, _generateHtmlId, _getTargetNode, _handleDisplayable, _invalidateFrameDimensions, _invalidatePreferredInnerDimensions, _queueBorder, _recomputeFlexX, _recomputeFlexY, _recomputePercentX, _recomputePercentY, _recomputeRangeX, _recomputeRangeY, _recomputeStretchingX, _recomputeStretchingY, _renderAppearance, _renderOverflow, _resetAppearanceThemeWrapper, _styleBackgroundColor, _styleBackgroundImage, _styleFromMap, _unitDetectionPixelPercent, _unitDetectionPixelPercentAuto, _unitDetectionPixelPercentAutoFlex, _unstyleFromArray, _visualizeBlur, _visualizeFocus, _visualPropertyCheck, addState, addToDocument, addToJobQueue, addToLayoutChanges, addToQueue, addToQueueRuntime, addToStateQueue, auto, blur, connect, contains, disconnect, execute, focus, getAllowStretchX, getAllowStretchY, getAnonymous, getAppearance, getBackgroundColor, getBackgroundImage, getBackgroundRepeat, getBorder, getBottom, getBottomValue, getCapture, getClientHeight, getClientWidth, getClipHeight, getClipLeft, getClipTop, getClipWidth, getCommand, getContextMenu, getCursor, getDisplay, getDropDataTypes, getElement, getEnabled, getEnableElementFocus, getFocused, getFont, getHeight, getHeightValue, getHideFocus, getHorizontalAlign, getHtmlAttribute, getHtmlProperty, getLeft, getLeftValue, getMarginBottom, getMarginLeft, getMarginRight, getMarginTop, getMaxHeight, getMaxHeightValue, getMaxWidth, getMaxWidthValue, getMinHeight, getMinHeightValue, getMinWidth, getMinWidthValue, getNeededHeight, getNeededWidth, getNextActiveSibling, getNextSibling, getNextVisibleSibling, getOffsetHeight, getOffsetLeft, getOffsetTop, getOffsetWidth, getOpacity, getOverflow, getOverflowX, getOverflowY, getPaddingBottom, getPaddingLeft, getPaddingRight, getPaddingTop, getParent, getPreviousActiveSibling, getPreviousSibling, getPreviousVisibleSibling, getRight, getRightValue, getScrollHeight, getScrollLeft, getScrollTop, getScrollWidth, getSelectable, getStyleProperty, getSupportsDropMethod, getTabIndex, getTextColor, getToolTip, getTop, getTopLevelWidget, getTopValue, getVerticalAlign, getVisibility, getVisibleChildren, getWidth, getWidthValue, getZIndex, hasState, hide, indexOf, initAllowStretchX, initAllowStretchY, initAnonymous, initAppearance, initBackgroundColor, initBackgroundImage, initBackgroundRepeat, initBorder, initBottom, initCapture, initClipHeight, initClipLeft, initClipTop, initClipWidth, initCommand, initContextMenu, initCursor, initDisplay, initDropDataTypes, initElement, initEnabled, initEnableElementFocus, initFocused, initFont, initHeight, initHideFocus, initHorizontalAlign, initLeft, initMarginBottom, initMarginLeft, initMarginRight, initMarginTop, initMaxHeight, initMaxWidth, initMinHeight, initMinWidth, initOpacity, initOverflow, initPaddingBottom, initPaddingLeft, initPaddingRight, initPaddingTop, initParent, initRight, initSelectable, initSupportsDropMethod, initTabIndex, initTextColor, initToolTip, initTop, initVerticalAlign, initVisibility, initWidth, initZIndex, isAllowStretchX, isAllowStretchY, isAnonymous, isAppearRelevant, isCapture, isCreated, isDisplay, isDisplayable, isEnabled, isEnableElementFocus, isFirstChild, isFirstVisibleChild, isFocusable, isFocused, isHideFocus, isLastChild, isLastVisibleChild, isMaterialized, isSeeable, isSelectable, isVisibility, moveSelfAfter, moveSelfBefore, moveSelfToBegin, moveSelfToEnd, pack, removeHtmlAttribute, removeHtmlProperty, removeState, removeStyleProperty, renderPadding, resetAlign, resetAllowStretchX, resetAllowStretchY, resetAnonymous, resetAppearance, resetBackgroundColor, resetBackgroundImage, resetBackgroundRepeat, resetBorder, resetBottom, resetCapture, resetClip, resetClipDimension, resetClipHeight, resetClipLeft, resetClipLocation, resetClipTop, resetClipWidth, resetCommand, resetContextMenu, resetCursor, resetDimension, resetDisplay, resetDropDataTypes, resetEdge, resetElement, resetEnabled, resetEnableElementFocus, resetFocused, resetFont, resetHeight, resetHeights, resetHideFocus, resetHorizontalAlign, resetLeft, resetLocation, resetMargin, resetMarginBottom, resetMarginLeft, resetMarginRight, resetMarginTop, resetMaxHeight, resetMaxWidth, resetMinHeight, resetMinWidth, resetOpacity, resetOverflow, resetPadding, resetPaddingBottom, resetPaddingLeft, resetPaddingRight, resetPaddingTop, resetParent, resetRight, resetSelectable, resetSpace, resetSupportsDropMethod, resetTabIndex, resetTextColor, resetToolTip, resetTop, resetVerticalAlign, resetVisibility, resetWidth, resetWidths, resetZIndex, scrollIntoView, scrollIntoViewX, scrollIntoViewY, setAlign, setAllowStretchX, setAllowStretchY, setAnonymous, setAppearance, setBackgroundColor, setBackgroundImage, setBackgroundRepeat, setBorder, setBottom, setCapture, setClip, setClipDimension, setClipHeight, setClipLeft, setClipLocation, setClipTop, setClipWidth, setCommand, setContextMenu, setCursor, setDimension, setDisplay, setDropDataTypes, setEdge, setElement, setEnabled, setEnableElementFocus, setFocused, setFont, setHeight, setHeights, setHideFocus, setHorizontalAlign, setHtmlAttribute, setHtmlProperty, setLeft, setLocation, setMargin, setMarginBottom, setMarginLeft, setMarginRight, setMarginTop, setMaxHeight, setMaxWidth, setMinHeight, setMinWidth, setOpacity, setOverflow, setPadding, setPaddingBottom, setPaddingLeft, setPaddingRight, setPaddingTop, setParent, setRight, setScrollLeft, setScrollTop, setSelectable, setSpace, setStyleProperty, setSupportsDropMethod, setTabIndex, setTextColor, setToolTip, setTop, setVerticalAlign, setVisibility, setWidth, setWidths, setZIndex, show, supportsDrop, toggleAllowStretchX, toggleAllowStretchY, toggleAnonymous, toggleCapture, toggleDisplay, toggleEnabled, toggleEnableElementFocus, toggleFocused, toggleHideFocus, toggleSelectable, toggleVisibility
 
Methods inherited from class qx.core.Target
_dispatchEvent, addChangeSelectionListener, addChangeValueListener, addEventListener, addExecuteListener, addJavaEventListener, createDispatchChangeEvent, createDispatchDataEvent, createDispatchEvent, dispatchEvent, hasEventListeners, removeEventListener
 
Methods inherited from class qx.core.Object
_disposeFields, _disposeObjectDeep, _disposeObjects, base, dispose, get, getDisposed, isDisposed, reset, self, set, toHashCode, toString_
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

SplitPane

public SplitPane()

Creates a new instance of a SplitPane. It allows the user to dynamically resize the areas dropping the border between.

Please note that the usage of percents may be problematic because you must respect the divider, too. To create a typical 50,50 split please use flex units instead e.g. “1*”, “1*”

new qx.ui.splitpane.SplitPane(orientation) new qx.ui.splitpane.SplitPane(orientation, firstSize, secondSize)


SplitPane

public SplitPane(java.lang.String orientation)

Creates a new instance of a SplitPane. It allows the user to dynamically resize the areas dropping the border between.

Please note that the usage of percents may be problematic because you must respect the divider, too. To create a typical 50,50 split please use flex units instead e.g. “1*”, “1*”

new qx.ui.splitpane.SplitPane(orientation) new qx.ui.splitpane.SplitPane(orientation, firstSize, secondSize)


SplitPane

public SplitPane(java.lang.String orientation,
                 java.lang.String firstSize)

Creates a new instance of a SplitPane. It allows the user to dynamically resize the areas dropping the border between.

Please note that the usage of percents may be problematic because you must respect the divider, too. To create a typical 50,50 split please use flex units instead e.g. “1*”, “1*”

new qx.ui.splitpane.SplitPane(orientation) new qx.ui.splitpane.SplitPane(orientation, firstSize, secondSize)


SplitPane

public SplitPane(java.lang.String orientation,
                 java.lang.String firstSize,
                 java.lang.String secondSize)

Creates a new instance of a SplitPane. It allows the user to dynamically resize the areas dropping the border between.

Please note that the usage of percents may be problematic because you must respect the divider, too. To create a typical 50,50 split please use flex units instead e.g. “1*”, “1*”

new qx.ui.splitpane.SplitPane(orientation) new qx.ui.splitpane.SplitPane(orientation, firstSize, secondSize)

Method Detail

_applyFirstSize

public void _applyFirstSize(java.lang.Object value,
                            java.lang.Object old)

_applyOrientation

public void _applyOrientation(java.lang.Object value,
                              java.lang.Object old)

_applySecondSize

public void _applySecondSize(java.lang.Object value,
                             java.lang.Object old)

_applyShowKnob

public void _applyShowKnob(java.lang.Object value,
                           java.lang.Object old)

_applySplitterSize

public void _applySplitterSize(java.lang.Object value,
                               java.lang.Object old)

_commonMouseDown

public void _commonMouseDown()

_commonMouseUp

public void _commonMouseUp()

_normalizeX

public java.lang.Object _normalizeX(Event e)

_normalizeY

public java.lang.Object _normalizeY(Event e)

_onSplitterMouseDownX

public void _onSplitterMouseDownX(MouseEvent e)

Initializes drag session in case of a mousedown event on splitter in a horizontal splitpane.


_onSplitterMouseDownY

public void _onSplitterMouseDownY(MouseEvent e)

Initializes drag session in case of a mousedown event on splitter in a vertical splitpane.


_onSplitterMouseMoveX

public void _onSplitterMouseMoveX(MouseEvent e)

Move the splitter in case of a mousemove event on splitter in a horizontal splitpane.


_onSplitterMouseMoveY

public void _onSplitterMouseMoveY(MouseEvent e)

Move the splitter in case of a mousemove event on splitter in a vertical splitpane.


_onSplitterMouseUpX

public void _onSplitterMouseUpX(MouseEvent e)

Ends the drag session and computes the new dimensions of panes in case of a mouseup event on splitter in a horizontal splitpane.


_onSplitterMouseUpY

public void _onSplitterMouseUpY(MouseEvent e)

Ends the drag session and computes the new dimensions of panes in case of a mouseup event on splitter in a vertical splitpane.


_syncCommon

public void _syncCommon(java.lang.Object first,
                        java.lang.Object second)

_syncFirstSize

public void _syncFirstSize()

_syncSecondSize

public void _syncSecondSize()

_syncSplitterSize

public void _syncSplitterSize()

_syncX

public void _syncX(Event e)

_syncY

public void _syncY(Event e)

addBottom

public java.lang.Object addBottom()

adds one or more widget(s) to the bottom pane


addLeft

public java.lang.Object addLeft()

adds one or more widget(s) to the left pane


addRight

public java.lang.Object addRight()

adds one or more widget(s) to the right pane


addTop

public java.lang.Object addTop()

adds one or more widget(s) to the top pane


getBottomArea

public CanvasLayout getBottomArea()

Returns the bottom area (CanvasLayout)


getFirstArea

public CanvasLayout getFirstArea()

Returns the first area (CanvasLayout)


getFirstSize

public java.lang.Object getFirstSize()

Returns the (computed) value of the property firstSize.

For further details take a look at the property definition: firstSize.


getKnob

public Widget getKnob()

Returns the knob.


getLeftArea

public CanvasLayout getLeftArea()

Returns the left area (CanvasLayout)


getLiveResize

public boolean getLiveResize()

Returns the (computed) value of the property liveResize.

For further details take a look at the property definition: liveResize.


getOrientation

public java.lang.Object getOrientation()

Returns the (computed) value of the property orientation.

For further details take a look at the property definition: orientation.


getRightArea

public CanvasLayout getRightArea()

Returns the right area (CanvasLayout)


getSecondArea

public CanvasLayout getSecondArea()

Returns the second area (CanvasLayout)


getSecondSize

public java.lang.Object getSecondSize()

Returns the (computed) value of the property secondSize.

For further details take a look at the property definition: secondSize.


getShowKnob

public boolean getShowKnob()

Returns the (computed) value of the property showKnob.

For further details take a look at the property definition: showKnob.


getSplitter

public Widget getSplitter()

Returns the splitter.


getSplitterSize

public java.lang.Integer getSplitterSize()

Returns the (computed) value of the property splitterSize.

For further details take a look at the property definition: splitterSize.


getTopArea

public CanvasLayout getTopArea()

Returns the top area (CanvasLayout)


initFirstSize

public void initFirstSize(java.lang.Object arg)

Calls the apply method and dispatches the change event of the property firstSize with the default value defined by the class developer. This function can only be called from the constructor of a class.

For further details take a look at the property definition: firstSize.


initLiveResize

public void initLiveResize(boolean arg)

Calls the apply method and dispatches the change event of the property liveResize with the default value defined by the class developer. This function can only be called from the constructor of a class.

For further details take a look at the property definition: liveResize.


initOrientation

public void initOrientation(java.lang.Object arg)

Calls the apply method and dispatches the change event of the property orientation with the default value defined by the class developer. This function can only be called from the constructor of a class.

For further details take a look at the property definition: orientation.


initSecondSize

public void initSecondSize(java.lang.Object arg)

Calls the apply method and dispatches the change event of the property secondSize with the default value defined by the class developer. This function can only be called from the constructor of a class.

For further details take a look at the property definition: secondSize.


initShowKnob

public void initShowKnob(boolean arg)

Calls the apply method and dispatches the change event of the property showKnob with the default value defined by the class developer. This function can only be called from the constructor of a class.

For further details take a look at the property definition: showKnob.


initSplitterSize

public void initSplitterSize(java.lang.Integer arg)

Calls the apply method and dispatches the change event of the property splitterSize with the default value defined by the class developer. This function can only be called from the constructor of a class.

For further details take a look at the property definition: splitterSize.


isLiveResize

public boolean isLiveResize()

Check whether the (computed) value of the boolean property liveResize equals true.

For further details take a look at the property definition: liveResize.


isShowKnob

public boolean isShowKnob()

Check whether the (computed) value of the boolean property showKnob equals true.

For further details take a look at the property definition: showKnob.


resetFirstSize

public void resetFirstSize()

Resets the user value of the property firstSize.

The computed value falls back to the next available value e.g. appearance, init or inheritance value depeneding on the property configuration and value availability.

For further details take a look at the property definition: firstSize.


resetLiveResize

public void resetLiveResize()

Resets the user value of the property liveResize.

The computed value falls back to the next available value e.g. appearance, init or inheritance value depeneding on the property configuration and value availability.

For further details take a look at the property definition: liveResize.


resetOrientation

public void resetOrientation()

Resets the user value of the property orientation.

The computed value falls back to the next available value e.g. appearance, init or inheritance value depeneding on the property configuration and value availability.

For further details take a look at the property definition: orientation.


resetSecondSize

public void resetSecondSize()

Resets the user value of the property secondSize.

The computed value falls back to the next available value e.g. appearance, init or inheritance value depeneding on the property configuration and value availability.

For further details take a look at the property definition: secondSize.


resetShowKnob

public void resetShowKnob()

Resets the user value of the property showKnob.

The computed value falls back to the next available value e.g. appearance, init or inheritance value depeneding on the property configuration and value availability.

For further details take a look at the property definition: showKnob.


resetSplitterSize

public void resetSplitterSize()

Resets the user value of the property splitterSize.

The computed value falls back to the next available value e.g. appearance, init or inheritance value depeneding on the property configuration and value availability.

For further details take a look at the property definition: splitterSize.


setFirstSize

public void setFirstSize(java.lang.Object arg)

Sets the user value of the property firstSize.

For further details take a look at the property definition: firstSize.


setLiveResize

public void setLiveResize(boolean arg)

Sets the user value of the property liveResize.

For further details take a look at the property definition: liveResize.


setOrientation

public void setOrientation(java.lang.Object arg)

Sets the user value of the property orientation.

For further details take a look at the property definition: orientation.


setSecondSize

public void setSecondSize(java.lang.Object arg)

Sets the user value of the property secondSize.

For further details take a look at the property definition: secondSize.


setShowKnob

public void setShowKnob(boolean arg)

Sets the user value of the property showKnob.

For further details take a look at the property definition: showKnob.


setSplitterSize

public void setSplitterSize(java.lang.Integer arg)

Sets the user value of the property splitterSize.

For further details take a look at the property definition: splitterSize.


toggleLiveResize

public boolean toggleLiveResize()

Toggles the (computed) value of the boolean property liveResize.

For further details take a look at the property definition: liveResize.


toggleShowKnob

public boolean toggleShowKnob()

Toggles the (computed) value of the boolean property showKnob.

For further details take a look at the property definition: showKnob.



Copyright © 2008 1&1. All Rights Reserved.