gboat2.base.view.jsp
类 GridOperationsTag

java.lang.Object
  继承者 javax.servlet.jsp.tagext.TagSupport
      继承者 javax.servlet.jsp.tagext.BodyTagSupport
          继承者 org.apache.struts2.views.jsp.StrutsBodyTagSupport
              继承者 org.apache.struts2.views.jsp.ComponentTagSupport
                  继承者 org.apache.struts2.views.jsp.ui.AbstractUITag
                      继承者 org.apache.struts2.views.jsp.ui.AbstractClosingTag
                          继承者 gboat2.base.view.jsp.GridOperationsTag
所有已实现的接口:
Serializable, javax.servlet.jsp.tagext.BodyTag, javax.servlet.jsp.tagext.DynamicAttributes, javax.servlet.jsp.tagext.IterationTag, javax.servlet.jsp.tagext.JspTag, javax.servlet.jsp.tagext.Tag

public class GridOperationsTag
extends org.apache.struts2.views.jsp.ui.AbstractClosingTag

从以下版本开始:
3.0.0-SNAPSHOT
作者:
何明旺
另请参见:
GridOperations, 序列化表格

字段摘要
protected  String align
           
protected  String fixed
           
protected  String frozen
           
protected  String resizable
           
protected  String width
           
 
从类 org.apache.struts2.views.jsp.ui.AbstractClosingTag 继承的字段
openTemplate
 
从类 org.apache.struts2.views.jsp.ui.AbstractUITag 继承的字段
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
 
从类 org.apache.struts2.views.jsp.ComponentTagSupport 继承的字段
component
 
从类 javax.servlet.jsp.tagext.BodyTagSupport 继承的字段
bodyContent
 
从类 javax.servlet.jsp.tagext.TagSupport 继承的字段
pageContext
 
从接口 javax.servlet.jsp.tagext.BodyTag 继承的字段
EVAL_BODY_BUFFERED, EVAL_BODY_TAG
 
从接口 javax.servlet.jsp.tagext.IterationTag 继承的字段
EVAL_BODY_AGAIN
 
从接口 javax.servlet.jsp.tagext.Tag 继承的字段
EVAL_BODY_INCLUDE, EVAL_PAGE, SKIP_BODY, SKIP_PAGE
 
构造方法摘要
GridOperationsTag()
           
 
方法摘要
 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 setAlign(String align)
           
 void setFixed(String fixed)
           
 void setFrozen(String frozen)
           
 void setResizable(String resizable)
           
 void setWidth(String width)
           
 
从类 org.apache.struts2.views.jsp.ui.AbstractClosingTag 继承的方法
setOpenTemplate
 
从类 org.apache.struts2.views.jsp.ui.AbstractUITag 继承的方法
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
 
从类 org.apache.struts2.views.jsp.ComponentTagSupport 继承的方法
doEndTag, doStartTag, getComponent
 
从类 org.apache.struts2.views.jsp.StrutsBodyTagSupport 继承的方法
findString, findValue, findValue, getBody, getStack, toString
 
从类 javax.servlet.jsp.tagext.BodyTagSupport 继承的方法
doAfterBody, doInitBody, getBodyContent, getPreviousOut, release, setBodyContent
 
从类 javax.servlet.jsp.tagext.TagSupport 继承的方法
findAncestorWithClass, getId, getParent, getValue, getValues, removeValue, setPageContext, setParent, setValue
 
从类 java.lang.Object 继承的方法
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 
从接口 javax.servlet.jsp.tagext.Tag 继承的方法
getParent, setPageContext, setParent
 

字段详细信息

align

protected String align

fixed

protected String fixed

frozen

protected String frozen

resizable

protected String resizable

width

protected String width
构造方法详细信息

GridOperationsTag

public GridOperationsTag()
方法详细信息

getBean

public org.apache.struts2.components.Component getBean(com.opensymphony.xwork2.util.ValueStack stack,
                                                       javax.servlet.http.HttpServletRequest req,
                                                       javax.servlet.http.HttpServletResponse res)
指定者:
org.apache.struts2.views.jsp.ComponentTagSupport 中的 getBean

populateParams

protected void populateParams()
覆盖:
org.apache.struts2.views.jsp.ui.AbstractClosingTag 中的 populateParams

setAlign

public void setAlign(String align)

setFixed

public void setFixed(String fixed)

setFrozen

public void setFrozen(String frozen)

setResizable

public void setResizable(String resizable)

setWidth

public void setWidth(String width)


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