The Business Process Choreographer Explorer details component displays the properties of tasks, work items, activities, process instances, and process templates.
<bpe:details model=”#{MyActivityDetails}”> <bpe:property name=”name”/> <bpe:property name=”owner”/> <bpe:property name=”activated”/> </bpe:details>
<bpe:details model=”#{MyActivityDetails}” style=”style” styleClass=”cssStyle”> style=”style” styleClass=”cssStyle” </bpe:details>
Use the bpe:property tags to specify both the subset of attributes that are shown and the order in which the attributes are shown. If the details tag does not contain any attribute tags, it renders all of the available attributes of the model object.
Attribute | Required | Description |
---|---|---|
model | yes | A value binding for a managed bean of the BPCDetailsHandler type. |
styleClass | no | The cascading style sheet style class for rendering the HTML element. |
columnClasses | no | |
rowClasses | no |
Attribute | Required | Description |
---|---|---|
name | yes | The name of the property to be displayed. The name translate
to one of the following method calls:
|
label | no | The label for the property. |
converterID | no | The ID used to register the converter in the JSF configuration file. |
Last updated: Mon Mar 27 18:04:05 2006
(c) Copyright IBM Corporation 2005.
This information center is powered by Eclipse technology (http://www.eclipse.org)