com.liferay.taglib.ui
Class SearchContainerColumnUserTag<R>
java.lang.Object
com.liferay.taglib.TagSupport
com.liferay.taglib.BaseBodyTagSupport
com.liferay.taglib.util.ParamAndPropertyAncestorTagImpl
com.liferay.taglib.ui.SearchContainerColumnTag
com.liferay.taglib.ui.SearchContainerColumnUserTag<R>
- All Implemented Interfaces:
- ParamAncestorTag, PropertyAncestorTag, javax.servlet.jsp.tagext.JspTag, javax.servlet.jsp.tagext.Tag
public class SearchContainerColumnUserTag<R>
- extends SearchContainerColumnTag
| Fields inherited from interface javax.servlet.jsp.tagext.Tag |
EVAL_BODY_INCLUDE, EVAL_PAGE, SKIP_BODY, SKIP_PAGE |
| Methods inherited from class com.liferay.taglib.ui.SearchContainerColumnTag |
getAlign, getColspan, getCssClass, getIndex, getName, getTruncate, getValign, setAlign, setColspan, setCssClass, setIndex, setName, setTruncate, setValign |
| Methods inherited from class com.liferay.taglib.util.ParamAndPropertyAncestorTagImpl |
addParam, addProperty, clearParams, clearProperties, getParams, getProperties, getRemovedParameterNames, isAllowEmptyParam, release, setAllowEmptyParam, setCopyCurrentRenderParameters, setPageContext, setServletContext |
| Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
SearchContainerColumnUserTag
public SearchContainerColumnUserTag()
doEndTag
public int doEndTag()
- Specified by:
doEndTag in interface javax.servlet.jsp.tagext.Tag- Overrides:
doEndTag in class TagSupport
doStartTag
public int doStartTag()
throws javax.servlet.jsp.JspException
- Specified by:
doStartTag in interface javax.servlet.jsp.tagext.Tag- Overrides:
doStartTag in class SearchContainerColumnTag
- Throws:
javax.servlet.jsp.JspException
getDate
public Date getDate()
getHref
public Object getHref()
getOrderableProperty
public String getOrderableProperty()
getProperty
public String getProperty()
getUserId
public long getUserId()
isOrderable
public boolean isOrderable()
isShowDetails
public boolean isShowDetails()
setDate
public void setDate(Date date)
setHref
public void setHref(Object href)
setOrderable
public void setOrderable(boolean orderable)
setOrderableProperty
public void setOrderableProperty(String orderableProperty)
setProperty
public void setProperty(String property)
setShowDetails
public void setShowDetails(boolean showDetails)
setUserId
public void setUserId(long userId)