Modifier and Type | Method and Description |
---|---|
ArrayList<WfDocumentBean> |
WorkflowDocService.getAllWfDocuments() |
Modifier and Type | Method and Description |
---|---|
Boolean |
WorkflowDocService.deleteWorkflowDocument(WfDocumentBean docBean) |
void |
WorkflowDocServiceAsync.deleteWorkflowDocument(WfDocumentBean docBean,
com.google.gwt.user.client.rpc.AsyncCallback<Boolean> callback) |
Modifier and Type | Method and Description |
---|---|
void |
WorkflowDocServiceAsync.getAllWfDocuments(com.google.gwt.user.client.rpc.AsyncCallback<ArrayList<WfDocumentBean>> callback) |
Modifier and Type | Method and Description |
---|---|
com.extjs.gxt.ui.client.widget.grid.GridSelectionModel<WfDocumentBean> |
Display.getGridSelectionModel() |
Modifier and Type | Method and Description |
---|---|
void |
Display.setData(List<WfDocumentBean> data) |
Modifier and Type | Method and Description |
---|---|
com.extjs.gxt.ui.client.widget.grid.GridSelectionModel<WfDocumentBean> |
WorkflowDocsView.getGridSelectionModel() |
Modifier and Type | Method and Description |
---|---|
void |
WorkflowDocsView.setData(List<WfDocumentBean> data) |
Modifier and Type | Method and Description |
---|---|
ArrayList<WfDocumentBean> |
WorkflowDocServiceImpl.getAllWfDocuments() |
Modifier and Type | Method and Description |
---|---|
Boolean |
WorkflowDocServiceImpl.deleteWorkflowDocument(WfDocumentBean docBean) |
Copyright © 2015. All Rights Reserved.