de.rowa.posps.client.controls
Class GeneralControlPanel

java.lang.Object
  extended by org.wings.SComponent
      extended by org.wings.SContainer
          extended by org.wings.SPanel
              extended by de.rowa.posps.client.controls.GeneralControlPanel
All Implemented Interfaces:
PospsServerSelectorPanel.ServerSelectorListener, java.io.Serializable, java.lang.Cloneable, org.wings.Renderable

public class GeneralControlPanel
extends org.wings.SPanel
implements PospsServerSelectorPanel.ServerSelectorListener

Panel which contains the controls to select the posps server, show the server info and start sales/pickups.

Author:
Michael Koch
See Also:
Serialized Form

Field Summary
 
Fields inherited from class org.wings.SComponent
DONE_RENDERING, dynamicStyles, enabled, propertyChangeSupport, SELECTOR_ALL, START_RENDERING, visible, WHEN_FOCUSED_OR_ANCESTOR_OF_FOCUSED_COMPONENT, WHEN_IN_FOCUSED_FRAME
 
Constructor Summary
GeneralControlPanel(org.wings.STabbedPane createdControlsPane)
          Creates a new general control panel and add the child components.
 
Method Summary
 void serverSelected(PospsServerSelectorPanel source, PospsConnection pospsConnection)
          Called if the user has selected a posps server.
protected  void startShell()
           
 
Methods inherited from class org.wings.SPanel
setCG
 
Methods inherited from class org.wings.SContainer
add, add, add, add, addComponent, addComponent, addComponent, addComponent, addContainerListener, addNotify, clone, fireContainerEvent, getComponent, getComponentCount, getComponentList, getComponents, getConstraintAt, getConstraintList, getLayout, invite, inviteEachComponent, isShowingChildren, processContainerEvent, remove, remove, removeAll, removeContainerListener, removeNotify, setCG, setLayout, setParentFrame, updateCG
 
Methods inherited from class org.wings.SComponent
addComponentListener, addDynamicStyle, addEventListener, addParentFrameListener, addPropertyChangeListener, addPropertyChangeListener, addRenderListener, addScriptListener, addStyle, fireComponentChangeEvent, fireFinalEvents, fireKeyEvents, fireRenderEvent, getActionMap, getBackground, getBorder, getCG, getClientProperty, getComponentPopupMenu, getDynamicStyle, getDynamicStyles, getFocusTraversalIndex, getFont, getForeground, getHorizontalAlignment, getInputMap, getInputMap, getListenerCount, getListenerList, getListeners, getLowLevelEventId, getName, getParent, getParentFrame, getPreferredSize, getRequestURL, getResidesInForm, getScriptListenerList, getScriptListeners, getSession, getShowAsFormComponent, getStyle, getToolTipText, getVerticalAlignment, isDifferent, isEnabled, isFocusOwner, isRecursivelyVisible, isReloadForced, isUpdatePossible, isVisible, paramString, processComponentEvent, processKeyEvents, processLowLevelEvent, putClientProperty, reload, reloadIfChange, reloadIfChange, reloadIfChange, reloadIfChange, reloadIfChange, reloadIfChange, reloadIfChange, reloadIfChange, reloadIfChange, removeComponentListener, removeDynamicStyle, removeEventListener, removeParentFrameListener, removePropertyChangeListener, removePropertyChangeListener, removeRenderListener, removeScriptListener, removeStyle, requestFocus, scrollRectToVisible, setActionMap, setAttribute, setAttribute, setAttribute, setAttribute, setAttribute, setAttributes, setBackground, setBorder, setCG, setComponentPopupMenu, setDynamicStyles, setEnabled, setFocusTraversalIndex, setFont, setForeground, setHorizontalAlignment, setInputMap, setInputMap, setName, setNameRaw, setParent, setPreferredSize, setReloadForced, setShowAsFormComponent, setStyle, setToolTipText, setVerticalAlignment, setVisible, toString, update, write
 
Methods inherited from class java.lang.Object
equals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, wait
 

Constructor Detail

GeneralControlPanel

public GeneralControlPanel(org.wings.STabbedPane createdControlsPane)
Creates a new general control panel and add the child components.

Method Detail

startShell

protected void startShell()

serverSelected

public void serverSelected(PospsServerSelectorPanel source,
                           PospsConnection pospsConnection)
Description copied from interface: PospsServerSelectorPanel.ServerSelectorListener
Called if the user has selected a posps server.

Specified by:
serverSelected in interface PospsServerSelectorPanel.ServerSelectorListener
Parameters:
source - Selector panel which triggered the event.
pospsConnection - The newly created connection to the selected posps server.


Copyright © 2007-2016 Becton Dickinson. All Rights Reserved.