|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Objectcom.waveset.ui.util.html.Component
com.waveset.ui.util.html.WavesetResultFormatter
com.waveset.ui.util.html.TaskResultFormatter
com.waveset.workflow.ResultFormatter
An object that renders the contents of a WavesetResult object in HTML Originally part of WavesetResultForm but broken out so it can be used in places that want to emit their own container HTML. We already inherit the _errors and _messages fields from AbstractForm.
Field Summary | |
static java.lang.String |
code_id
|
Fields inherited from class com.waveset.ui.util.html.WavesetResultFormatter |
LOC_BOTTOM, LOC_BUTTON, LOC_MIDDLE, LOC_TOP |
Fields inherited from class com.waveset.ui.util.html.Component |
_trace, DEFAULT_PACKAGE, ELEMENT, INVALID_PREFIX, INVALID_SUFFIX, trace |
Constructor Summary | |
ResultFormatter()
|
Method Summary | |
java.lang.String |
getWorkItemReport(com.waveset.ui.util.html.Renderer r,
WFCase wfcase)
Build a |
void |
toHTML(com.waveset.ui.util.html.Renderer b)
|
Methods inherited from class com.waveset.ui.util.html.TaskResultFormatter |
getTask, setTask |
Methods inherited from class com.waveset.ui.util.html.WavesetResultFormatter |
addJavascript, isSuppressReports, render, setHangingHeaders, setIndent, setResult, setSuppressReports, setTrailingDivider, setUseBullets |
Methods inherited from class com.waveset.ui.util.html.Component |
addCommonAttributes, addCommonTableCellAttributes, addError, addErrors, addToAllowedValues, addToAllowedValues, checkValue, clone, convertMemento, decodeCommaString, encodeCommaString, getAlignment, getAllowedValues, getColspan, getCommand, getErrors, getGlobalProperties, getHelp, getHelpKey, getInlineHelp, getLocation, getMemento, getMemento, getMementoClass, getMementos, getName, getOnChange, getOnClick, getParent, getPostData, getPreSubmitJavascriptMethod, getPrimaryKey, getProperty, getRowspan, getString, getStringValue, getStringValue, getStyle, getTitle, getTitleOrName, getValign, getValue, getWidth, isAllowed, isDisabled, isHidden, isInvisible, isNoNewRow, isNoWrap, isRequired, isTrue, println, removeInvalidMarkers, setAlign, setAlignment, setAllowedValues, setAllowedValues, setAllowedValues, setColspan, setCommand, setDisabled, setEnabled, setErrors, setHelp, setHelpKey, setHtmlFormName, setInlineHelp, setInvisible, setLocation, setName, setNoNewRow, setNoWrap, setOnChange, setOnClick, setParent, setPrimaryKey, setPrompt, setProperty, setRequired, setRowHold, setRowspan, setStyle, setTitle, setTrace, setValign, setValue, setWidth, storePostData, toHTML, toList |
Methods inherited from class java.lang.Object |
equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
Field Detail |
public static final java.lang.String code_id
Constructor Detail |
public ResultFormatter()
Method Detail |
public void toHTML(com.waveset.ui.util.html.Renderer b) throws WavesetException
WavesetException
public java.lang.String getWorkItemReport(com.waveset.ui.util.html.Renderer r, WFCase wfcase) throws WavesetException
will not however be localized, so if you need to include localized text, you will have to localize it here.
WavesetException
|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |