Liferay 6.2-ce-ga5

com.liferay.taglib.ui
Class SearchContainerColumnTag

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.ui.SearchContainerColumnTag
All Implemented Interfaces:
ParamAncestorTag, PropertyAncestorTag, javax.servlet.jsp.tagext.JspTag, javax.servlet.jsp.tagext.Tag
Direct Known Subclasses:
SearchContainerColumnButtonTag, SearchContainerColumnDateTag, SearchContainerColumnJSPTag, SearchContainerColumnStatusTag, SearchContainerColumnTextTag

public abstract class SearchContainerColumnTag
extends ParamAndPropertyAncestorTagImpl


Field Summary
protected  String align
           
protected  int colspan
           
protected  String cssClass
           
protected  int index
           
protected  String name
           
protected  String valign
           
 
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
SearchContainerColumnTag()
           
 
Method Summary
 int doStartTag()
           
 String getAlign()
           
 int getColspan()
           
 String getCssClass()
           
 int getIndex()
           
 String getName()
           
 String getValign()
           
 void setAlign(String align)
           
 void setColspan(int colspan)
           
 void setCssClass(String cssClass)
           
 void setIndex(int index)
           
 void setName(String name)
           
 void setValign(String valign)
           
 
Methods inherited from class com.liferay.taglib.util.ParamAndPropertyAncestorTagImpl
addParam, addProperty, clearParams, clearProperties, getParams, getProperties, getRemovedParameterNames, isAllowEmptyParam, release, 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
doEndTag, findAncestorWithClass, getParent, setParent
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Field Detail

align

protected String align

colspan

protected int colspan

cssClass

protected String cssClass

index

protected int index

name

protected String name

valign

protected String valign
Constructor Detail

SearchContainerColumnTag

public SearchContainerColumnTag()
Method Detail

doStartTag

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

getAlign

public String getAlign()

getColspan

public int getColspan()

getCssClass

public String getCssClass()

getIndex

public int getIndex()

getName

public String getName()

getValign

public String getValign()

setAlign

public void setAlign(String align)

setColspan

public void setColspan(int colspan)

setCssClass

public void setCssClass(String cssClass)

setIndex

public void setIndex(int index)

setName

public void setName(String name)

setValign

public void setValign(String valign)

Liferay 6.2-ce-ga5