public class InvoiceScreenPlugin extends java.lang.Object implements ButtonBarPlugin, ProcessParametersPlugin
| Constructor and Description | 
|---|
InvoiceScreenPlugin(SDBScreen scrn)  | 
| 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 InvoiceScreenPlugin(SDBScreen scrn)
scrn - public 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 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 problempublic void addButtons(SDBScreenContext context, HTMLPage page, java.lang.String next, java.util.ArrayList list)
ButtonBarPluginaddButtons in interface ButtonBarPlugincontext - the contextstSoftware Copyright © 2001-2014 stSoftware All Rights Reserved.