public class Query extends Object
| 限定符和类型 | 字段和说明 |
|---|---|
protected org.apache.tapestry5.services.javascript.JavaScriptSupport |
javaScriptSupport |
protected org.apache.tapestry5.ioc.Messages |
messages |
protected ISupportedLocales |
supportedLocales |
| 构造器和说明 |
|---|
Query() |
| 限定符和类型 | 方法和说明 |
|---|---|
org.apache.tapestry5.json.JSONArray |
getActionButs()
查询按钮已在panel2组件中rend
|
String |
getDeleteUrl() |
String |
getDialogStyle() |
String |
getFormClass() |
String |
getSaveUrl() |
String |
getTitle() |
boolean |
isHassaveCheckHandle() |
boolean |
isHassaveReturnHandle() |
boolean |
isShowAdd() |
boolean |
isShowDel() |
boolean |
isShowUpdate() |
boolean |
isShowUpdateBlock() |
@InjectService(value="locales") protected ISupportedLocales supportedLocales
@Inject protected org.apache.tapestry5.ioc.Messages messages
@Environmental protected org.apache.tapestry5.services.javascript.JavaScriptSupport javaScriptSupport
public boolean isShowUpdateBlock()
public String getSaveUrl()
public String getDeleteUrl()
public String getTitle()
public String getDialogStyle()
public boolean isShowDel()
public boolean isShowUpdate()
public boolean isShowAdd()
public boolean isHassaveCheckHandle()
public boolean isHassaveReturnHandle()
public org.apache.tapestry5.json.JSONArray getActionButs()
public String getFormClass()
Copyright © 2016. All rights reserved.