|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Object javax.servlet.jsp.tagext.TagSupport com.jalios.jcms.taglib.FormWidgetTag com.jalios.jcms.taglib.DurationChooserTag
public class DurationChooserTag
This tag generates the form widget to select a duration (value / unit)
Field Summary | |
---|---|
protected long |
duration
|
protected long |
resolution
|
static String |
REVISION
|
Fields inherited from class com.jalios.jcms.taglib.FormWidgetTag |
---|
channel, contextPath, css, formElementCount, formName, jcmsContext, loggedMember, userLang, widgetName, workspace |
Fields inherited from class javax.servlet.jsp.tagext.TagSupport |
---|
id, pageContext |
Fields inherited from interface com.jalios.util.JaliosConstants |
---|
CRLF, MILLIS_IN_ONE_DAY, MILLIS_IN_ONE_HOUR, MILLIS_IN_ONE_MINUTE, MILLIS_IN_ONE_MONTH, MILLIS_IN_ONE_SECOND, MILLIS_IN_ONE_WEEK, MILLIS_IN_ONE_YEAR |
Fields inherited from interface javax.servlet.jsp.tagext.IterationTag |
---|
EVAL_BODY_AGAIN |
Fields inherited from interface javax.servlet.jsp.tagext.Tag |
---|
EVAL_BODY_INCLUDE, EVAL_PAGE, SKIP_BODY, SKIP_PAGE |
Constructor Summary | |
---|---|
DurationChooserTag()
|
Method Summary | |
---|---|
protected void |
clean()
|
int |
doStartTag()
|
void |
setDuration(long duration)
|
void |
setResolution(long resolution)
|
Methods inherited from class com.jalios.jcms.taglib.FormWidgetTag |
---|
doEndTag, setCss, setFormElementCount, setFormName, setWidgetName |
Methods inherited from class javax.servlet.jsp.tagext.TagSupport |
---|
doAfterBody, findAncestorWithClass, getId, getParent, getValue, getValues, release, removeValue, setId, setPageContext, setParent, setValue |
Methods inherited from class java.lang.Object |
---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
Field Detail |
---|
public static final String REVISION
protected long duration
protected long resolution
Constructor Detail |
---|
public DurationChooserTag()
Method Detail |
---|
public void setDuration(long duration)
public void setResolution(long resolution)
protected void clean()
clean
in class FormWidgetTag
public int doStartTag() throws javax.servlet.jsp.JspException
doStartTag
in interface javax.servlet.jsp.tagext.Tag
doStartTag
in class FormWidgetTag
javax.servlet.jsp.JspException
|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |