|
|||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Objectjavax.faces.webapp.UIComponentTag
com.sun.j2ee.blueprints.ui.util.AbstractUIComponentTag
com.sun.j2ee.blueprints.ui.util.AbstractActionSourceUIComponentTag
com.sun.j2ee.blueprints.ui.progressbar.ProgressBarTag
public class ProgressBarTag
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 |
---|
public ProgressBarTag()
Method Detail |
---|
public java.lang.String getComponentType()
Return the type of the component.
getComponentType
in class AbstractUIComponentTag
public java.lang.String getRendererType()
Return the renderer type (if any)
getRendererType
in class AbstractUIComponentTag
public void release()
Release any resources used by this tag handler
release
in interface javax.servlet.jsp.tagext.Tag
release
in class AbstractActionSourceUIComponentTag
protected void setProperties(javax.faces.component.UIComponent component)
Set the component properties
setProperties
in class AbstractActionSourceUIComponentTag
component
- UIComponent
being configuredpublic void setInterval(java.lang.String newInterval)
public void setPercentage(java.lang.String percentage)
public void setPercentageText(java.lang.String percentageText)
public void setStartOperation(java.lang.String startOperation)
public void setPauseOperation(java.lang.String pauseOperation)
public void setResumeOperation(java.lang.String resumeOperation)
public void setStopOperation(java.lang.String stopOperation)
public void setOnComplete(java.lang.String onComplete)
public void setOnFail(java.lang.String onFail)
public void setOnUpdate(java.lang.String onUpdate)
public void setOnPoll(java.lang.String onPoll)
public void setAutoStart(java.lang.String autoStart)
public void setFailed(java.lang.String failed)
public void setIndeterminateSection(java.lang.String indeterminateSection)
public void setIndeterminateInterval(java.lang.String indeterminateInterval)
public void setIndeterminateIncrement(java.lang.String indeterminateIncrement)
|
|||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |