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
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 |
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 |
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.