Liferay 6.2-ce-ga5

com.liferay.taglib.aui
Class SelectTag

java.lang.Object
  extended by com.liferay.portal.kernel.servlet.taglib.TagSupport
      extended by com.liferay.portal.kernel.servlet.taglib.BaseBodyTagSupport
          extended by com.liferay.taglib.util.ParamAndPropertyAncestorTagImpl
              extended by com.liferay.taglib.util.AttributesTagSupport
                  extended by com.liferay.taglib.util.IncludeTag
                      extended by com.liferay.taglib.aui.base.BaseSelectTag
                          extended by com.liferay.taglib.aui.SelectTag
All Implemented Interfaces:
ParamAncestorTag, PropertyAncestorTag, javax.servlet.jsp.tagext.DynamicAttributes, javax.servlet.jsp.tagext.JspTag, javax.servlet.jsp.tagext.Tag

public class SelectTag
extends BaseSelectTag


Field Summary
 
Fields inherited from class com.liferay.taglib.aui.base.BaseSelectTag
_ATTRIBUTE_NAMESPACE
 
Fields inherited from class com.liferay.taglib.util.ParamAndPropertyAncestorTagImpl
request, servletContext
 
Fields inherited from class com.liferay.portal.kernel.servlet.taglib.BaseBodyTagSupport
bodyContent
 
Fields inherited from class com.liferay.portal.kernel.servlet.taglib.TagSupport
pageContext
 
Fields inherited from interface javax.servlet.jsp.tagext.Tag
EVAL_BODY_INCLUDE, EVAL_PAGE, SKIP_BODY, SKIP_PAGE
 
Constructor Summary
SelectTag()
           
 
Method Summary
protected  void addRequiredValidatorTag()
           
protected  void addValidatorTag(String validatorName, ValidatorTag validatorTag)
           
 int doEndTag()
           
 int doStartTag()
           
protected  boolean isCleanUpSetAttributes()
           
protected  void setAttributes(javax.servlet.http.HttpServletRequest request)
           
protected  void updateFormValidators()
           
 
Methods inherited from class com.liferay.taglib.aui.base.BaseSelectTag
cleanUp, getBean, getChangesContext, getCssClass, getData, getDisabled, getEndPage, getFirst, getHelpMessage, getId, getIgnoreRequestValue, getInlineField, getInlineLabel, getLabel, getLast, getListType, getListTypeFieldName, getMultiple, getName, getOnChange, getOnClick, getPrefix, getRequired, getShowEmptyOption, getShowRequiredLabel, getStartPage, getSuffix, getTitle, getUseNamespace, setBean, setChangesContext, setCssClass, setData, setDisabled, setFirst, setHelpMessage, setId, setIgnoreRequestValue, setInlineField, setInlineLabel, setLabel, setLast, setListType, setListTypeFieldName, setMultiple, setName, setOnChange, setOnClick, setPrefix, setRequired, setShowEmptyOption, setShowRequiredLabel, setSuffix, setTitle, setUseNamespace
 
Methods inherited from class com.liferay.taglib.util.IncludeTag
callSetAttributes, cleanUpSetAttributes, doInclude, doIncludeTheme, getCustomPage, getOriginalServletRequest, getPage, include, isUseCustomPage, processEndTag, processStartTag, runTag, setPage, setPortletId, setStrict, setUseCustomPage, themeResourceExists
 
Methods inherited from class com.liferay.taglib.util.AttributesTagSupport
clearDynamicAttributes, getAttributeNamespace, getDynamicAttributes, getScopedAttributes, release, setAttributeNamespace, setDynamicAttribute, setNamespacedAttribute, setScopedAttribute
 
Methods inherited from class com.liferay.taglib.util.ParamAndPropertyAncestorTagImpl
addParam, addProperty, clearParams, clearProperties, getParams, getProperties, getRemovedParameterNames, isAllowEmptyParam, setAllowEmptyParam, setPageContext, setServletContext
 
Methods inherited from class com.liferay.portal.kernel.servlet.taglib.BaseBodyTagSupport
doAfterBody, doInitBody, getBodyContent, getBodyContentAsStringBundler, setBodyContent, writeBodyContent
 
Methods inherited from class com.liferay.portal.kernel.servlet.taglib.TagSupport
findAncestorWithClass, getParent, setParent
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

SelectTag

public SelectTag()
Method Detail

doEndTag

public int doEndTag()
             throws javax.servlet.jsp.JspException
Specified by:
doEndTag in interface javax.servlet.jsp.tagext.Tag
Overrides:
doEndTag in class IncludeTag
Throws:
javax.servlet.jsp.JspException

doStartTag

public int doStartTag()
               throws javax.servlet.jsp.JspException
Specified by:
doStartTag in interface javax.servlet.jsp.tagext.Tag
Overrides:
doStartTag in class BaseSelectTag
Throws:
javax.servlet.jsp.JspException

addRequiredValidatorTag

protected void addRequiredValidatorTag()

addValidatorTag

protected void addValidatorTag(String validatorName,
                               ValidatorTag validatorTag)

isCleanUpSetAttributes

protected boolean isCleanUpSetAttributes()
Overrides:
isCleanUpSetAttributes in class IncludeTag

setAttributes

protected void setAttributes(javax.servlet.http.HttpServletRequest request)
Overrides:
setAttributes in class BaseSelectTag

updateFormValidators

protected void updateFormValidators()

Liferay 6.2-ce-ga5