T
- public class GridResultUtil<T> extends Object
Constructor and Description |
---|
GridResultUtil(jwork.component.grid.datasource.GridParameter<Map<String,Object>> gridParameter,
List<T> list)
GridParameter 및 데이터 리스트를 이용하여 GridResultUtil 인스턴스 생성
|
Modifier and Type | Method and Description |
---|---|
void |
downloadExcel()
GridResult 데이터를 엑셀로 다운로드
|
jwork.component.grid.datasource.GridResult<T> |
getGridResult() |
void |
setModelAndView(org.springframework.web.servlet.ModelAndView mav)
ModelAndView에 GridResult 객체 추가
|
public void downloadExcel()
public jwork.component.grid.datasource.GridResult<T> getGridResult()
public void setModelAndView(org.springframework.web.servlet.ModelAndView mav)
mav
- ModelAndView 객체Copyright © 2025. All rights reserved.