Großmarkt

market.stdform
Class FSLogOn

java.lang.Object
  |
  +--sale.FormSheet
        |
        +--users.stdforms.LogOnForm
              |
              +--market.stdform.FSLogOn
All Implemented Interfaces:
Serializable

public class FSLogOn
extends LogOnForm

The FormSheet used when logging on.

See Also:
Serialized Form

Field Summary
 
Fields inherited from class sale.FormSheet
BTNID_CANCEL, BTNID_OK, m_fCancelled
 
Constructor Summary
FSLogOn(UserFilter uf)
           
 
Methods inherited from class users.stdforms.LogOnForm
getCharFromString, getResult, ok
 
Methods inherited from class sale.FormSheet
addButton, addButton, addContentCreator, attach, attach, attach, buttonIterator, buttonIterator, cancel, close, detachDisplay, detachProcess, detachSalesPoint, fillBtnPanel, getButton, getButtonsLock, getCaption, getComponent, getComponentLock, getDisplay, getDisplayLock, getProcess, getSalesPoint, isCancelled, removeAllButtons, removeButton, setCaption, setComponent, setWaitResponse, toString, waitResponse
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, wait
 

Constructor Detail

FSLogOn

public FSLogOn(UserFilter uf)
Parameters:
uf - the user filter to be set.

Großmarkt