gboat2.base.view.components
类 GridColumn

java.lang.Object
  继承者 org.apache.struts2.components.Component
      继承者 org.apache.struts2.components.UIBean
          继承者 gboat2.base.view.components.GridColumn

public class GridColumn
extends org.apache.struts2.components.UIBean

创建表格的列,详见 http://www.trirand.com/jqgridwiki/doku.php?id=wiki:colmodel_options

从以下版本开始:
3.0
作者:
何明旺

字段摘要
protected  String align
           
protected  String datefmt
           
protected  String defval
           
protected  String displayTitle
           
protected  String editable
           
protected  String editoptions
           
protected  String editrules
           
protected  String edittype
           
protected  String firstsortorder
           
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  String resizable
           
protected  String search
           
protected  String searchoptions
           
protected  String searchtype
           
protected  String sortable
           
protected  String sorttype
           
protected  String surl
           
static String TEMPLATE
           
protected  String unformat
           
protected  String viewable
           
protected  String width
           
 
从类 org.apache.struts2.components.UIBean 继承的字段
accesskey, cssClass, cssErrorClass, cssErrorStyle, cssStyle, defaultTemplateDir, defaultUITheme, disabled, dynamicAttributes, errorPosition, id, javascriptTooltip, label, labelPosition, labelSeparator, name, onblur, onchange, onclick, ondblclick, onfocus, onkeydown, onkeypress, onkeyup, onmousedown, onmousemove, onmouseout, onmouseover, onmouseup, onselect, request, requiredLabel, requiredPosition, response, standardAttributesMap, tabindex, template, templateDir, templateEngineManager, templateSuffix, theme, title, tooltip, tooltipConfig, tooltipCssClass, tooltipDelay, tooltipIconPath, uiThemeExpansionToken, value
 
从类 org.apache.struts2.components.Component 继承的字段
actionMapper, COMPONENT_STACK, parameters, stack, throwExceptionOnELFailure
 
构造方法摘要
GridColumn(com.opensymphony.xwork2.util.ValueStack stack, javax.servlet.http.HttpServletRequest request, javax.servlet.http.HttpServletResponse response)
           
 
方法摘要
 void evaluateExtraParams()
           
protected  String getDefaultTemplate()
           
 void setAlign(String align)
           
 void setCssClass(String cssClass)
           
 void setDatefmt(String datefmt)
           
 void setDefval(String defval)
           
 void setDisplayTitle(String displayTitle)
           
 void setEditable(String editable)
           
 void setEditoptions(String editoptions)
           
 void setEditrules(String editrules)
           
 void setEdittype(String edittype)
           
 void setFirstsortorder(String firstsortorder)
           
 void setFixed(String fixed)
           
 void setFormatoptions(String formatoptions)
           
 void setFormatter(String formatter)
           
 void setFormoptions(String formoptions)
           
 void setFrozen(String frozen)
           
 void setHidden(String hidden)
           
 void setHidedlg(String hidedlg)
           
 void setIndex(String index)
           
 void setJsonmap(String jsonmap)
           
 void setKey(String key)
           
 void setLabel(String label)
           
 void setName(String name)
           
 void setResizable(String resizable)
           
 void setSearch(String search)
           
 void setSearchoptions(String searchoptions)
           
 void setSearchtype(String searchtype)
           
 void setSortable(String sortable)
           
 void setSorttype(String sorttype)
           
 void setSurl(String surl)
           
 void setTemplate(String template)
           
 void setTemplateDir(String templateDir)
           
 void setTheme(String theme)
           
 void setTitle(String title)
           
 void setUnformat(String unformat)
           
 void setViewable(String viewable)
           
 void setWidth(String width)
           
 
从类 org.apache.struts2.components.UIBean 继承的方法
addFormParameter, buildTemplateName, copyParams, enableAncestorFormCustomOnsubmit, end, ensureAttributeSafelyNotEscaped, escape, evaluateNameValue, evaluateParams, getId, getStandardAttributes, getTemplate, getTemplateDir, getTheme, getTooltipConfig, getValueClassType, mergeTemplate, populateComponentHtmlId, setAccesskey, setCssErrorClass, setCssErrorStyle, setCssStyle, setDefaultTemplateDir, setDefaultUITheme, setDisabled, setDynamicAttributes, setErrorPosition, setId, setJavascriptTooltip, setLabelposition, setLabelSeparator, setOnblur, setOnchange, setOnclick, setOndblclick, setOnfocus, setOnkeydown, setOnkeypress, setOnkeyup, setOnmousedown, setOnmousemove, setOnmouseout, setOnmouseover, setOnmouseup, setOnselect, setRequiredLabel, setRequiredPosition, setTabindex, setTemplateEngineManager, setTooltip, setTooltipConfig, setTooltipCssClass, setTooltipDelay, setTooltipIconPath, setUIThemeExpansionToken, setValue
 
