use of org.uberfire.lifecycle.OnStartup in project drools-wb by kiegroup.
the class DecisionTableXLSEditorPresenter method onStartup.
@OnStartup
public void onStartup(final ObservablePath path, final PlaceRequest place) {
ClientResourceType type = getType(path);
super.init(path, place, type);
view.init(this);
view.setupUploadWidget(type);
}
Aggregations