|
|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||||||
Interface for presenting an occurrence inside a table or in a foreign key constraint.
A specific user interface label renderer component may be associated to any table
to render its occurrences or a foreign key constraint.
The component must be declared under the element
<osd:table> or <osd:tableRef>, in association or not with standard
<osd:defaultLabel> elements. For example:
<xs:annotation>
<xs:appinfo>
<osd:table>
<primaryKeys>/AssortmentID</primaryKeys>
<defaultLabel>Assortment : ${./AssortmentID}</defaultLabel>
<defaultLabel xml:lang="fr-FR">Assortiment : ${./AssortmentID}</defaultLabel>
<defaultLabel xml:lang="en-US">Assortment : ${./AssortmentID}</defaultLabel>
<defaultLabel osd:class="com.foo.AssortmentLabelRenderer"/>
<osd:table>
<xs:appinfo>
</xs:annotation>
where com.foo.AssortmentLabelRenderer is
the fully qualified name of a class implementing this interface.
| Method Summary | |
void |
displayLabel(UILabelRendererContext context)
Writes a user-friendly label to the specified context. |
| Method Detail |
public void displayLabel(UILabelRendererContext context)
The implementation of this method must support the execution of multiple concurrent threads.
|
|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||||||
(report a bug)
EBX.Platform 4.8.4 [0722]
Copyright Orchestra Networks 2000-2010. All rights reserved.