public class DivTag extends AbstractRemoteTag
Modifier and Type | Field and Description |
---|---|
protected String |
autoStart |
protected String |
closable |
protected String |
delay |
protected String |
preload |
protected String |
refreshOnShow |
protected String |
separateScripts |
protected String |
startTimerListenTopics |
protected String |
stopTimerListenTopics |
protected String |
updateFreq |
afterNotifyTopics, beforeNotifyTopics, errorNotifyTopics, errorText, executeScripts, formFilter, formId, handler, highlightColor, highlightDuration, href, indicator, listenTopics, loadingText, notifyTopics, parseContent, showErrorTransportText, showLoadingText, transport
openTemplate
accesskey, cssClass, cssErrorClass, cssErrorStyle, cssStyle, disabled, dynamicAttributes, errorPosition, id, javascriptTooltip, key, label, labelPosition, labelSeparator, name, onblur, onchange, onclick, ondblclick, onfocus, onkeydown, onkeypress, onkeyup, onmousedown, onmousemove, onmouseout, onmouseover, onmouseup, onselect, requiredLabel, requiredPosition, tabindex, template, templateDir, theme, title, tooltip, tooltipConfig, tooltipCssClass, tooltipDelay, tooltipIconPath, value
component
Constructor and Description |
---|
DivTag() |
Modifier and Type | Method and Description |
---|---|
Component |
getBean(com.opensymphony.xwork2.util.ValueStack stack,
javax.servlet.http.HttpServletRequest req,
javax.servlet.http.HttpServletResponse res) |
protected void |
populateParams() |
void |
setAutoStart(String autoStart) |
void |
setClosable(String closable) |
void |
setDelay(String delay) |
void |
setPreload(String preload) |
void |
setRefreshOnShow(String refreshOnShow) |
void |
setSeparateScripts(String separateScripts) |
void |
setStartTimerListenTopics(String startTimerListenTopic) |
void |
setStopTimerListenTopics(String stopTimerListenTopic) |
void |
setUpdateFreq(String updateInterval) |
setAfterNotifyTopics, setBeforeNotifyTopics, setErrorNotifyTopics, setErrorText, setExecuteScripts, setFormFilter, setFormId, setHandler, setHighlightColor, setHighlightDuration, setHref, setIndicator, setListenTopics, setLoadingText, setNotifyTopics, setParseContent, setShowErrorTransportText, setShowLoadingText, setTransport
setOpenTemplate
setAccesskey, setCssClass, setCssErrorClass, setCssErrorStyle, setCssStyle, setDisabled, setDynamicAttribute, setErrorPosition, setId, setJavascriptTooltip, setKey, setLabel, setLabelposition, setLabelSeparator, setName, setOnblur, setOnchange, setOnclick, setOndblclick, setOnfocus, setOnkeydown, setOnkeypress, setOnkeyup, setOnmousedown, setOnmousemove, setOnmouseout, setOnmouseover, setOnmouseup, setOnselect, setRequiredLabel, setRequiredPosition, setTabindex, setTemplate, setTemplateDir, setTheme, setTitle, setTooltip, setTooltipConfig, setTooltipCssClass, setTooltipDelay, setTooltipIconPath, setValue
doEndTag, doStartTag, getComponent
findString, findValue, findValue, getBody, getStack, toString
doAfterBody, doInitBody, getBodyContent, getPreviousOut, release, setBodyContent
findAncestorWithClass, getId, getParent, getValue, getValues, removeValue, setPageContext, setParent, setValue
protected String updateFreq
protected String autoStart
protected String delay
protected String startTimerListenTopics
protected String stopTimerListenTopics
protected String refreshOnShow
protected String separateScripts
protected String closable
protected String preload
public Component getBean(com.opensymphony.xwork2.util.ValueStack stack, javax.servlet.http.HttpServletRequest req, javax.servlet.http.HttpServletResponse res)
getBean
in class ComponentTagSupport
protected void populateParams()
populateParams
in class AbstractRemoteTag
public void setAutoStart(String autoStart)
public void setDelay(String delay)
public void setUpdateFreq(String updateInterval)
public void setStartTimerListenTopics(String startTimerListenTopic)
public void setStopTimerListenTopics(String stopTimerListenTopic)
public void setRefreshOnShow(String refreshOnShow)
public void setSeparateScripts(String separateScripts)
setSeparateScripts
in class AbstractRemoteTag
public void setClosable(String closable)
public void setPreload(String preload)
Copyright © 2000-2013 Apache Software Foundation. All Rights Reserved.