public class PurchaseParametersPlugin extends java.lang.Object implements ProcessParametersPlugin, ButtonBarPlugin
| Constructor and Description |
|---|
PurchaseParametersPlugin(SDBScreen scrn)
create a plugin
|
| Modifier and Type | Method and Description |
|---|---|
void |
addButtons(SDBScreenContext context,
HTMLPage page,
java.lang.String next,
java.util.ArrayList list)
Add some more buttons.
|
void |
addHiddenFields(SDBContext context,
HTMLForm form)
add hidden fields to the form
|
void |
postProcessParameters(WebClient client,
DBObject base)
post process
|
void |
preProcessParameters(WebClient client,
DBObject base)
pre process
|
void |
setProcessParametersAttribute(WebClient client,
FormData fd)
set the process parameter
|
void |
setProcessParametersOrder(WebClient client,
java.util.ArrayList orderedList)
the process order
|
public PurchaseParametersPlugin(SDBScreen scrn)
scrn - the screenpublic void preProcessParameters(WebClient client, DBObject base) throws java.lang.Exception
preProcessParameters in interface ProcessParametersPluginclient - the clientbase - the basejava.lang.Exception - a serious problempublic void postProcessParameters(WebClient client, DBObject base) throws java.lang.Exception
postProcessParameters in interface ProcessParametersPluginclient - the clientbase - the basejava.lang.Exception - a serious problempublic void addButtons(SDBScreenContext context, HTMLPage page, java.lang.String next, java.util.ArrayList list)
ButtonBarPluginaddButtons in interface ButtonBarPlugincontext - the contextpublic void setProcessParametersAttribute(WebClient client, FormData fd) throws java.lang.Exception
setProcessParametersAttribute in interface ProcessParametersPluginclient - the clientfd - the form datajava.lang.Exception - a serious problempublic void setProcessParametersOrder(WebClient client, java.util.ArrayList orderedList) throws java.lang.Exception
setProcessParametersOrder in interface ProcessParametersPluginclient - the clientorderedList - the listjava.lang.Exception - a serious problempublic void addHiddenFields(SDBContext context, HTMLForm form) throws java.lang.Exception
ProcessParametersPluginaddHiddenFields in interface ProcessParametersPlugincontext - the contextform - the formjava.lang.Exception - a serious problemstSoftware Copyright © 2001-2014 stSoftware All Rights Reserved.