|
|||||||||||
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.HTMLLinkComponent
wt.templateutil.components.DefaultLinkComponent
This class is responsible for drawing a default HTML link component.
the HTML tag for this is < A href="">
Deprecation Notice: This class is still valid for this release, however
this serves as advance notice that it will be removed in the future.
All user interfaces built using the Windchill HTML Template Processing
client architecture will be rewritten using a different framework in
an upcoming release.
Supported API: true
Extendable: false
Field Summary | |
private static String |
CLASSNAME
Deprecated. |
private String |
queryString
Deprecated. |
private static String |
RESOURCE
Deprecated. |
private static boolean |
VERBOSE
Deprecated. |
Fields inherited from class wt.templateutil.components.HTMLLinkComponent |
A_HREF, A_ID, A_NAME, A_TARGET, HREF, ID, NAME, TAG, TARGET |
Fields inherited from class wt.templateutil.components.HTMLComponent |
CLASS, COMPONENT_ID, COMPONENT_ID_SEPARATOR, CREATE, DEFAULT_SERVICE_NAME, DEFAULTS_ONLY, EMPTY_STRING, ID_US_ENGLISH_LOCALE, NULLVALUE, PRINT_TAG_ATTR, SERVICENAME, UPDATE, VIEW |
Constructor Summary | |
DefaultLinkComponent()
Deprecated. |
Method Summary | |
String |
getApplicationDataLink(ApplicationData source,
ContentHolder contentHolder,
OutputStream os,
Locale locale)
Deprecated. |
static String |
getIDForLink(String baseID,
Object value)
Deprecated. Returns an ID value based on value. |
static String |
getIDValueFromLink(String baseID,
String link)
Deprecated. |
String |
getObjectLink(Object obj,
OutputStream os,
Locale locale)
Deprecated. |
String |
getURLDataLink(URLData urlData,
OutputStream os,
Locale locale)
Deprecated. |
String |
startComponent(Object obj,
Properties formData,
OutputStream os,
Locale locale)
Deprecated. Displays the standard format of a starting HTML tag include the opening less than, the tag name, the key value pairs that are the tag attributes, and the closing greater than. |
Methods inherited from class wt.templateutil.components.HTMLLinkComponent |
getTag, init, setTagListArray |
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, showSubComponents |
Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
Field Detail |
private static final String RESOURCE
private static final String CLASSNAME
private static boolean VERBOSE
private String queryString
Constructor Detail |
public DefaultLinkComponent()
Method Detail |
public String startComponent(Object obj, Properties formData, OutputStream os, Locale locale)
HTMLComponent
startComponent
in class HTMLComponent
obj
- formData
- os
- locale
-
public String getObjectLink(Object obj, OutputStream os, Locale locale)
public String getApplicationDataLink(ApplicationData source, ContentHolder contentHolder, OutputStream os, Locale locale)
public String getURLDataLink(URLData urlData, OutputStream os, Locale locale)
public static String getIDValueFromLink(String baseID, String link)
public static String getIDForLink(String baseID, Object value)
|
|||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |