public class CallLogScreenPlugin extends ActivityScreenPlugin
SCREEN_ACTION_CLOSE, SCREEN_ACTION_DELETE, SCREEN_ACTION_EMAIL, SCREEN_ACTION_PRINT, SCREEN_ACTION_SAVE, SCREEN_ACTION_SAVE_AND_EXIT
Constructor and Description |
---|
CallLogScreenPlugin(SDBScreen scrn)
For initial the plugin.
|
Modifier and Type | Method and Description |
---|---|
void |
addHiddenFields(SDBContext context,
HTMLForm form)
add hidden fields to the form
|
java.lang.String |
determineScreenAction(SDBScreenContext context,
java.lang.String nextAction)
The action that is to be performed by the screen
If no processing is required then the nextAction paramater should be
returned without change
|
HTMLComponent |
makeHTMLComponent(SDBContext context,
SDBComponent screenComponent,
HTMLComponent htmlComponent)
Extend the generation of an HTMLcompnent
|
void |
postProcessParameters(WebClient client,
DBObject base)
The data entry screen will call this method AFTER building the universe.
|
addButtons, getConfirmDeleteMsg, getNextWindowTarget, getNextWindowUrl, getRecordNotFndMsg, getValidationErrorItem, preProcessParameters, setProcessParametersAttribute, setProcessParametersOrder, showComponent
public CallLogScreenPlugin(SDBScreen scrn)
scrn
- The calling screenpublic void postProcessParameters(WebClient client, DBObject base) throws java.lang.Exception
postProcessParameters
in interface ProcessParametersPlugin
postProcessParameters
in class ActivityScreenPlugin
client
- the client to usebase
- the base objectjava.lang.Exception
- a serious problempublic java.lang.String determineScreenAction(SDBScreenContext context, java.lang.String nextAction) throws java.lang.Exception
ScreenWorkflowPlugin
determineScreenAction
in interface ScreenWorkflowPlugin
determineScreenAction
in class ActivityScreenPlugin
context
- the contextnextAction
- java.lang.Exception
- Exception A serious problempublic void addHiddenFields(SDBContext context, HTMLForm form) throws java.lang.Exception
ProcessParametersPlugin
addHiddenFields
in interface ProcessParametersPlugin
addHiddenFields
in class ActivityScreenPlugin
context
- the contextform
- java.lang.Exception
- a serious problempublic HTMLComponent makeHTMLComponent(SDBContext context, SDBComponent screenComponent, HTMLComponent htmlComponent) throws java.lang.Exception
MakeHTMLComponentPlugin
makeHTMLComponent
in interface MakeHTMLComponentPlugin
makeHTMLComponent
in class ActivityScreenPlugin
context
- the contextjava.lang.Exception
- a serious problemstSoftware Copyright © 2001-2014 stSoftware All Rights Reserved.