Großmarkt

market.stdform
Class FSManagerOpenPurchaseOrderDetail

java.lang.Object
  |
  +--market.stdform.FSManagerOpenPurchaseOrderDetail

public class FSManagerOpenPurchaseOrderDetail
extends Object

This FormSheet displays details of a market's order that has not yet arrived.


Constructor Summary
FSManagerOpenPurchaseOrderDetail()
           
 
Method Summary
static SingleTableFormSheet create(CIOpenPurchaseOrders opo)
          Creates a SingleTableFormSheet with some extra components.
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

FSManagerOpenPurchaseOrderDetail

public FSManagerOpenPurchaseOrderDetail()
Method Detail

create

public static SingleTableFormSheet create(CIOpenPurchaseOrders opo)
Creates a SingleTableFormSheet with some extra components. The look of the table is defined by the TEDManagerOpenPurchaseOrderDetail.

Returns:
the created SingleTableFormSheet.

Großmarkt