Liferay 7.0-ce-b4

com.liferay.taglib.ui
Class SearchContainerColumnUserTag<R>

java.lang.Object
  extended by com.liferay.taglib.TagSupport
      extended by com.liferay.taglib.BaseBodyTagSupport
          extended by com.liferay.taglib.util.ParamAndPropertyAncestorTagImpl
              extended by com.liferay.taglib.ui.SearchContainerColumnTag
                  extended by 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


Field Summary
 
Fields inherited from class com.liferay.taglib.ui.SearchContainerColumnTag
align, colspan, cssClass, index, name, truncate, valign
 
Fields inherited from class com.liferay.taglib.util.ParamAndPropertyAncestorTagImpl
request, servletContext
 
Fields inherited from class com.liferay.taglib.BaseBodyTagSupport
bodyContent
 
Fields inherited from class com.liferay.taglib.TagSupport
pageContext
 
Fields inherited from interface javax.servlet.jsp.tagext.Tag
EVAL_BODY_INCLUDE, EVAL_PAGE, SKIP_BODY, SKIP_PAGE
 
Constructor Summary
SearchContainerColumnUserTag()
           
 
Method Summary
 int doEndTag()
           
 int doStartTag()
           
 Date getDate()
           
 Object getHref()
           
 String getOrderableProperty()
           
 String getProperty()
           
 long getUserId()
           
 boolean isOrderable()
           
 boolean isShowDetails()
           
 void setDate(Date date)
           
 void setHref(Object href)
           
 void setOrderable(boolean orderable)
           
 void setOrderableProperty(String orderableProperty)
           
 void setProperty(String property)
           
 void setShowDetails(boolean showDetails)
           
 void setUserId(long userId)
           
 
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 com.liferay.taglib.BaseBodyTagSupport
doAfterBody, doInitBody, getBodyContent, getBodyContentAsStringBundler, getRequest, setBodyContent, writeBodyContent
 
Methods inherited from class com.liferay.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

SearchContainerColumnUserTag

public SearchContainerColumnUserTag()
Method Detail

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)

Liferay 7.0-ce-b4