从类 org.apache.struts2.components.Component 继承的方法
addAllParameters, addParameter, altSyntax, completeExpressionIfAltSyntax, determineActionURL, determineNamespace, end, fieldError, findAncestor, findString, findString, findStringIfAltSyntax, findValue, findValue, findValue, getComponentStack, getParameters, getStack, popComponentStack, setActionMapper, setThrowExceptionsOnELFailure, setUrlHelper, start, stripExpressionIfAltSyntax, toString, usesBody
 
从类 java.lang.Object 继承的方法
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

字段详细信息

TEMPLATE

public static final String TEMPLATE
另请参见:
常量字段值

align

protected String align

datefmt

protected String datefmt

defval

protected String defval

displayTitle

protected String displayTitle

editable

protected String editable

editoptions

protected String editoptions

editrules

protected String editrules

edittype

protected String edittype

firstsortorder

protected String firstsortorder

fixed

protected String fixed

formoptions

protected String formoptions

formatoptions

protected String formatoptions

formatter

protected String formatter

frozen

protected String frozen

hidedlg

protected String hidedlg

hidden

protected String hidden

index

protected String index

jsonmap

protected String jsonmap

key

protected String key

resizable

protected String resizable

search

protected String search

searchtype

protected String searchtype

searchoptions

protected String searchoptions

surl

protected String surl

sortable

protected String sortable

sorttype

protected String sorttype

unformat

protected String unformat

viewable

protected String viewable

width

protected String width
构造方法详细信息

GridColumn

public GridColumn(com.opensymphony.xwork2.util.ValueStack stack,
                  javax.servlet.http.HttpServletRequest request,
                  javax.servlet.http.HttpServletResponse response)
方法详细信息

getDefaultTemplate

protected String getDefaultTemplate()
指定者:
org.apache.struts2.components.UIBean 中的 getDefaultTemplate

evaluateExtraParams

public void evaluateExtraParams()
覆盖:
org.apache.struts2.components.UIBean 中的 evaluateExtraParams

setTemplateDir

public void setTemplateDir(String templateDir)
覆盖:
org.apache.struts2.components.UIBean 中的 setTemplateDir

setTheme

public void setTheme(String theme)
覆盖:
org.apache.struts2.components.UIBean 中的 setTheme

setTemplate

public void setTemplate(String template)
覆盖:
org.apache.struts2.components.UIBean 中的 setTemplate

setCssClass

public void setCssClass(String cssClass)
覆盖:
org.apache.struts2.components.UIBean 中的 setCssClass

setLabel

public void setLabel(String label)
覆盖:
org.apache.struts2.components.UIBean 中的 setLabel

setTitle

public void setTitle(String title)
覆盖:
org.apache.struts2.components.UIBean 中的 setTitle

setName

public void setName(String name)
覆盖:
org.apache.struts2.components.UIBean 中的 setName

setAlign

public void setAlign(String align)

setDatefmt

public void setDatefmt(String datefmt)

setDefval

public void setDefval(String defval)

setDisplayTitle

public void setDisplayTitle(String displayTitle)

setEditable

public void setEditable(String editable)

setEditoptions

public void setEditoptions(String editoptions)

setEditrules

public void setEditrules(String editrules)

setEdittype

public void setEdittype(String edittype)

setFirstsortorder

public void setFirstsortorder(String firstsortorder)

setFixed

public void setFixed(String fixed)

setFormoptions

public void setFormoptions(String formoptions)

setFormatoptions

public void setFormatoptions(String formatoptions)

setFormatter

public void setFormatter(String formatter)

setFrozen

public void setFrozen(String frozen)

setHidedlg

public void setHidedlg(String hidedlg)

setHidden

public void setHidden(String hidden)

setIndex

public void setIndex(String index)

setJsonmap

public void setJsonmap(String jsonmap)

setKey

public void setKey(String key)
覆盖:
org.apache.struts2.components.UIBean 中的 setKey

setResizable

public void setResizable(String resizable)

setSearch

public void setSearch(String search)

setSearchtype

public void setSearchtype(String searchtype)

setSearchoptions

public void setSearchoptions(String searchoptions)

setSurl

public void setSurl(String surl)

setSortable

public void setSortable(String sortable)

setSorttype

public void setSorttype(String sorttype)

setUnformat

public void setUnformat(String unformat)

setViewable

public void setViewable(String viewable)

setWidth

public void setWidth(String width)


Copyright © 2014 广联达软件股份有限公司(Glodon Software Co., Ltd.). All rights reserved.