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
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 |
JTFC_REAL
public static final int JTFC_REAL
- See Also:
- Constant Field Values
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.
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