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

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.RichListTag
All Implemented Interfaces:
javax.servlet.jsp.tagext.JspTag, javax.servlet.jsp.tagext.Tag
Direct Known Subclasses:
AVMListTag

public class RichListTag
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
RichListTag()
           
 
Method Summary
 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
 
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

RichListTag

public RichListTag()
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)

setViewMode

public void setViewMode(java.lang.String viewMode)
Set the viewMode

Parameters:
viewMode - the viewMode

setPageSize

public void setPageSize(java.lang.String pageSize)
Set the pageSize

Parameters:
pageSize - the pageSize

setInitialSortColumn

public void setInitialSortColumn(java.lang.String initialSortColumn)
Set the initialSortColumn

Parameters:
initialSortColumn - the initialSortColumn

setInitialSortDescending

public void setInitialSortDescending(java.lang.String initialSortDescending)
Set the initialSortDescending

Parameters:
initialSortDescending - the initialSortDescending

setListConfig

public void setListConfig(java.lang.String listConfig)
Set the listConfig

Parameters:
listConfig - the listConfig

setValue

public void setValue(java.lang.String value)
Set the value

Parameters:
value - the value

setVar

public void setVar(java.lang.String var)
Set the var

Parameters:
var - the var

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

setRowStyleClass

public void setRowStyleClass(java.lang.String rowStyleClass)
Set the the row CSS Class

Parameters:
rowStyleClass - the the row CSS Class

setAltRowStyleClass

public void setAltRowStyleClass(java.lang.String altRowStyleClass)
Set the alternate row CSS Class

Parameters:
altRowStyleClass - the alternate row CSS Class

setWidth

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

Parameters:
width - the width

setHeaderStyleClass

public void setHeaderStyleClass(java.lang.String headerStyleClass)
Set the header row CSS Class

Parameters:
headerStyleClass - the header row CSS Class

setRefreshOnBind

public void setRefreshOnBind(java.lang.String refreshOnBind)
Set the refreshOnBind flag. True to force the list to retrieve bound data on bind().

Parameters:
refreshOnBind - the refreshOnBind


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