public class DialogTag extends AbstractRemoteTag
Dialog,
Serialized Form| Modifier and Type | Field and Description |
|---|---|
protected String |
autoOpen |
protected String |
buttons |
protected String |
closeOnEscape |
protected String |
closeTopics |
protected String |
destroyTopics |
protected String |
dialogClass |
protected String |
draggable |
protected String |
height |
protected String |
hideEffect |
protected String |
maxHeight |
protected String |
maxWidth |
protected String |
minHeight |
protected String |
minWidth |
protected String |
modal |
protected String |
onBeforeCloseTopics |
protected String |
onCloseTopics |
protected String |
onFocusTopics |
protected String |
onOpenTopics |
protected String |
openTopics |
protected String |
overlayColor |
protected String |
overlayOpacity |
protected String |
position |
protected String |
resizable |
protected String |
showEffect |
protected String |
title |
protected String |
width |
protected String |
zindex |
dataType, effect, effectDuration, effectMode, effectOptions, errorElementId, errorText, formIds, href, indicator, listenTopics, loadingText, onEffectCompleteTopics, requestType, targets, timeoutonAfterValidationTopics, onAlwaysTopics, onBeforeTopics, onBlurTopics, onChangeTopics, onCompleteTopics, onDisableTopics, onEnableTopics, onErrorTopics, onSuccessTopicsaccesskey, cssClass, cssErrorClass, cssErrorStyle, cssStyle, disabled, dynamicAttributes, id, javascriptTooltip, key, label, labelPosition, labelSeparator, name, onblur, onchange, onclick, ondblclick, onfocus, onkeydown, onkeypress, onkeyup, onmousedown, onmousemove, onmouseout, onmouseover, onmouseup, onselect, required, requiredposition, tabindex, template, templateDir, theme, tooltip, tooltipConfig, tooltipCssClass, tooltipDelay, tooltipIconPath, value| Constructor and Description |
|---|
DialogTag() |
| Modifier and Type | Method and Description |
|---|---|
org.apache.struts2.components.Component |
getBean(com.opensymphony.xwork2.util.ValueStack stack,
javax.servlet.http.HttpServletRequest req,
javax.servlet.http.HttpServletResponse res) |
protected void |
populateParams() |
void |
setAutoOpen(String autoOpen) |
void |
setButtons(String buttons) |
void |
setCloseOnEscape(String closeOnEscape) |
void |
setCloseTopics(String closeTopics) |
void |
setDestroyTopics(String destroyTopics) |
void |
setDialogClass(String dialogClass) |
void |
setDraggable(String draggable) |
void |
setHeight(String height) |
void |
setHideEffect(String hideEffect) |
void |
setMaxHeight(String maxHeight) |
void |
setMaxWidth(String maxWidth) |
void |
setMinHeight(String minHeight) |
void |
setMinWidth(String minWidth) |
void |
setModal(String modal) |
void |
setOnBeforeCloseTopics(String onBeforeCloseTopics) |
void |
setOnCloseTopics(String onCloseTopics) |
void |
setOnFocusTopics(String onFocusTopics) |
void |
setOnOpenTopics(String onOpenTopics) |
void |
setOpenTopics(String openTopics) |
void |
setOverlayColor(String overlayColor) |
void |
setOverlayOpacity(String overlayOpacity) |
void |
setPosition(String position) |
void |
setResizable(String resizable) |
void |
setShowEffect(String showEffect) |
void |
setTitle(String title) |
void |
setWidth(String width) |
void |
setZindex(String zindex) |
setDataType, setEffect, setEffectDuration, setEffectMode, setEffectOptions, setErrorElementId, setErrorText, setFormIds, setHref, setIndicator, setListenTopics, setLoadingText, setOnEffectCompleteTopics, setRequestType, setTargets, setTimeoutsetOnAfterValidationTopics, setOnAlwaysTopics, setOnBeforeTopics, setOnBlurTopics, setOnChangeTopics, setOnCompleteTopics, setOnDisableTopics, setOnEnableTopics, setOnErrorTopics, setOnSuccessTopicssetAccesskey, setCssClass, setCssErrorClass, setCssErrorStyle, setCssStyle, setDisabled, setDynamicAttribute, setId, setJavascriptTooltip, setKey, setLabel, setLabelposition, setLabelSeparator, setName, setOnblur, setOnchange, setOnclick, setOndblclick, setOnfocus, setOnkeydown, setOnkeypress, setOnkeyup, setOnmousedown, setOnmousemove, setOnmouseout, setOnmouseover, setOnmouseup, setOnselect, setRequired, setRequiredposition, setTabindex, setTemplate, setTemplateDir, setTheme, setTooltip, setTooltipConfig, setTooltipCssClass, setTooltipDelay, setTooltipIconPath, setValuedoEndTag, doStartTag, getComponentfindString, findValue, findValue, getBody, getStack, toStringdoAfterBody, doInitBody, getBodyContent, getPreviousOut, release, setBodyContentfindAncestorWithClass, getId, getParent, getValue, getValues, removeValue, setPageContext, setParent, setValueprotected String buttons
protected String draggable
protected String dialogClass
protected String height
protected String modal
protected String position
protected String resizable
protected String title
protected String width
protected String zindex
protected String autoOpen
protected String showEffect
protected String hideEffect
protected String overlayColor
protected String overlayOpacity
protected String onOpenTopics
protected String onCloseTopics
protected String onFocusTopics
protected String onBeforeCloseTopics
protected String maxHeight
protected String maxWidth
protected String minHeight
protected String minWidth
protected String closeOnEscape
protected String openTopics
protected String closeTopics
protected String destroyTopics
public org.apache.struts2.components.Component getBean(com.opensymphony.xwork2.util.ValueStack stack,
javax.servlet.http.HttpServletRequest req,
javax.servlet.http.HttpServletResponse res)
getBean in class org.apache.struts2.views.jsp.ComponentTagSupportprotected void populateParams()
populateParams in class AbstractRemoteTagpublic void setButtons(String buttons)
public void setDraggable(String draggable)
public void setDialogClass(String dialogClass)
public void setHeight(String height)
public void setModal(String modal)
public void setPosition(String position)
public void setResizable(String resizable)
public void setTitle(String title)
setTitle in class org.apache.struts2.views.jsp.ui.AbstractUITagpublic void setWidth(String width)
public void setZindex(String zindex)
public void setAutoOpen(String autoOpen)
public void setShowEffect(String showEffect)
public void setHideEffect(String hideEffect)
public void setOverlayColor(String overlayColor)
public void setOverlayOpacity(String overlayOpacity)
public void setMaxHeight(String maxHeight)
public void setMaxWidth(String maxWidth)
public void setMinHeight(String minHeight)
public void setMinWidth(String minWidth)
public void setOnOpenTopics(String onOpenTopics)
public void setOnCloseTopics(String onCloseTopics)
public void setOnFocusTopics(String onFocusTopics)
setOnFocusTopics in class AbstractTopicTagpublic void setOnBeforeCloseTopics(String onBeforeCloseTopics)
public void setCloseOnEscape(String closeOnEscape)
public void setOpenTopics(String openTopics)
public void setCloseTopics(String closeTopics)
public void setDestroyTopics(String destroyTopics)
Copyright © 2013. All Rights Reserved.