public class RichListTag
extends org.springframework.extensions.webscripts.ui.common.tag.BaseComponentTag
| Constructor and Description |
|---|
RichListTag() |
| Modifier and Type | Method and Description |
|---|---|
java.lang.String |
getComponentType() |
java.lang.String |
getRendererType() |
void |
release() |
void |
setAltRowStyleClass(java.lang.String altRowStyleClass)
Set the alternate row CSS Class
|
void |
setHeaderStyleClass(java.lang.String headerStyleClass)
Set the header row CSS Class
|
void |
setInitialSortColumn(java.lang.String initialSortColumn)
Set the initialSortColumn
|
void |
setInitialSortDescending(java.lang.String initialSortDescending)
Set the initialSortDescending
|
void |
setListConfig(java.lang.String listConfig)
Set the listConfig
|
void |
setPageSize(java.lang.String pageSize)
Set the pageSize
|
protected void |
setProperties(javax.faces.component.UIComponent component) |
void |
setRefreshOnBind(java.lang.String refreshOnBind)
Set the refreshOnBind flag.
|
void |
setRowStyleClass(java.lang.String rowStyleClass)
Set the the row CSS Class
|
void |
setStyle(java.lang.String style)
Set the style
|
void |
setStyleClass(java.lang.String styleClass)
Set the styleClass
|
void |
setValue(java.lang.String value)
Set the value
|
void |
setVar(java.lang.String var)
Set the var
|
void |
setViewMode(java.lang.String viewMode)
Set the viewMode
|
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 setViewMode(java.lang.String viewMode)
viewMode - the viewModepublic void setPageSize(java.lang.String pageSize)
pageSize - the pageSizepublic void setInitialSortColumn(java.lang.String initialSortColumn)
initialSortColumn - the initialSortColumnpublic void setInitialSortDescending(java.lang.String initialSortDescending)
initialSortDescending - the initialSortDescendingpublic void setListConfig(java.lang.String listConfig)
listConfig - the listConfigpublic void setValue(java.lang.String value)
value - the valuepublic void setVar(java.lang.String var)
var - the varpublic void setStyle(java.lang.String style)
style - the stylepublic void setStyleClass(java.lang.String styleClass)
styleClass - the styleClasspublic void setRowStyleClass(java.lang.String rowStyleClass)
rowStyleClass - the the row CSS Classpublic void setAltRowStyleClass(java.lang.String altRowStyleClass)
altRowStyleClass - the alternate row CSS Classpublic void setWidth(java.lang.String width)
width - the widthpublic void setHeaderStyleClass(java.lang.String headerStyleClass)
headerStyleClass - the header row CSS Classpublic void setRefreshOnBind(java.lang.String refreshOnBind)
refreshOnBind - the refreshOnBindCopyright © 2005 - 2010 Alfresco Software, Inc. All Rights Reserved.