market.stdform
Class FSManagerCustomerStatsMain
java.lang.Object
|
+--sale.FormSheet
|
+--users.stdforms.UserTableFormSheet
|
+--market.stdform.FSManagerCustomerStatsMain
- All Implemented Interfaces:
- Serializable
- public class FSManagerCustomerStatsMain
- extends UserTableFormSheet
This FormSheet displays all customers of the market in a table, along with some statistics. From here,
a customer whose complete statistics wish to be viewed can be selected.
- 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 |
FSManagerCustomerStatsMain
public FSManagerCustomerStatsMain()
- Creates a
UserTableFormSheet
. The look of the table is
defined by the TEDManagerCustomerStatsMain
.