|
IBM Branch Transformation Toolkit Javadoc | ||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Objectjavax.servlet.jsp.tagext.TagSupport
com.ibm.btt.struts.taglib.html.StrutsTagSupport
com.ibm.btt.struts.taglib.html.DSEListTagSupport
com.ibm.btt.struts.taglib.html.LabelListTag
This class implements the LabelListTag that defines a Label.
The following tag attributes can be associated with the LabelTag:
The LabelListTag gets the DataElement with Id dataName and gets the data element value. Then it uses the DataColelction with id dataNameForList to find the value to be shown in the HTML Page. The attributes class, fontColor, fontFace and fontSize define properties of the text.
Field Summary |
---|
Fields inherited from class com.ibm.btt.struts.taglib.html.DSEListTagSupport |
---|
dataNameForList, item, OT_CLOSE, OT_OPEN, OT_SA, ST_CLOSE, ST_MA, ST_OPEN, value |
Fields inherited from class com.ibm.btt.struts.taglib.html.StrutsTagSupport |
---|
APPLICATION_SCOPE, BR_RE, BT_CLOSE, BT_OPEN, buffer, BUTTON, CENTER, COMMENT_VAL_ERROR, COMPID, custom, dataName, DOC_CLOSE, DOC_FORM_EVENT, DOC_FORM_HALF1, DOC_FORM_HALF2, DOC_SUBMIT, DOT, ERRORCOLOR, FCLTA, FCTA, FFTA, fontColor, fontFace, fontSize, FSTA, FT_CLOSE, FT_OPEN, HARD, IBT_OPEN, ICKT_OPEN, IHT_OPEN, IIT_OPEN, IMAGE, IPT_OPEN, IRAT_OPEN, IRT_OPEN, IST_OPEN, IT_CA, IT_CHECKED, IT_DISA, IT_MA, IT_NA, IT_OA, IT_OPEN, IT_READ, IT_READONLY, IT_SA, IT_SRA, IT_VA, IT_WA, ITT_OPEN, LEFT, LO_RE, LOWT, msgPrefix, name, NBSP, NO, NULL, OFF, out, PAGE_SCOPE, QU_LO, QU_LO_RE, QU_SP, QUOT, REQUEST_SCOPE, RESET, RET, RIGHT, SESSION_SCOPE, SOFT, SP, styleName, SUBMIT, TAT_CA, TAT_CLOSE, TAT_OPNE, TAT_RA, TAT_WA, utb, valErrBundle, YES |
Fields inherited from class javax.servlet.jsp.tagext.TagSupport |
---|
id, pageContext |
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 | |
---|---|
LabelListTag()
LabelListTag constructor. |
Method Summary | |
---|---|
int |
doStartTag()
Processes the start tag for this instance. |
java.lang.String |
obtainLabelFromList()
Returns the label from the list. |
Methods inherited from class com.ibm.btt.struts.taglib.html.DSEListTagSupport |
---|
setDataNameForList, setItem, setValue |
Methods inherited from class com.ibm.btt.struts.taglib.html.StrutsTagSupport |
---|
bufferAppendFontEnd, bufferAppendFontStart, getJspContextServices, getName, getResourceBundle, setCustom, setDataName, setFontColor, setFontFace, setFontSize, setName, setPageContext, setResourceBundle, setResourceBundle, setStyle, setVEResourceBundle |
Methods inherited from class javax.servlet.jsp.tagext.TagSupport |
---|
doAfterBody, doEndTag, findAncestorWithClass, getId, getParent, getValue, getValues, release, removeValue, setId, setParent, setValue |
Methods inherited from class java.lang.Object |
---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
Constructor Detail |
public LabelListTag()
Method Detail |
public int doStartTag()
This method returns Tag.EVAL_BODY_INCLUDE or BodyTag.EVAL_BODY_BUFFERED to indicate that the body of the action should be evaluated or SKIP_BODY to indicate otherwise. When a Tag returns EVAL_BODY_INCLUDE, this method includes the result of evaluating the body (if any) in the current "out" JspWriter and then invokes doEndTag().
Refer to the class description for specific details about this method.
public java.lang.String obtainLabelFromList() throws DSEObjectNotFoundException
DSEObjectNotFoundException
|
IBM Branch Transformation Toolkit Javadoc | ||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |