📄 grid.gridpanel.tag
字号:
name="onKeydown"
type="java.lang.Object"
required="false"
description="
( Ext.EventObject e )The raw keydown event for the entire grid.
" %>
<%@ attribute
name="onKeypress"
type="java.lang.Object"
required="false"
description="
( Ext.EventObject e )The raw keypress event for the entire grid.
" %>
<%@ attribute
name="onMousedown"
type="java.lang.Object"
required="false"
description="
( Ext.EventObject e )The raw mousedown event for the entire grid.
" %>
<%@ attribute
name="onMouseout"
type="java.lang.Object"
required="false"
description="
( Ext.EventObject e )The raw mouseout event for the entire grid.
" %>
<%@ attribute
name="onMouseover"
type="java.lang.Object"
required="false"
description="
( Ext.EventObject e )The raw mouseover event for the entire grid.
" %>
<%@ attribute
name="onMouseup"
type="java.lang.Object"
required="false"
description="
( Ext.EventObject e )The raw mouseup event for the entire grid.
" %>
<%@ attribute
name="onMove"
type="java.lang.Integer"
required="false"
description="
( Ext.Component this, Number x, Number y )Fires after the component is moved.
" %>
<%@ attribute
name="onRemove"
type="java.lang.String"
required="false"
description="
( Ext.Container this, Ext.Component component )Fires after any Ext.Component is removed from the container.
" %>
<%@ attribute
name="onRender"
type="java.lang.String"
required="false"
description="
( Ext.Component this )Fires after the component is rendered.
" %>
<%@ attribute
name="onResize"
type="java.lang.Integer"
required="false"
description="
( Ext.Component this, Number adjWidth, Number adjHeight, Number rawWidth, Number rawHeight )Fires after the component is resized.
" %>
<%@ attribute
name="onRowclick"
type="java.lang.Object"
required="false"
description="
( Grid this, Number rowIndex, Ext.EventObject e )Fires when a row is clicked
" %>
<%@ attribute
name="onRowcontextmenu"
type="java.lang.Object"
required="false"
description="
( Grid this, Number rowIndex, Ext.EventObject e )Fires when a row is right clicked
" %>
<%@ attribute
name="onRowdblclick"
type="java.lang.Object"
required="false"
description="
( Grid this, Number rowIndex, Ext.EventObject e )Fires when a row is double clicked
" %>
<%@ attribute
name="onRowmousedown"
type="java.lang.Object"
required="false"
description="
( Grid this, Number rowIndex, Ext.EventObject e )Fires before a row is clicked
" %>
<%@ attribute
name="onShow"
type="java.lang.String"
required="false"
description="
( Ext.Component this )Fires after the component is shown.
" %>
<%@ attribute
name="onSortchange"
type="java.lang.Object"
required="false"
description="
( Grid this, Object sortInfo )Fires when the grid's store sort changes
" %>
<%@ attribute
name="onStaterestore"
type="java.lang.Object"
required="false"
description="
( Ext.Component this, Object state )Fires after the state of the component is restored.
" %>
<%@ attribute
name="onStatesave"
type="java.lang.Object"
required="false"
description="
( Ext.Component this, Object state )Fires after the state of the component is saved to the configured state provider.
" %>
<%@ attribute
name="onTitlechange"
type="java.lang.String"
required="false"
description="
( Ext.Panel p, String The )Fires after the Panel title has been set or changed.
" %>
<%-- Events _____________________________END --%>
<%-- Added attriutes _________________START --%>
<%@ attribute
name="data"
type="java.lang.String"
required="false"
description="(String)"
%>
<%@ attribute
name="fields"
type="java.lang.String"
required="false"
description="(String) Fields definition, generated automatically."
%>
<%-- Added attriutes _________________END --%>
<%-- Added attribs (region,splitRegion)_____________________________START --%>
<%@ attribute
name="region"
type="java.lang.String"
required="false"
description="
(String) This region's layout position (north, south, east, west or center).
" %>
<%@ attribute
name="animFloat"
type="java.lang.Boolean"
required="false"
description="
(Boolean)When a collapsed region's bar is clicked, the region's panel will be displayed as a floated panel that will close again once the user mouses out of that panel (or clicks out if autoHide = false). Setting animFloat to false will prevent the open and close of these floated panels from being animated (defaults to true).
" %>
<%@ attribute
name="autoHide"
type="java.lang.Boolean"
required="false"
description="
(Boolean)When a collapsed region's bar is clicked, the region's panel will be displayed as a floated panel. If autoHide is true, the panel will automatically hide after the user mouses out of the panel. If autoHide is false, the panel will continue to display until the user clicks outside of the panel (defaults to true).
" %>
<%@ attribute
name="cmargins"
type="java.lang.Object"
required="false"
description="
(Object)An object containing margins to apply to the region's collapsed element in the format {left: (left margin), top: (top margin), right: (right margin), bottom: (bottom margin)}
" %>
<%@ attribute
name="collapseMode"
type="java.lang.String"
required="false"
description="
(String)By default, collapsible regions are collapsed by clicking the expand/collapse tool button that renders into the region's title bar. Optionally, when collapseMode is set to 'mini' the region's split bar will also display a small collapse button in the center of the bar. In 'mini' mode the region will collapse to a thinner bar than in normal mode. By default collapseMode is undefined, and the only two supported values are undefined and 'mini'. Note that if a collapsible region does not have a title bar, then collapseMode must be set to 'mini' in order for the region to be collapsible by the user as the tool button will not be rendered.
" %>
<%@ attribute
name="floatable"
type="java.lang.Boolean"
required="false"
description="
(Boolean)True to allow clicking a collapsed region's bar to display the region's panel floated above the layout, false to force the user to fully expand a collapsed region by clicking the expand button to see it again (defaults to true).
" %>
<%@ attribute
name="margins"
type="java.lang.Object"
required="false"
description="
(Object)An object containing margins to apply to the region in the format {left: (left margin), top: (top margin), right: (right margin), bottom: (bottom margin)}
" %>
<%@ attribute
name="minHeight"
type="java.lang.Integer"
required="false"
description="
(Number)The minimum allowable height in pixels for this region (defaults to 50)
" %>
<%@ attribute
name="minWidth"
type="java.lang.Integer"
required="false"
description="
(Number)The minimum allowable width in pixels for this region (defaults to 50)
" %>
<%@ attribute
name="split"
type="java.lang.Boolean"
required="false"
description="
(Boolean)True to display a Ext.SplitBar between this region and its neighbor, allowing the user to resize the regions dynamically (defaults to false). When split = true, it is common to specify a minSize and maxSize for the region.
" %>
<%@ attribute
name="collapsibleSplitTip"
type="java.lang.String"
required="false"
description="
(String)The tooltip to display when the user hovers over a collapsible region's split bar (defaults to 'Drag to resize. Double click to hide.'). Only applies if useSplitTips = true.
" %>
<%@ attribute
name="splitTip"
type="java.lang.String"
required="false"
description="
(String)The tooltip to display when the user hovers over a non-collapsible region's split bar (defaults to 'Drag to resize.'). Only applies if useSplitTips = true.
" %>
<%@ attribute
name="useSplitTips"
type="java.lang.Boolean"
required="false"
description="
(Boolean)True to display a tooltip when the user hovers over a region's split bar (defaults to false). The tooltip text will be the value of either splitTip or collapsibleSplitTip as appropriate.
" %>
<%-- Added attribs _____________________________END --%>
<%@ include file="inc/taglibs.jsp" %>
<%@ tag
import="org.apache.commons.beanutils.BeanUtils"
dynamic-attributes="dynamicAttributes"
description="Standard form container. Although they are not listed, this class also accepts all the config options required to configure its internal Ext.form.BasicForm. By default, Ext Forms are submitted through Ajax, using Ext.form.Action. To enable normal browser submission of the Ext Form contained in this FormPanel, override the Form's onSubmit, and submit methods. " %>
<extutil:processTagAttributes
configVar="configMap"
eventsVar="eventsMap"
include="*"
exclude="items"
tagJspContext="<%=jspContext %>"
dynamicAttributes="${dynamicAttributes}" />
<jsp:doBody />
<%-- Process JSP body --%>
<c:set var="item">
new Ext.grid.GridPanel({
<c:forEach items="${configMap}" var="config">
${config.key}:${config.value},
</c:forEach>
<% String data = BeanUtils.getProperty(this,"data"); %>
<% String fields = BeanUtils.getProperty(this,"fields"); %>
<c:if test="<%= data!=null %>">
store:new Ext.data.SimpleStore({
fields: [<%= BeanUtils.getProperty(this,"fields") %>],
data: [<%= data.substring(0,data.length()-1) %>]
}),
</c:if>
cm:new Ext.grid.ColumnModel([
<%= BeanUtils.getProperty(this,"colModel") %>
]),
<c:if test="<%= BeanUtils.getProperty(this,"tbar")!=null %>">
tbar:[
<%
String tbar = BeanUtils.getProperty(this,"tbar");
jspContext.getOut().write(tbar.substring(0,tbar.length()-1));
%>
],
</c:if>
<c:if test="<%= BeanUtils.getProperty(this,"sm")!=null %>">
sm:<%=BeanUtils.getProperty(this,"sm") %>,
</c:if>
<c:if test="<%= BeanUtils.getProperty(this,"store")!=null %>">
store:<%=BeanUtils.getProperty(this,"store") %>,
</c:if>
<c:if test="<%= BeanUtils.getProperty(this,"bbar")!=null %>">
bbar:[
<%
String bbar = BeanUtils.getProperty(this,"bbar");
jspContext.getOut().write(bbar.substring(0,bbar.length()-1));
%>
],
</c:if>
<c:if test="<%= BeanUtils.getProperty(this,"buttons")!=null %>">
buttons:[
<%
String buttons = BeanUtils.getProperty(this,"buttons");
jspContext.getOut().write(buttons.substring(0,buttons.length()-1));
%>
],
</c:if>
<c:if test="<%= BeanUtils.getProperty(this,"tools")!=null %>">
tools:[
<%
String tools = BeanUtils.getProperty(this,"tools");
jspContext.getOut().write(tools.substring(0,tools.length()-1));
%>
],
</c:if>
<c:if test="<%= BeanUtils.getProperty(this,"viewConfig")!=null %>">
viewConfig:<%= BeanUtils.getProperty(this,"viewConfig") %>,
</c:if>
<c:if test="<%= BeanUtils.getProperty(this,"view")!=null %>">
view:<%= BeanUtils.getProperty(this,"view") %>,
</c:if>
listeners:{
<c:forEach items="${eventsMap}" var="event" varStatus="status">
<c:if test="${fn:indexOf(event.value,'function(')==-1}">
${event.key}:function(){${event.value}}
</c:if>
<c:if test="${fn:indexOf(event.value,'function(')>-1}">
${event.key}:${event.value}
</c:if>
${status.last?'':','}
</c:forEach>
}
}),
</c:set>
<extutil:setParentProperties
tag="<%=this%>"
items="${item}" />
⌨️ 快捷键说明
复制代码
Ctrl + C
搜索代码
Ctrl + F
全屏模式
F11
切换主题
Ctrl + Shift + D
显示快捷键
?
增大字号
Ctrl + =
减小字号
Ctrl + -