|
|||||||||||
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.HTMLSelectComponent
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. |
static String |
MULTIPLE
Deprecated. |
static String |
NAME
Deprecated. |
static String |
ONCHANGE
Deprecated. |
static String |
ONCLICK
Deprecated. |
static String |
ONFOCUS
Deprecated. |
static String |
OPTION
Deprecated. |
private static String |
RESOURCE
Deprecated. |
static String |
SELECT_MULTIPLE
Deprecated. |
static String |
SELECT_NAME
Deprecated. |
static String |
SELECT_ONCHANGE
Deprecated. |
static String |
SELECT_ONCLICK
Deprecated. |
static String |
SELECT_ONFOCUS
Deprecated. |
static String |
SELECT_OPTION
Deprecated. |
static String |
SELECT_SIZE
Deprecated. |
static String |
SELECT_VALUE
Deprecated. |
static String |
SELECT_WIDTH
Deprecated. |
private String |
selected
Deprecated. |
private String[][] |
selectList
Deprecated. |
static String |
SIZE
Deprecated. |
private String |
tag
Deprecated. |
static String |
TAG
Deprecated. |
static String |
VALUE
Deprecated. |
static String |
WIDTH
Deprecated. |
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, NULLVALUE, PRINT_TAG_ATTR, SERVICENAME, UPDATE, VERBOSE, VIEW |
Constructor Summary | |
HTMLSelectComponent()
Deprecated. |
Method Summary | |
String |
getSelected()
Deprecated. |
String[][] |
getSelectList()
Deprecated. |
String |
getTag()
Deprecated. |
void |
init(String selector,
Object value,
HTMLComponentFactory componentFactory,
String mode,
Properties props)
Deprecated. |
static void |
main(String[] args)
Deprecated. Supported API: true |
void |
setSelected(String newSelected)
Deprecated. |
void |
setSelectList(String[][] newList)
Deprecated. |
void |
setTagListArray()
Deprecated. |
String |
showSubComponents(Object value,
Properties formData,
OutputStream os,
Locale locale)
Deprecated. Returns a string that is the contcatenation of the result of calling show() on all the associated subComponents sequentially. |
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, putTagID, putTagID, removeID, removeTagID, setHtmlComponents, setID, setInheritStyle, setName, setPrintTagAttributes, setServiceName, setState, setTag, setTagList, setTagListDefaults, setTagSettings, setTagValue, setUseDefaultsOnly, show, startComponent |
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
public static final String NAME
public static final String MULTIPLE
public static final String SIZE
public static final String WIDTH
public static final String OPTION
public static final String VALUE
private String tag
public static final String TAG
public static final String ONCHANGE
public static final String ONCLICK
public static final String ONFOCUS
public static final String SELECT_NAME
public static final String SELECT_MULTIPLE
public static final String SELECT_SIZE
public static final String SELECT_WIDTH
public static final String SELECT_OPTION
public static final String SELECT_VALUE
public static final String SELECT_ONCHANGE
public static final String SELECT_ONCLICK
public static final String SELECT_ONFOCUS
private String[][] selectList
private String selected
Constructor Detail |
public HTMLSelectComponent()
Method Detail |
public String getTag()
getTag
in class HTMLComponent
public void init(String selector, Object value, HTMLComponentFactory componentFactory, String mode, Properties props)
init
in class HTMLComponent
selector
- value
- componentFactory
- mode
- props
- public void setTagListArray()
setTagListArray
in class HTMLComponent
public String showSubComponents(Object value, Properties formData, OutputStream os, Locale locale)
HTMLComponent
showSubComponents
in class HTMLComponent
value
- formData
- os
- locale
-
public void setSelectList(String[][] newList)
public String[][] getSelectList()
public void setSelected(String newSelected)
public String getSelected()
public static void main(String[] args)
HTMLComponent
|
|||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |