|
|||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Objectwt.templateutil.components.HTMLComponent
wt.templateutil.components.HTMLTableCellComponent
wt.templateutil.components.DefaultHTMLCellComponent
wt.templateutil.components.ActionHTMLCellComponent
Used to generate the Cells in the Action Row for the Multi-select and Context Object Action sections. Each cell contains an Icon for the action and a Title for the action. Both the Icon and Title are hyperlinked to the action. The Icon is retrieved using the IconDelegateFactory based on the context object for the page. The Title is retrieved from the NavBarURLActionDelegate that is used to generate the link.
To select a different HTMLCellComponent subclass to generate the cells in the Action Row, set
the wt.properties entry, wt.actionrowtable.cell.component, to reference the desired
HTMLCellComponent subclass.
Supported API: false
Extendable: false
Field Summary | |
private static int |
BASE_BUFFER_SIZE
Deprecated. |
protected static String |
COMPONENT_ID_ICON_SUFFIX
Deprecated. |
protected static String |
COMPONENT_ID_TEXT_SUFFIX
Deprecated. |
private static String |
EMTPY_STRING
Deprecated. |
static String |
NO_ACTION_BAR_LINK_TEXT
Deprecated. |
private static String |
SP_REL_URL
Deprecated. |
private String |
spLink
Deprecated. |
private static String |
STR_4_1
Deprecated. |
private static String |
STR_4_2
Deprecated. |
private static String |
STR_5
Deprecated. |
private static String |
STR_6
Deprecated. |
private static String |
STR_6_1
Deprecated. |
private static String |
STR_7_1
Deprecated. |
private static String |
STR_7_1_1
Deprecated. |
private static String |
STR_7_2
Deprecated. |
private static String |
STR_8
Deprecated. |
private static String |
STR_9
Deprecated. |
Fields inherited from class wt.templateutil.components.DefaultHTMLCellComponent |
COMPONENT_ID_CELL_SUFFIX, defaultComponent |
Fields inherited from class wt.templateutil.components.HTMLTableCellComponent |
ALIGN, BGCOLOR, COLSPAN, HEIGHT, NOWRAP, ROWSPAN, showBold, TAG, TD_ALIGN, TD_CLASS, TD_COLSPAN, TD_HEIGHT, TD_ID, TD_NOWRAP, TD_ROWSPAN, TD_VALIGN, TD_WIDTH, VALIGN, WIDTH |
Fields inherited from class wt.templateutil.components.HTMLComponent |
CLASS, COMPONENT_ID, COMPONENT_ID_SEPARATOR, CREATE, DEFAULT_SERVICE_NAME, DEFAULTS_ONLY, EMPTY_STRING, ID, ID_US_ENGLISH_LOCALE, NAME, NULLVALUE, PRINT_TAG_ATTR, SERVICENAME, UPDATE, VIEW |
Constructor Summary | |
ActionHTMLCellComponent()
Deprecated. |
Method Summary | |
protected String |
getActionEntry(NavigationTreeNode node,
Properties formData,
OutputStream os,
Locale locale)
Deprecated. |
protected String |
getIconHref(NavigationTreeNode node,
Properties formData,
Locale locale)
Deprecated. |
String |
getSpLink()
Deprecated. |
String |
showSubComponents(Object value,
Properties formData,
OutputStream os,
Locale locale)
Deprecated. Handles displaying the bold tag if the contents should be bold. |
Methods inherited from class wt.templateutil.components.DefaultHTMLCellComponent |
init, initComponent, setDefaultCellAlignment |
Methods inherited from class wt.templateutil.components.HTMLTableCellComponent |
getTag, isShowBold, setShowBold, setTagListArray, startComponent |
Methods inherited from class wt.templateutil.components.HTMLComponent |
appendID, appendID, appendToID, appendToID, createIDForComponent, endComponent, getHtmlComponents, getID, getIdProp, getName, getOID, getPrintWriter, getRealValue, getServiceName, getState, getTagID, getTagIDKey, getTagList, getTagSettings, getURLFactory, insertID, insertID, isInheritStyle, isPrintTagAttributes, isUseDefaultsOnly, main, putTagID, putTagID, removeID, removeTagID, setHtmlComponents, setID, setInheritStyle, setName, setPrintTagAttributes, setServiceName, setState, setTag, setTagList, setTagListDefaults, setTagSettings, setTagValue, setUseDefaultsOnly, show |
Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
Field Detail |
private static final int BASE_BUFFER_SIZE
private static final String SP_REL_URL
private static final String EMTPY_STRING
private static final String STR_4_1
private static final String STR_4_2
private static final String STR_5
private static final String STR_6
private static final String STR_6_1
private static final String STR_7_1
private static final String STR_7_1_1
private static final String STR_7_2
private static final String STR_8
private static final String STR_9
private String spLink
protected static final String COMPONENT_ID_ICON_SUFFIX
protected static final String COMPONENT_ID_TEXT_SUFFIX
public static final String NO_ACTION_BAR_LINK_TEXT
Constructor Detail |
public ActionHTMLCellComponent()
Method Detail |
public String showSubComponents(Object value, Properties formData, OutputStream os, Locale locale)
HTMLTableCellComponent
showSubComponents
in class HTMLTableCellComponent
protected String getIconHref(NavigationTreeNode node, Properties formData, Locale locale)
protected String getActionEntry(NavigationTreeNode node, Properties formData, OutputStream os, Locale locale)
public String getSpLink()
|
|||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |