Search in sources :

Example 1 with OnStartup

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);
}
Also used : ClientResourceType(org.uberfire.client.workbench.type.ClientResourceType) OnStartup(org.uberfire.lifecycle.OnStartup)

Aggregations

ClientResourceType (org.uberfire.client.workbench.type.ClientResourceType)1 OnStartup (org.uberfire.lifecycle.OnStartup)1