public abstract class AbstractRemoteTag extends AbstractClosingTag
Modifier and Type | Field and Description |
---|---|
protected String |
afterNotifyTopics |
protected String |
beforeNotifyTopics |
protected String |
errorNotifyTopics |
protected String |
errorText |
protected String |
executeScripts |
protected String |
formFilter |
protected String |
formId |
protected String |
handler |
protected String |
highlightColor |
protected String |
highlightDuration |
protected String |
href |
protected String |
indicator |
protected String |
listenTopics |
protected String |
loadingText |
protected String |
notifyTopics |
protected String |
parseContent |
protected String |
separateScripts |
protected String |
showErrorTransportText |
protected String |
showLoadingText |
protected String |
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 |
---|
AbstractRemoteTag() |
Modifier and Type | Method and Description |
---|---|
protected void |
populateParams() |
void |
setAfterNotifyTopics(String afterNotifyTopics) |
void |
setBeforeNotifyTopics(String beforeNotifyTopics) |
void |
setErrorNotifyTopics(String errorNotifyTopics) |
void |
setErrorText(String errorText) |
void |
setExecuteScripts(String executeScripts) |
void |
setFormFilter(String formFilter) |
void |
setFormId(String formId) |
void |
setHandler(String handler) |
void |
setHighlightColor(String highlightColor) |
void |
setHighlightDuration(String highlightDuration) |
void |
setHref(String href) |
void |
setIndicator(String indicator) |
void |
setListenTopics(String listenTopics) |
void |
setLoadingText(String loadingText) |
void |
setNotifyTopics(String notifyTopics) |
void |
setParseContent(String parseContent) |
void |
setSeparateScripts(String separateScripts) |
void |
setShowErrorTransportText(String showErrorTransportText) |
void |
setShowLoadingText(String showLoadingText) |
void |
setTransport(String transport) |
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, getBean, getComponent
findString, findValue, findValue, getBody, getStack, toString
doAfterBody, doInitBody, getBodyContent, getPreviousOut, release, setBodyContent
findAncestorWithClass, getId, getParent, getValue, getValues, removeValue, setPageContext, setParent, setValue
protected String href
protected String listenTopics
protected String notifyTopics
protected String loadingText
protected String errorText
protected String executeScripts
protected String handler
protected String formId
protected String formFilter
protected String showErrorTransportText
protected String indicator
protected String showLoadingText
protected String beforeNotifyTopics
protected String afterNotifyTopics
protected String errorNotifyTopics
protected String highlightColor
protected String highlightDuration
protected String separateScripts
protected String transport
protected String parseContent
protected void populateParams()
populateParams
in class AbstractClosingTag
public void setHref(String href)
public void setErrorText(String errorText)
public void setLoadingText(String loadingText)
public void setListenTopics(String listenTopics)
public void setExecuteScripts(String executeScripts)
public void setHandler(String handler)
public void setFormFilter(String formFilter)
public void setFormId(String formId)
public void setNotifyTopics(String notifyTopics)
public void setShowErrorTransportText(String showErrorTransportText)
public void setIndicator(String indicator)
public void setShowLoadingText(String showLoadingText)
public void setAfterNotifyTopics(String afterNotifyTopics)
public void setBeforeNotifyTopics(String beforeNotifyTopics)
public void setErrorNotifyTopics(String errorNotifyTopics)
public void setHighlightColor(String highlightColor)
public void setHighlightDuration(String highlightDuration)
public void setSeparateScripts(String separateScripts)
public void setTransport(String transport)
public void setParseContent(String parseContent)
Copyright © 2000-2014 Apache Software Foundation. All Rights Reserved.