wt.templateutil.components
Class LifeCycleStateComponent
java.lang.Object
wt.templateutil.components.HTMLComponent
wt.templateutil.components.LifeCycleStateComponent
Deprecated.
public class LifeCycleStateComponent
- extends HTMLComponent
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
| Methods inherited from class wt.templateutil.components.HTMLComponent |
endComponent, getHtmlComponents, getPrintWriter, getServiceName, getTag, getTagList, getTagSettings, init, isInheritStyle, isPrintTagAttributes, isUseDefaultsOnly, main, setInheritStyle, setPrintTagAttributes, setServiceName, setTag, setTagList, setTagListDefaults, setTagSettings, setTagValue, setUseDefaultsOnly, showSubComponents, startComponent |
| Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
setTagListArray
public void setTagListArray()
- Deprecated.
- Initializes the TagListArray to an array of values representing the
possible attributes on the tag. For example one possible array would
be: {TYPE, NAME, VALUE, ID} these attributes are later displayed in
the HTML as key value pairs, for example "NAME=checkbox1"
Supported API: true
- Specified by:
setTagListArray in class HTMLComponent