|
|||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
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.
The TableHeaderSetter interface must be implemented by any TableModel
subclass that wants to have the HTML Table Service methods, setHeaderFromResource
and setHeaderFromTargetClass, for manipulating what text is diplayed
for the
For the Header.
Supported API: true
Extendable: false
Method Summary | |
void |
setHeaderFromResource(String resourceBundleName,
String resourceBundleKey,
Object columnId)
Deprecated. |
void |
setHeaderFromTargetClass(String targetClassName,
Object columnId)
Deprecated. |
Methods inherited from interface wt.templateutil.table.ColumnIdentifier |
getIdentifier |
Method Detail |
public void setHeaderFromResource(String resourceBundleName, String resourceBundleKey, Object columnId)
This is a convenience method to allow overriding the either the
display name for an attribute or to allow setting the title on a column
when the name/handle of the column is not an attribute of the BinaryLink
or OtherSide object.
Supported API: true
resourceBundleName
- resourceBundleKey
- columnId
- public void setHeaderFromTargetClass(String targetClassName, Object columnId)
targetClassName
- columnId
-
|
|||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |