|
|||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Objectwt.workflow.work.WfHtmlFormat
Field Summary | |
static String |
BLANK_SPACE
|
private static String |
CHECKOUT_AND_EDIT_GIF
|
protected static String |
CODEBASE
|
private static String |
CONTENT_GIF
|
protected static String |
fontHeader
|
private static String |
FORUM_GIF
|
private static String |
FORUM_RESOURCE
|
private static String |
INFO_GIF
|
private static boolean |
PDML_PROI
|
private static String |
RESOURCE
|
protected static String |
t1bgcolhead
|
protected static String |
t1bgevenrow
|
protected static String |
t1fcolhead
|
protected static String |
TABLE_ATTRIBUTES
|
protected static String |
TABLE_DATA_ATTRIBUTES
|
protected static String |
TABLE_DATA_FONT
|
protected static String |
TABLE_HEAD_ATTRIBUTES
|
protected static String |
TABLE_HEAD_FONT
|
protected static String |
tableEvenRow
HTML formatting styles |
protected static String |
tableHeader
|
private static boolean |
VERBOSE
|
Constructor Summary | |
WfHtmlFormat()
|
Method Summary | |
static String |
columnLabel(String label)
Create a string of html to display a table column header with the specified label text. |
static String |
createActionButton(String buttonName,
String buttonLabel)
Outputs a string containing the html to present a button (control type = "submit") with the supplied name & label |
static String |
createObjectLink(WTObject myObject)
Outputs a string containing a html link to the object properties page of the specified object |
static String |
createObjectLink(WTObject myObject,
String params)
Outputs a string containing a html link to the object properties page of the specified object |
static String |
createObjectLink(WTObject myObject,
String params,
Locale locale)
Outputs a string containing a html link to the object properties page of the specified object |
static String |
createObjectLinkNoImage(WTObject myObject,
String params)
Outputs a string containing a html link to the object properties page of the specified object but without the imageTag. |
static String |
createObjectLinkNoImage(WTObject myObject,
String params,
Locale locale)
Outputs a string containing a html link to the object properties page of the specified object but without the imageTag |
static String |
createObjectLinkNoImage(WTObject myObject,
String params,
Locale locale,
WTContainerRef context_ref)
|
static String |
createPDMLinkObjectLink(WTObject myObject,
String params,
Locale locale)
Outputs a string containing a html link to the object properties page of the specified object |
static String |
tableCell(Object text)
Create a string of html to display a table cellr with the specified label text. |
static String |
tableCell(Object text,
int rowSpan)
Create a string of html to display a table cellr with the specified label text. |
static String |
tableCellBold(Object text,
int rowSpan)
Create a string of html to display a table cellr with the specified label text. |
Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
Field Detail |
private static boolean VERBOSE
protected static String CODEBASE
private static boolean PDML_PROI
private static final String FORUM_RESOURCE
protected static final String tableEvenRow
protected static final String tableHeader
protected static final String fontHeader
protected static final String t1bgevenrow
protected static final String t1bgcolhead
protected static final String t1fcolhead
protected static final String TABLE_ATTRIBUTES
protected static final String TABLE_HEAD_ATTRIBUTES
protected static final String TABLE_HEAD_FONT
protected static final String TABLE_DATA_ATTRIBUTES
protected static final String TABLE_DATA_FONT
public static final String BLANK_SPACE
private static String CONTENT_GIF
private static String CHECKOUT_AND_EDIT_GIF
private static String FORUM_GIF
private static String INFO_GIF
private static final String RESOURCE
Constructor Detail |
public WfHtmlFormat()
Method Detail |
public static String columnLabel(String label) throws WTException
label
- Text displayed on column header.
WTException
public static String tableCell(Object text) throws WTException
text
- Text displayed on column header.
WTException
public static String tableCell(Object text, int rowSpan) throws WTException
text
- Text displayed on column header.
WTException
public static String tableCellBold(Object text, int rowSpan) throws WTException
text
- Text displayed on column header.
WTException
public static String createActionButton(String buttonName, String buttonLabel) throws WTException
buttonName
- Name associated with this button control
when the form is submittedbuttonLabel
- Text displayed on the form button.
WTException
public static String createObjectLink(WTObject myObject) throws WTException
myObject
- Ojbect to create a link to
WTException
public static String createObjectLink(WTObject myObject, String params) throws WTException
myObject
- Object to create a link to
WTException
public static String createObjectLink(WTObject myObject, String params, Locale locale) throws WTException
myObject
- Ojbect to create a link tolocale
- the client locale
WTException
public static String createPDMLinkObjectLink(WTObject myObject, String params, Locale locale) throws WTException
myObject
- Ojbect to create a link tolocale
- the client locale
WTException
public static String createObjectLinkNoImage(WTObject myObject, String params) throws WTException
myObject
- Object to create a link toparams
- optional link parameters
WTException
public static String createObjectLinkNoImage(WTObject myObject, String params, Locale locale) throws WTException
myObject
- Object to create a link toparams
- optional link parameterslocale
- Locale for displayed strings
WTException
public static String createObjectLinkNoImage(WTObject myObject, String params, Locale locale, WTContainerRef context_ref) throws WTException
WTException
|
|||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |