private void showValidateOutputLocationError() {
String title = Messages.getString( "outputLocationErrorTitle" );
String message = Messages.getString( "outputLocationErrorMessage" );
MessageDialogBox dialogBox =
new MessageDialogBox( title, message, false, false, true, Messages.getString( "close" ), null, null ); //$NON-NLS-1$
dialogBox.addStyleName( "pentaho-dialog-small" );
dialogBox.center();
}
private native JsArray<JsJob> parseJson( String json )
/*-{