236237238239240241242243244245246247248249250
protected void onLoad() { super.onLoad(); if (drag == null){ throw new WidgetNotFoundError("Drag widget not found..."); } if (scale == null){ throw new WidgetNotFoundError("Scale widget not found..."); } if (!wasInited) { presenter.bind();