|
|||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Objectjavax.faces.webapp.UIComponentTag
javax.faces.webapp.UIComponentBodyTag
com.ibm.bpe.jsf.component.taglib.BaseTag
com.ibm.bpe.jsf.component.taglib.DetailsTag
This class is used to configure a DetailsComponent and corresponds to the bpe:detail tag.
The Properties shown are specified by bpe:property PropertyTag
tags which are enclosed in the bpe:detail tag.
Table of tag attributes:
tag attribute | description | mandatory |
---|---|---|
model | The model which is displayed. The value must be a Value Binding Expression that evaluates to a BPCDetailsHandler
BPCDetailsHandler . |
true |
columnClasses | The CSS style used for the column classes of the backing h:dataTable | false |
rowClasses | The CSS styles used for the row classes of the implementing JSF Components | false |
styleClass | The CSS style used for the table style class of the implementing JSF Components | false |
<bpe:details model="#{EscalationDetails}" styleClass="details" columnClasses="detailsProperty,detailsValue"> <bpe:property name="state" /> <bpe:property name="action"/> <bpe:property name="atLeastExpectedState" /> <bpe:property name="activationState" /> <bpe:property name="taskName" /> <bpe:property name="taskOwner" /> <bpe:property name="escalationReceiver" /> </bpe:details>
Field Summary | |
---|---|
static java.lang.String |
COPYRIGHT
|
Fields inherited from class javax.faces.webapp.UIComponentBodyTag |
---|
bodyContent |
Fields inherited from class javax.faces.webapp.UIComponentTag |
---|
pageContext |
Fields inherited from interface javax.servlet.jsp.tagext.BodyTag |
---|
EVAL_BODY_BUFFERED, EVAL_BODY_TAG |
Fields inherited from interface javax.servlet.jsp.tagext.IterationTag |
---|
EVAL_BODY_AGAIN |
Fields inherited from interface javax.servlet.jsp.tagext.Tag |
---|
EVAL_BODY_INCLUDE, EVAL_PAGE, SKIP_BODY, SKIP_PAGE |
Constructor Summary | |
---|---|
DetailsTag()
|
Method Summary | |
---|---|
java.lang.String |
getColumnClasses()
Returns the column class used for rendering the details table. |
java.lang.String |
getComponentType()
Returns the name of the component type that is created for this tag. |
java.lang.String |
getModel()
Returns the Value Binding Expression used for retrieving the model. |
java.lang.String |
getRendererType()
Returns the name of the renderer type. |
java.lang.String |
getRowClasses()
Returns the row classes used for rendering the details table. |
java.lang.String |
getStyleClass()
Returns the style class used for rendering the details table. |
void |
release()
|
void |
setColumnClasses(java.lang.String cssStyle)
Sets the column class used for rendering the details table. |
void |
setModel(java.lang.String model)
Sets the Value Binding Expression used for retrieving the model. |
void |
setRowClasses(java.lang.String cssStyle)
Sets the row classes used for rendering the details table. |
void |
setStyleClass(java.lang.String cssStyle)
Sets the style class used for rendering the details table. |
Methods inherited from class com.ibm.bpe.jsf.component.taglib.BaseTag |
---|
add, addBooleanValue, doEndTag, doStartTag, setProperties |
Methods inherited from class javax.faces.webapp.UIComponentBodyTag |
---|
doAfterBody, doInitBody, getBodyContent, getDoAfterBodyValue, getDoStartValue, getPreviousOut, setBodyContent |
Methods inherited from class javax.faces.webapp.UIComponentTag |
---|
encodeBegin, encodeChildren, encodeEnd, findComponent, getComponentInstance, getCreated, getDoEndValue, getFacesContext, getFacetName, getId, getParent, getParentUIComponentTag, isSuppressed, isValueReference, setBinding, setId, setPageContext, setParent, setRendered, setupResponseWriter |
Methods inherited from class java.lang.Object |
---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
Methods inherited from interface javax.servlet.jsp.tagext.Tag |
---|
getParent, setPageContext, setParent |
Field Detail |
public static final java.lang.String COPYRIGHT
Constructor Detail |
public DetailsTag()
Method Detail |
public java.lang.String getComponentType()
public java.lang.String getRendererType()
public java.lang.String getModel()
BPCDetailsHandler
.
public void setModel(java.lang.String model)
BPCDetailsHandler
.
model
- The Value Binding Expression for the modelpublic java.lang.String getStyleClass()
public void setStyleClass(java.lang.String cssStyle)
cssStyle
- The CSS table style class namepublic java.lang.String getColumnClasses()
public void setColumnClasses(java.lang.String cssStyle)
cssStyle
- The CSS column style class namepublic java.lang.String getRowClasses()
public void setRowClasses(java.lang.String cssStyle)
cssStyle
- The CSS row style class namepublic void release()
|
|||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |