Großmarkt

market.stdform
Class MSLogOff

java.lang.Object
  |
  +--sale.MenuSheetObject
        |
        +--sale.MenuSheet
              |
              +--market.stdform.MSLogOff
All Implemented Interfaces:
Serializable

public class MSLogOff
extends MenuSheet

This MenuSheet class provides a simple log-off MenuSheet.

See Also:
Serialized Form

Field Summary
 
Fields inherited from class sale.MenuSheet
HELP_MENU_TAG, m_aiImages, m_cMnemonic, m_jmbBarPeer, m_jmPeer, m_lmsoItems, m_msMerged, m_msMergeParent, m_nMergedAt, m_sMergedBefore, m_sToolTip
 
Fields inherited from class sale.MenuSheetObject
m_msParent, m_pAttached, m_spAttached
 
Constructor Summary
MSLogOff()
          Overloads constructor with GateChangeTransition.CHANGE_TO_STOP_GATE as argument.
MSLogOff(Transition trans)
          Creates a MenuSheet with one MenuSheetItem, which`s action closes the SalesPoint related to the MenuSheet.
 
Methods inherited from class sale.MenuSheet
add, attach, attach, getDefaultIcon, getDisabledIcon, getDisabledSelectedIcon, getMenuBar, getMenuPeer, getMnemonic, getPeer, getPeerLock, getSelectedIcon, getTaggedItem, getToolTipText, iterator, mergePeers, remove, remove, setCaption, setDefaultIcon, setDisabledIcon, setDisabledSelectedIcon, setMnemonic, setSelectedIcon, setToolTipText, setVisible
 
Methods inherited from class sale.MenuSheetObject
detachSaleProcess, detachSalesPoint, equals, getCaption, getParent, getTag, getTaggedItem, isSeparator, isVisible
 
Methods inherited from class java.lang.Object
clone, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

MSLogOff

public MSLogOff(Transition trans)
Creates a MenuSheet with one MenuSheetItem, which`s action closes the SalesPoint related to the MenuSheet.

Parameters:
trans - Transition that gets set in the MenuSheetItem`s action to the current Gate of a SaleProcess, if someone runs on the SalesPoint related to this MenuSheet.

MSLogOff

public MSLogOff()
Overloads constructor with GateChangeTransition.CHANGE_TO_STOP_GATE as argument.


Großmarkt