public interface IFileModifier
Modifier and Type | Method and Description |
---|---|
void |
apply() |
void |
init(org.pentaho.gwt.widgets.client.filechooser.RepositoryFile fileSummary,
com.google.gwt.xml.client.Document fileInfo) |
List<com.google.gwt.http.client.RequestBuilder> |
prepareRequests()
Use this method to create RequestBuilder objects and use RequestBuilder.setRequestData Add RequestBuilder
objects to the List which is then used by FilePropertiesDialog to iterate through and call each request
sequentially by chaining them in the callbacks.
|
void init(org.pentaho.gwt.widgets.client.filechooser.RepositoryFile fileSummary, com.google.gwt.xml.client.Document fileInfo)
void apply()
List<com.google.gwt.http.client.RequestBuilder> prepareRequests()
FilePropertiesDialog.applyPanel()
Copyright © 2021 Hitachi Vantara. All rights reserved.