org.alfresco.web.ui.common.tag.data
Class ColumnTag

java.lang.Object
  extended by javax.faces.webapp.UIComponentTag
      extended by org.springframework.extensions.webscripts.ui.common.tag.BaseComponentTag
          extended by org.alfresco.web.ui.common.tag.data.ColumnTag
All Implemented Interfaces:
javax.servlet.jsp.tagext.JspTag, javax.servlet.jsp.tagext.Tag

public class ColumnTag
extends org.springframework.extensions.webscripts.ui.common.tag.BaseComponentTag


Field Summary
 
Fields inherited from class org.springframework.extensions.webscripts.ui.common.tag.BaseComponentTag
ACTION_CLASS_ARGS
 
Fields inherited from class javax.faces.webapp.UIComponentTag
pageContext
 
Fields inherited from interface javax.servlet.jsp.tagext.Tag
EVAL_BODY_INCLUDE, EVAL_PAGE, SKIP_BODY, SKIP_PAGE
 
Constructor Summary
ColumnTag()
           
 
Method Summary
 java.lang.String getComponentType()
           
 java.lang.String getRendererType()
           
 void release()
           
 void setActions(java.lang.String actions)
          Set if this is the actions column
 void setPrimary(java.lang.String primary)
          Set if this is the primary column
protected  void setProperties(javax.faces.component.UIComponent component)
           
 void setStyle(java.lang.String style)
          Set the style
 void setStyleClass(java.lang.String styleClass)
          Set the styleClass
 void setWidth(java.lang.String width)
          Set the width
 
Methods inherited from class org.springframework.extensions.webscripts.ui.common.tag.BaseComponentTag
setActionListenerProperty, setActionProperty, setBooleanProperty, setBooleanStaticProperty, setIntProperty, setIntStaticProperty, setStringBindingProperty, setStringProperty, setStringStaticProperty
 
Methods inherited from class javax.faces.webapp.UIComponentTag
doEndTag, doStartTag, encodeBegin, encodeChildren, encodeEnd, findComponent, getComponentInstance, getCreated, getDoEndValue, getDoStartValue, getFacesContext, getFacetName, getId, getParent, getParentUIComponentTag, isSuppressed, isValueReference, setBinding, setId, setPageContext, setParent, setRendered, setupResponseWriter
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

ColumnTag

public ColumnTag()
Method Detail

getComponentType

public java.lang.String getComponentType()
Specified by:
getComponentType in class javax.faces.webapp.UIComponentTag
See Also:
UIComponentTag.getComponentType()

getRendererType

public java.lang.String getRendererType()
Specified by:
getRendererType in class javax.faces.webapp.UIComponentTag
See Also:
UIComponentTag.getRendererType()

release

public void release()
Specified by:
release in interface javax.servlet.jsp.tagext.Tag
Overrides:
release in class javax.faces.webapp.UIComponentTag
See Also:
Tag.release()

setProperties

protected void setProperties(javax.faces.component.UIComponent component)
Overrides:
setProperties in class javax.faces.webapp.UIComponentTag
See Also:
UIComponentTag.setProperties(javax.faces.component.UIComponent)

setPrimary

public void setPrimary(java.lang.String primary)
Set if this is the primary column

Parameters:
primary - the primary if "true", otherwise false

setWidth

public void setWidth(java.lang.String width)
Set the width

Parameters:
width - the width

setStyle

public void setStyle(java.lang.String style)
Set the style

Parameters:
style - the style

setStyleClass

public void setStyleClass(java.lang.String styleClass)
Set the styleClass

Parameters:
styleClass - the styleClass

setActions

public void setActions(java.lang.String actions)
Set if this is the actions column

Parameters:
actions - the actions if "true", otherwise false


Copyright © 2005 - 2010 Alfresco Software, Inc. All Rights Reserved.