com.ibm.ccd.ui.tags
Class UISelectListTag
java.lang.Object
javax.servlet.jsp.tagext.TagSupport
com.ibm.ccd.ui.tags.UISelectListTag
- All Implemented Interfaces:
- java.io.Serializable, javax.servlet.jsp.tagext.IterationTag, javax.servlet.jsp.tagext.Tag
public class UISelectListTag
- extends javax.servlet.jsp.tagext.TagSupport
- See Also:
- Serialized Form
Field Summary |
static java.lang.String |
DEFAULT_STYLE
indicates the default style |
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 |
Methods inherited from class javax.servlet.jsp.tagext.TagSupport |
doAfterBody, doEndTag, findAncestorWithClass, getId, getParent, getValue, getValues, release, removeValue, setId, setPageContext, setParent, setValue |
Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
DEFAULT_STYLE
public static final java.lang.String DEFAULT_STYLE
- indicates the default style
- See Also:
- Constant Field Values
UISelectListTag
public UISelectListTag()
doStartTag
public int doStartTag()
throws javax.servlet.jsp.JspException
- This method is the first method that gets called for Custom Tags.
The doStartTag() method initializes output stream.and calls the generate SearchTable.
This method initializes the SearchCriteriaElements to be used by the generateSearchTable().
- Specified by:
doStartTag
in interface javax.servlet.jsp.tagext.Tag
- Overrides:
doStartTag
in class javax.servlet.jsp.tagext.TagSupport
- Returns:
- int
- Throws:
javax.servlet.jsp.JspException
getList
public java.util.ArrayList getList()
- Returns:
- arrayList
getName
public java.lang.String getName()
- Returns:
- string
getSize
public java.lang.String getSize()
- Returns:
- string
setList
public void setList(java.util.ArrayList list)
- Parameters:
list
-
setName
public void setName(java.lang.String string)
- Parameters:
string
-
setSize
public void setSize(java.lang.String string)
- Parameters:
string
-
getSource
public java.lang.String getSource()
- Returns:
- string
getDestination
public java.lang.String getDestination()
- Returns:
- string
setSource
public void setSource(java.lang.String string)
- Parameters:
string
-
setDestination
public void setDestination(java.lang.String string)
- Parameters:
string
-
getStyle
public java.lang.String getStyle()
- Returns:
- string
setStyle
public void setStyle(java.lang.String string)
- Parameters:
string
-