com.sun.j2ee.blueprints.ui.progressbar
Class ProgressBarTag

java.lang.Object
  extended by javax.faces.webapp.UIComponentTag
      extended by com.sun.j2ee.blueprints.ui.util.AbstractUIComponentTag
          extended by com.sun.j2ee.blueprints.ui.util.AbstractActionSourceUIComponentTag
              extended by com.sun.j2ee.blueprints.ui.progressbar.ProgressBarTag
All Implemented Interfaces:
javax.servlet.jsp.tagext.JspTag, javax.servlet.jsp.tagext.Tag

public class ProgressBarTag
extends AbstractActionSourceUIComponentTag

ProgressBarTag is the tag handler that processes the progressbar custom tag.


Field Summary
 
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
ProgressBarTag()
           
 
Method Summary
 java.lang.String getComponentType()
          Return the type of the component.
 java.lang.String getRendererType()
          Return the renderer type (if any)
 void release()
          Release any resources used by this tag handler
 void setAutoStart(java.lang.String autoStart)
           
 void setFailed(java.lang.String failed)
           
 void setIndeterminateIncrement(java.lang.String indeterminateIncrement)
           
 void setIndeterminateInterval(java.lang.String indeterminateInterval)
           
 void setIndeterminateSection(java.lang.String indeterminateSection)
           
 void setInterval(java.lang.String newInterval)
           
 void setOnComplete(java.lang.String onComplete)
           
 void setOnFail(java.lang.String onFail)
           
 void setOnPoll(java.lang.String onPoll)
           
 void setOnUpdate(java.lang.String onUpdate)
           
 void setPauseOperation(java.lang.String pauseOperation)
           
 void setPercentage(java.lang.String percentage)
           
 void setPercentageText(java.lang.String percentageText)
           
protected  void setProperties(javax.faces.component.UIComponent component)
          Set the component properties
 void setResumeOperation(java.lang.String resumeOperation)
           
 void setStartOperation(java.lang.String startOperation)
           
 void setStopOperation(java.lang.String stopOperation)
           
 
Methods inherited from class com.sun.j2ee.blueprints.ui.util.AbstractActionSourceUIComponentTag
configureAction, configureActionListener, setAction, setActionListener, setImmediate
 
Methods inherited from class com.sun.j2ee.blueprints.ui.util.AbstractUIComponentTag
configureBoolean, configureInteger, configureObject, configureString, getStyle, setStyle, setStyleClass
 
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

ProgressBarTag

public ProgressBarTag()
Method Detail

getComponentType

public java.lang.String getComponentType()

Return the type of the component.

Specified by:
getComponentType in class AbstractUIComponentTag

getRendererType

public java.lang.String getRendererType()

Return the renderer type (if any)

Specified by:
getRendererType in class AbstractUIComponentTag

release

public void release()

Release any resources used by this tag handler

Specified by:
release in interface javax.servlet.jsp.tagext.Tag
Overrides:
release in class AbstractActionSourceUIComponentTag

setProperties

protected void setProperties(javax.faces.component.UIComponent component)

Set the component properties

Overrides:
setProperties in class AbstractActionSourceUIComponentTag
Parameters:
component - UIComponent being configured

setInterval

public void setInterval(java.lang.String newInterval)

setPercentage

public void setPercentage(java.lang.String percentage)

setPercentageText

public void setPercentageText(java.lang.String percentageText)

setStartOperation

public void setStartOperation(java.lang.String startOperation)

setPauseOperation

public void setPauseOperation(java.lang.String pauseOperation)

setResumeOperation

public void setResumeOperation(java.lang.String resumeOperation)

setStopOperation

public void setStopOperation(java.lang.String stopOperation)

setOnComplete

public void setOnComplete(java.lang.String onComplete)

setOnFail

public void setOnFail(java.lang.String onFail)

setOnUpdate

public void setOnUpdate(java.lang.String onUpdate)

setOnPoll

public void setOnPoll(java.lang.String onPoll)

setAutoStart

public void setAutoStart(java.lang.String autoStart)

setFailed

public void setFailed(java.lang.String failed)

setIndeterminateSection

public void setIndeterminateSection(java.lang.String indeterminateSection)

setIndeterminateInterval

public void setIndeterminateInterval(java.lang.String indeterminateInterval)

setIndeterminateIncrement

public void setIndeterminateIncrement(java.lang.String indeterminateIncrement)