|
|||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Objectwt.templateutil.table.AttributeListTableService
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
Nested Class Summary | |
private static class |
AttributeListTableService.StringTokenizer
Deprecated. |
Field Summary | |
protected static String |
ACTION
Deprecated. |
private Class |
attributeHTMLTableClass
Deprecated. |
private static String |
CLASSNAME
Deprecated. |
private HTMLTable |
htmlTable
Deprecated. |
static String |
INITATTRIBUTESTABLE
Deprecated. |
private ObjectPropertiesTableModel |
objectPropertiesTableModel
Deprecated. |
private static String |
RESOURCE
Deprecated. |
static String |
SETATTRIBUTEHTMLTABLE
Deprecated. |
static String |
SETATTRIBUTELABELSFROMRESOURCE
Deprecated. |
static String |
SETATTRIBUTESTABLEWIDTH
Deprecated. |
static String |
SETNAMECOLUMNATTRIBUTES
Deprecated. |
static String |
SETOBJECTPROPERTIESTABLEMODEL
Deprecated. |
static String |
SETVALUECOLUMNATTRIBUTES
Deprecated. |
protected HTMLTableServiceEvent |
tableEvent
Deprecated. |
private static boolean |
VERBOSE
Deprecated. |
Fields inherited from interface wt.templateutil.table.HTMLTableServiceEventListener |
HTML_TABLE |
Constructor Summary | |
AttributeListTableService()
Deprecated. |
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 HTMLTable htmlTable
public static final String SETVALUECOLUMNATTRIBUTES
public static final String SETNAMECOLUMNATTRIBUTES
public static final String SETATTRIBUTESTABLEWIDTH
public static final String INITATTRIBUTESTABLE
public static final String SETOBJECTPROPERTIESTABLEMODEL
public static final String SETATTRIBUTEHTMLTABLE
public static final String SETATTRIBUTELABELSFROMRESOURCE
private static boolean VERBOSE
protected HTMLTableServiceEvent tableEvent
protected static final String ACTION
private ObjectPropertiesTableModel objectPropertiesTableModel
private Class attributeHTMLTableClass
Constructor Detail |
public AttributeListTableService()
Method Detail |
public void performAction(Properties props, Locale locale, OutputStream os) throws WTException
props
- locale
- os
-
WTException
public void setNameColumnAttributes(Properties props, Locale locale, OutputStream os) throws WTException
props
- locale
- os
-
WTException
public void setValueColumnAttributes(Properties props, Locale locale, OutputStream os) throws WTException
props
- locale
- os
-
WTException
public void initAttributesTable(Properties props, Locale locale, OutputStream os) throws WTException
props
- locale
- os
-
WTException
public void setAttributesTableWidth(Properties props, Locale locale, OutputStream os) throws WTException
props
- locale
- os
-
WTException
public HTMLTable getHtmlTable()
getHtmlTable
in interface HTMLTableServiceEventListener
public void setHtmlTable(HTMLTable a_HtmlTable)
setHtmlTable
in interface HTMLTableServiceEventListener
a_HtmlTable
- public boolean performHTMLTableAction(HTMLTableServiceEvent tableServiceEvent) throws WTException
tableSdrvice action=...
if that action is supported by this HTMLTableServiceEventListener.
If that action is not supported, simply return with a return
value
of false.
Supported API: true
performHTMLTableAction
in interface HTMLTableServiceEventListener
tableServiceEvent
-
WTException
public void setAttributeLabelsFromResource(Properties props, Locale locale, OutputStream os) throws WTException
WTException
public void setObjectPropertiesTableModel(Properties props, Locale locale, OutputStream os) throws WTException
The value of the "OBJECTPROPERTIESTABLEMODEL" key in the props parameter must be the fully qualified class name of a subclass of ObjectPropertiesTableModel (or ObjectPropertiesTableModel itself) otherwise an exception will be thrown.
props
- locale
- os
-
WTException
public void setObjectPropertiesTableModel(ObjectPropertiesTableModel objectPropertiesTableModel)
public ObjectPropertiesTableModel getObjectPropertiesTableModel()
public void setAttributeHTMLTable(Properties props, Locale locale, OutputStream os) throws WTException
The value of the "ATTRIBUTEHTMLTABLE" key in the props parameter must be the fully qualified class name of a subclass of AttributeHTMLTable (or AttributeHTMLTable itself) otherwise an exception will be thrown.
props
- locale
- os
-
WTException
public AttributeHTMLTable newAttributeHTMLTable(TableModel tableModel, HTMLTableColumnModel htmlTableColumnModel)
|
|||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |