public class GridColumn extends AbstractRemoteBean
Renders a column for the grid
Examples
| Modifier and Type | Field and Description |
|---|---|
protected String |
align |
static String |
COMPONENT_NAME |
protected String |
defval |
protected String |
displayTitle |
protected String |
editable |
protected String |
editoptions |
protected String |
editrules |
protected String |
edittype |
protected String |
fixed |
protected String |
formatoptions |
protected String |
formatter |
protected String |
formoptions |
protected String |
frozen |
protected String |
hidden |
protected String |
hidedlg |
protected String |
index |
protected String |
jsonmap |
protected String |
key |
protected static com.opensymphony.xwork2.util.logging.Logger |
LOG |
protected String |
name |
protected String |
resizable |
protected String |
search |
protected String |
searchoptions |
protected String |
searchtype |
protected String |
sortable |
protected String |
sorttype |
protected String |
surl |
static String |
TEMPLATE |
static String |
TEMPLATE_CLOSE |
protected String |
title |
protected String |
width |
dataType, effect, effectDuration, effectMode, effectOptions, errorElementId, errorText, formIds, href, indicator, listenTopics, loadingText, onEffectCompleteTopics, requestType, targets, timeoutonAfterValidationTopics, onAlwaysTopics, onBeforeTopics, onBlurTopics, onChangeTopics, onCompleteTopics, onDisableTopics, onEnableTopics, onErrorTopics, onFocusTopics, onSuccessTopicsaccesskey, cssClass, cssErrorClass, cssErrorStyle, cssStyle, defaultTemplateDir, defaultUITheme, disabled, dynamicAttributes, id, javascriptTooltip, label, labelPosition, labelSeparator, onblur, onchange, onclick, ondblclick, onfocus, onkeydown, onkeypress, onkeyup, onmousedown, onmousemove, onmouseout, onmouseover, onmouseup, onselect, request, required, requiredposition, response, standardAttributesMap, tabindex, template, templateDir, templateEngineManager, templateSuffix, theme, tooltip, tooltipConfig, tooltipCssClass, tooltipDelay, tooltipIconPath, value| Constructor and Description |
|---|
GridColumn(com.opensymphony.xwork2.util.ValueStack stack,
javax.servlet.http.HttpServletRequest request,
javax.servlet.http.HttpServletResponse response) |
setDataType, setEffect, setEffectDuration, setEffectMode, setEffectOptions, setErrorElementId, setErrorText, setFormIds, setHref, setIndicator, setListenTopics, setLoadingText, setOnEffectCompleteTopics, setRequestType, setTargets, setTimeoutsetOnAfterValidationTopics, setOnAlwaysTopics, setOnBeforeTopics, setOnBlurTopics, setOnChangeTopics, setOnCompleteTopics, setOnDisableTopics, setOnEnableTopics, setOnErrorTopics, setOnFocusTopics, setOnSuccessTopicsaddFormParameter, buildTemplateName, copyParams, enableAncestorFormCustomOnsubmit, end, ensureAttributeSafelyNotEscaped, escape, evaluateNameValue, evaluateParams, getId, getStandardAttributes, getTemplate, getTemplateDir, getTooltipConfig, getValueClassType, mergeTemplate, populateComponentHtmlId, setAccesskey, setCssClass, setCssErrorClass, setCssErrorStyle, setCssStyle, setDefaultTemplateDir, setDefaultUITheme, setDisabled, setDynamicAttributes, setId, setJavascriptTooltip, setLabel, setLabelposition, setLabelSeparator, setOnblur, setOnchange, setOnclick, setOndblclick, setOnfocus, setOnkeydown, setOnkeypress, setOnkeyup, setOnmousedown, setOnmousemove, setOnmouseout, setOnmouseover, setOnmouseup, setOnselect, setRequired, setRequiredposition, setTabindex, setTemplate, setTemplateDir, setTemplateEngineManager, setTooltip, setTooltipConfig, setTooltipCssClass, setTooltipDelay, setTooltipIconPath, setValueaddAllParameters, addParameter, altSyntax, completeExpressionIfAltSyntax, determineActionURL, determineNamespace, end, fieldError, findAncestor, findString, findString, findStringIfAltSyntax, findValue, findValue, findValue, getComponentStack, getParameters, getStack, popComponentStack, setActionMapper, setThrowExceptionsOnELFailure, setUrlHelper, stripExpressionIfAltSyntax, toString, usesBodypublic static final String TEMPLATE
public static final String TEMPLATE_CLOSE
public static final String COMPONENT_NAME
protected static final com.opensymphony.xwork2.util.logging.Logger LOG
protected String name
protected String jsonmap
protected String title
protected String index
protected String width
protected String editable
protected String editoptions
protected String edittype
protected String editrules
protected String fixed
protected String formatter
protected String formatoptions
protected String frozen
protected String sortable
protected String sorttype
protected String resizable
protected String key
protected String search
protected String searchtype
protected String searchoptions
protected String hidden
protected String hidedlg
protected String align
protected String formoptions
protected String defval
protected String surl
protected String displayTitle
public GridColumn(com.opensymphony.xwork2.util.ValueStack stack,
javax.servlet.http.HttpServletRequest request,
javax.servlet.http.HttpServletResponse response)
public String getDefaultOpenTemplate()
getDefaultOpenTemplate in class org.apache.struts2.components.ClosingUIBeanprotected String getDefaultTemplate()
getDefaultTemplate in class org.apache.struts2.components.UIBeanpublic void evaluateExtraParams()
evaluateExtraParams in class AbstractRemoteBeanpublic void setTheme(String theme)
setTheme in class org.apache.struts2.components.UIBeanpublic String getTheme()
getTheme in class org.apache.struts2.components.UIBeanpublic void setName(String name)
setName in class org.apache.struts2.components.UIBeanpublic void setJsonmap(String jsonmap)
public void setTitle(String title)
setTitle in class org.apache.struts2.components.UIBeanpublic void setIndex(String index)
public void setWidth(String width)
public void setEditable(String editable)
public void setEditoptions(String editoptions)
public void setEdittype(String edittype)
public void setEditrules(String editrules)
public void setFixed(String fixed)
public void setFormatter(String formatter)
public void setFormatoptions(String formatoptions)
public void setFrozen(String frozen)
public void setSortable(String sortable)
public void setSorttype(String sorttype)
public void setResizable(String resizable)
public void setKey(String key)
setKey in class org.apache.struts2.components.UIBeanpublic void setSearch(String search)
public void setSearchoptions(String searchoptions)
public void setSearchtype(String searchtype)
public void setHidden(String hidden)
public void setHidedlg(String hidedlg)
public void setAlign(String align)
public void setFormoptions(String formoptions)
public void setDefval(String defval)
public void setSurl(String surl)
public void setDisplayTitle(String displayTitle)
Copyright © 2013. All Rights Reserved.