public class ColumnTag
extends org.springframework.extensions.webscripts.ui.common.tag.BaseComponentTag
| Constructor and Description |
|---|
ColumnTag() |
| Modifier and Type | Method and Description |
|---|---|
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
|
setActionListenerProperty, setActionProperty, setBooleanProperty, setBooleanStaticProperty, setIntProperty, setIntStaticProperty, setStringBindingProperty, setStringProperty, setStringStaticPropertydoEndTag, doStartTag, encodeBegin, encodeChildren, encodeEnd, findComponent, getComponentInstance, getCreated, getDoEndValue, getDoStartValue, getFacesContext, getFacetName, getId, getParent, getParentUIComponentTag, isSuppressed, isValueReference, setBinding, setId, setPageContext, setParent, setRendered, setupResponseWriterpublic java.lang.String getComponentType()
getComponentType in class javax.faces.webapp.UIComponentTagUIComponentTag.getComponentType()public java.lang.String getRendererType()
getRendererType in class javax.faces.webapp.UIComponentTagUIComponentTag.getRendererType()public void release()
release in interface javax.servlet.jsp.tagext.Tagrelease in class javax.faces.webapp.UIComponentTagTag.release()protected void setProperties(javax.faces.component.UIComponent component)
setProperties in class javax.faces.webapp.UIComponentTagUIComponentTag.setProperties(javax.faces.component.UIComponent)public void setPrimary(java.lang.String primary)
primary - the primary if "true", otherwise falsepublic void setWidth(java.lang.String width)
width - the widthpublic void setStyle(java.lang.String style)
style - the stylepublic void setStyleClass(java.lang.String styleClass)
styleClass - the styleClasspublic void setActions(java.lang.String actions)
actions - the actions if "true", otherwise falseCopyright © 2005 - 2010 Alfresco Software, Inc. All Rights Reserved.