public class QuoteScreenPlugin extends java.lang.Object implements ProcessParametersPlugin
| Constructor and Description |
|---|
QuoteScreenPlugin(SDBScreen scrn)
create a plugin
|
| Modifier and Type | Method and Description |
|---|---|
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 QuoteScreenPlugin(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 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.