| java.lang.Object golfShop.presentation.xmlc.cart.ContentsTableFormatter
ContentsTableFormatter | public class ContentsTableFormatter (Code) | | Generate a HTML table to display the cart contents. It is based on the
prototype table in the Contents.html or Confirm.html page, which
implement ContentsTable.
|
Field Summary | |
final public static String | DEL_PREFIX Prefix for delete field; will have object id added. | final public static String | QTY_PREFIX Prefix for dynamic quantify field; will have object id added. |
Method Summary | |
public static void | fillInTable(ContentsTable tableHtmlObj, Cart tableCart, boolean isDynamic) File in the table object from a cart. |
DEL_PREFIX | final public static String DEL_PREFIX(Code) | | Prefix for delete field; will have object id added.
|
QTY_PREFIX | final public static String QTY_PREFIX(Code) | | Prefix for dynamic quantify field; will have object id added.
|
fillInTable | public static void fillInTable(ContentsTable tableHtmlObj, Cart tableCart, boolean isDynamic)(Code) | | File in the table object from a cart.
|
|
|