public class TimerBarTag extends UIComponentTag
Description:
This class is the tag handler that evaluates the timerBar
custom tag.
Copyright: Copyright (c) 2005
Organization: Sakai Project
pageContextEVAL_BODY_INCLUDE, EVAL_PAGE, SKIP_BODY, SKIP_PAGE| Constructor and Description |
|---|
TimerBarTag() |
| Modifier and Type | Method and Description |
|---|---|
String |
getComponentType() |
String |
getElapsed() |
String |
getElapsedColor() |
String |
getExpireHandling() |
String |
getExpireMessage() |
String |
getExpireScript() |
String |
getHeight() |
String |
getId() |
String |
getRemainingColor() |
String |
getRendererType() |
String |
getWait() |
String |
getWidth() |
void |
setElapsed(String elapsed) |
void |
setElapsedColor(String elapsedColor) |
void |
setExpireHandling(String expireHandling) |
void |
setExpireMessage(String expireMessage) |
void |
setExpireScript(String expireScript) |
void |
setHeight(String height) |
void |
setId(String id) |
protected void |
setProperties(UIComponent component) |
void |
setRemainingColor(String remainingColor) |
void |
setWait(String wait) |
void |
setWidth(String width) |
doEndTag, doStartTag, encodeBegin, encodeChildren, encodeEnd, findComponent, getComponentInstance, getCreated, getDoEndValue, getDoStartValue, getFacesContext, getFacetName, getParent, getParentUIComponentTag, isSuppressed, isValueReference, release, setBinding, setPageContext, setParent, setRendered, setupResponseWriterpublic void setHeight(String height)
public String getHeight()
public void setId(String id)
setId in class UIComponentTagpublic String getId()
getId in class UIComponentTagpublic String getComponentType()
getComponentType in class UIComponentTagpublic String getRendererType()
getRendererType in class UIComponentTagprotected void setProperties(UIComponent component)
setProperties in class UIComponentTagpublic String getWidth()
public void setWidth(String width)
public String getWait()
public void setWait(String wait)
public String getElapsed()
public void setElapsed(String elapsed)
public String getExpireScript()
public void setExpireScript(String expireScript)
public String getExpireMessage()
public void setExpireMessage(String expireMessage)
public String getElapsedColor()
public void setElapsedColor(String elapsedColor)
public String getRemainingColor()
public void setRemainingColor(String remainingColor)
public String getExpireHandling()
public void setExpireHandling(String expireHandling)
Copyright © 2003–2014 University of Michigan. All rights reserved.