| net.xoetrope.swing.XDialog auction.controller.NewBid
NewBid | public class NewBid extends XDialog (Code) | | "Place a new bid" dialog controller.
|
Constructor Summary | |
public | NewBid() |
BUY_IT_NOW | public static int BUY_IT_NOW(Code) | | |
PLACE_BID | public static int PLACE_BID(Code) | | |
NewBid | public NewBid()(Code) | | Creates a new instance of NewBid
|
pageCreated | public void pageCreated()(Code) | | |
show | public void show(Object owner, int type)(Code) | | Displays the "buy it now" or "place a new bid" dialog
Parameters: type - the type of the dialog to be shown(either "place a new bid" or "buy it now") |
|
|