Details component: Tag definitions

The Business Process Choreographer Explorer details component displays the properties of tasks, work items, activities, process instances, and process templates.

Component class

com.ibm.bpe.jsf.component.Details

Example syntax

<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>

Tag attributes

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.

Table 1. bpe:details attributes
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  
Table 2. bpe:property attributes
Attribute Required Description
name yes The name of the property to be displayed. The name translate to one of the following method calls:
  • getName
  • setName
label no The label for the property.
converterID no The ID used to register the converter in the JSF configuration file.

Terms of use | | Broken links

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)