Großmarkt

market.stdform
Class FSWorkerEdit

java.lang.Object
  |
  +--sale.FormSheet
        |
        +--market.stdform.FSWorkerEdit
All Implemented Interfaces:
Serializable

public class FSWorkerEdit
extends FormSheet

This FormSheet displays the count of an article in the database and has a checkable textfield were the real count can be filled in.

See Also:
Serialized Form

Field Summary
static int JTFC_REAL
           
 
Fields inherited from class sale.FormSheet
BTNID_CANCEL, BTNID_OK, m_fCancelled
 
Constructor Summary
FSWorkerEdit(CIArticle article, int db)
           
 
Method Summary
static FSCheckable create(CIArticle article, int database)
           
 
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, ok, removeAllButtons, removeButton, setCaption, setComponent, setWaitResponse, toString, waitResponse
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, wait
 

Field Detail

JTFC_REAL

public static final int JTFC_REAL
See Also:
Constant Field Values
Constructor Detail

FSWorkerEdit

public FSWorkerEdit(CIArticle article,
                    int db)
Parameters:
article - the CIArticle which`s count is incorrect.
db - the count of this article in the database.
Method Detail

create

public static FSCheckable create(CIArticle article,
                                 int database)
Parameters:
article - the CIArticle which`s count is incorrect.
database - the count of this article in the database.
Returns:
a new FSCheckable that takes a FSWorkerEdit as argument

Großmarkt