public interface PopListEvt
Description: 弹出事件
Title:首亨软件 - TSS/CRM等
限定符和类型 | 方法和说明 |
---|---|
void |
getOrderBy(PopList pl,
OrderByInfo order)
生成排序方式,如:order.setColumn("user_id") ;
|
java.lang.String |
getSql(PopList pl)
生成查询数据SQL,可以通过ss.getRequest()获取自定义的查询参数
|
void |
prepareTableCell(PopList pl,
java.util.List<CellInfo> list)
表头信息,如:list.add(new CellInfo().setLabel("用户编号").setTableCol("user_id")) ;
|
void |
prepareValueCell(CellInfo idCell,
CellInfo descCell)
准备选择的ID列和描述列,
如:idCell.setTableCol("user_id") ;
descCell.setTableCol("user_name") ;
|
java.lang.String |
queryHtml(PopList pl)
查询条件,如:return "关键字:<input type='text' name='keyWord' />";
|
java.lang.String getSql(PopList pl)
pl
- PopListvoid getOrderBy(PopList pl, OrderByInfo order)
pl
- PopListorder
- OrderByInfojava.lang.String queryHtml(PopList pl)
pl
- PageList对象void prepareTableCell(PopList pl, java.util.List<CellInfo> list)
pl
- PopListlist
- List