Großmarkt

market.stdform
Class FSManagerCustomerOverview

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

public class FSManagerCustomerOverview
extends UserTableFormSheet

This FormSheet displays all customers of the market in a table. Customers can be selected for a detailed view or for deletion.

See Also:
Serialized Form

Field Summary
 
Fields inherited from class sale.FormSheet
BTNID_CANCEL, BTNID_OK, m_fCancelled
 
Constructor Summary
FSManagerCustomerOverview()
          Creates a UserTableFormSheet.
 
Methods inherited from class users.stdforms.UserTableFormSheet
getColumnModel, getGate, getSelectedRecord, getSelectionModel, getTable, getTableSource, setGate, setTableModel
 
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
 

Constructor Detail

FSManagerCustomerOverview

public FSManagerCustomerOverview()
Creates a UserTableFormSheet. The look of the table is defined by the TEDManagerCustomerOverview.


Großmarkt