|
|||||||||
| 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.DefaultHTMLComponent
wt.templateutil.components.HTMLBusinessComponent
public abstract class HTMLBusinessComponent
This abstract class contains common code used by components that display
information about primary business objects.
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 |
|---|
| Fields inherited from class wt.templateutil.components.HTMLComponent |
|---|
DEFAULT_SERVICE_NAME, DEFAULTS_ONLY, PRINT_TAG_ATTR, SERVICENAME |
| Method Summary | |
|---|---|
String |
getFormComponentSelector()
Deprecated. |
String |
getFormElementName()
Deprecated. |
String |
getMode()
Deprecated. |
abstract Object |
getPresentationObject(Object value,
Properties formData,
Locale locale)
Deprecated. |
void |
init(String selector,
Object value,
HTMLComponentFactory componentFactory,
String mode,
Properties props)
Deprecated. |
void |
setFormComponentSelector(String a_FormComponentSelector)
Deprecated. |
void |
setFormElementName(String a_FormElementName)
Deprecated. |
void |
setMode(String a_Mode)
Deprecated. |
String |
show(Object value,
Properties formData,
OutputStream os,
Locale locale)
Deprecated. |
| Methods inherited from class wt.templateutil.components.DefaultHTMLComponent |
|---|
endComponent, setTagListArray, startComponent |
| Methods inherited from class wt.templateutil.components.HTMLComponent |
|---|
getHtmlComponents, getPrintWriter, getServiceName, getTag, getTagList, getTagSettings, isInheritStyle, isPrintTagAttributes, isUseDefaultsOnly, main, setInheritStyle, setPrintTagAttributes, setServiceName, setTag, setTagList, setTagListDefaults, setTagSettings, setTagValue, setUseDefaultsOnly, showSubComponents |
| Methods inherited from class java.lang.Object |
|---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
| Method Detail |
|---|
public String getMode()
public void setMode(String a_Mode)
a_Mode - public String getFormElementName()
public void setFormElementName(String a_FormElementName)
a_FormElementName - public String getFormComponentSelector()
public void setFormComponentSelector(String a_FormComponentSelector)
a_FormComponentSelector -
public abstract Object getPresentationObject(Object value,
Properties formData,
Locale locale)
value - formData - locale -
public String show(Object value,
Properties formData,
OutputStream os,
Locale locale)
show in class HTMLComponentvalue - formData - os - locale -
public void init(String selector,
Object value,
HTMLComponentFactory componentFactory,
String mode,
Properties props)
init in class DefaultHTMLComponentselector - value - componentFactory - mode - props -
|
|||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||||