public class TimerBarTag
extends javax.faces.webapp.UIComponentTag
Description:
This class is the tag handler that evaluates the timerBar
custom tag.
Copyright: Copyright (c) 2005
Organization: Sakai Project
| 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(javax.faces.component.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 javax.faces.webapp.UIComponentTagpublic String getId()
getId in class javax.faces.webapp.UIComponentTagpublic String getComponentType()
getComponentType in class javax.faces.webapp.UIComponentTagpublic String getRendererType()
getRendererType in class javax.faces.webapp.UIComponentTagprotected void setProperties(javax.faces.component.UIComponent component)
setProperties in class javax.faces.webapp.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–2020 University of Michigan. All rights reserved.