com.sibvisions.rad.ui.web.impl.container
Class WebDesktopPanel

java.lang.Object
  extended by com.sibvisions.rad.ui.web.impl.WebResource
      extended by com.sibvisions.rad.ui.web.impl.WebComponent
          extended by com.sibvisions.rad.ui.web.impl.WebContainer
              extended by com.sibvisions.rad.ui.web.impl.container.WebDesktopPanel
All Implemented Interfaces:
IDesktopPanel, IAlignmentConstants, IComponent, IContainer, IResource

public class WebDesktopPanel
extends WebContainer
implements IDesktopPanel

Web server implementation of IDesktopPanel.


Field Summary
 
Fields inherited from class com.sibvisions.rad.ui.web.impl.WebContainer
components
 
Fields inherited from class com.sibvisions.rad.ui.web.impl.WebComponent
componentId
 
Fields inherited from interface javax.rad.ui.IAlignmentConstants
ALIGN_BOTTOM, ALIGN_CENTER, ALIGN_LEFT, ALIGN_RIGHT, ALIGN_STRETCH, ALIGN_TOP
 
Constructor Summary
WebDesktopPanel()
          Creates a new instance of WebDesktopPanel.
 
Method Summary
 boolean isNavigationKeysEnabled()
          Determines whether the navigation with the keyboard is enabled.
 boolean isTabMode()
          Gets the display mode of the desktop.
 void setNavigationKeysEnabled(boolean pNavigationKeysEnabled)
          En- or disables the frame navigation with the keyboard.
 void setTabMode(boolean pTabMode)
          Sets the display mode of the desktop to show tabs instead of frames.
 
Methods inherited from class com.sibvisions.rad.ui.web.impl.WebContainer
add, add, add, add, getComponent, getComponentCount, getLayout, indexOf, remove, remove, removeAll, setLayout
 
Methods inherited from class com.sibvisions.rad.ui.web.impl.WebComponent
capture, eventKeyPressed, eventKeyReleased, eventKeyTyped, eventMouseClicked, eventMouseEntered, eventMouseExited, eventMousePressed, eventMouseReleased, finalize, getAsString, getBackground, getBounds, getChangedProperties, getComponentId, getComponentName, getConstraints, getCursor, getFactory, getFont, getForeground, getHorizontalAlignment, getLocation, getMaximumSize, getMinimumSize, getName, getParent, getPreferredSize, getProperty, getSize, getToolTipText, getVerticalAlignment, isBackgroundSet, isChanged, isCursorSet, isEnabled, isFocusable, isFontSet, isForegroundSet, isMaximumSizeSet, isMinimumSizeSet, isPreferredSizeSet, isVisible, requestFocus, setBackground, setBounds, setComponentId, setConstraints, setCursor, setEnabled, setFactory, setFocusable, setFont, setForeground, setHorizontalAlignment, setLocation, setMaximumSize, setMinimumSize, setName, setParent, setPreferredSize, setProperty, setProperty, setSize, setToolTipText, setVerticalAlignment, setVisible
 
Methods inherited from class com.sibvisions.rad.ui.web.impl.WebResource
getNullableAsString, getResource, setAsString, toString
 
Methods inherited from class java.lang.Object
clone, equals, getClass, hashCode, notify, notifyAll, wait, wait, wait
 
Methods inherited from interface javax.rad.ui.IContainer
add, add, add, add, getComponent, getComponentCount, getLayout, indexOf, remove, remove, removeAll, setLayout
 
Methods inherited from interface javax.rad.ui.IComponent
capture, eventKeyPressed, eventKeyReleased, eventKeyTyped, eventMouseClicked, eventMouseEntered, eventMouseExited, eventMousePressed, eventMouseReleased, getBackground, getBounds, getCursor, getFactory, getFont, getForeground, getLocation, getMaximumSize, getMinimumSize, getName, getParent, getPreferredSize, getSize, getToolTipText, isBackgroundSet, isCursorSet, isEnabled, isFocusable, isFontSet, isForegroundSet, isMaximumSizeSet, isMinimumSizeSet, isPreferredSizeSet, isVisible, requestFocus, setBackground, setBounds, setCursor, setEnabled, setFocusable, setFont, setForeground, setLocation, setMaximumSize, setMinimumSize, setName, setParent, setPreferredSize, setSize, setToolTipText, setVisible
 
Methods inherited from interface javax.rad.ui.IResource
getResource
 

Constructor Detail

WebDesktopPanel

public WebDesktopPanel()
Creates a new instance of WebDesktopPanel.

See Also:
IDesktopPanel
Method Detail

isTabMode

public boolean isTabMode()
Gets the display mode of the desktop.

Specified by:
isTabMode in interface IDesktopPanel
Returns:
true if the desktop shows tabs instead of frames, or false if the desktop shows internal frames

setTabMode

public void setTabMode(boolean pTabMode)
Sets the display mode of the desktop to show tabs instead of frames.

Specified by:
setTabMode in interface IDesktopPanel
Parameters:
pTabMode - true to frames as tabs; false to frames

isNavigationKeysEnabled

public boolean isNavigationKeysEnabled()
Determines whether the navigation with the keyboard is enabled.

Specified by:
isNavigationKeysEnabled in interface IDesktopPanel
Returns:
true if the keyboard navigation is enabled, otherwise false

setNavigationKeysEnabled

public void setNavigationKeysEnabled(boolean pNavigationKeysEnabled)
En- or disables the frame navigation with the keyboard.

Specified by:
setNavigationKeysEnabled in interface IDesktopPanel
Parameters:
pNavigationKeysEnabled - true to enable the navigation with the keyboard, otherwise false


Copyright © 2009 SIB Visions GmbH. All Rights Reserved.