com.jgeppert.struts2.jquery.grid.views.freemarker.tags
Class JqueryGridModels

java.lang.Object
  extended by com.jgeppert.struts2.jquery.grid.views.freemarker.tags.JqueryGridModels

public class JqueryGridModels
extends java.lang.Object

Author:
Johannes Geppert

Field Summary
protected  GridModel grid
           
protected  GridColumnModel gridColumn
           
 
Constructor Summary
JqueryGridModels(com.opensymphony.xwork2.util.ValueStack stack, javax.servlet.http.HttpServletRequest req, javax.servlet.http.HttpServletResponse res)
           
 
Method Summary
 GridModel getGrid()
           
 GridColumnModel getGridColumn()
           
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Field Detail

gridColumn

protected GridColumnModel gridColumn

grid

protected GridModel grid
Constructor Detail

JqueryGridModels

public JqueryGridModels(com.opensymphony.xwork2.util.ValueStack stack,
                        javax.servlet.http.HttpServletRequest req,
                        javax.servlet.http.HttpServletResponse res)
Method Detail

getGridColumn

public GridColumnModel getGridColumn()

getGrid

public GridModel getGrid()


Copyright © 2011. All Rights Reserved.