just updated Java doc

This commit is contained in:
Francesco Mangiacrapa 2022-02-25 10:14:08 +01:00
parent b2f9c350c9
commit 7795335590
1 changed files with 29 additions and 29 deletions

View File

@ -19,12 +19,12 @@ import com.google.gwt.user.client.ui.Frame;
import com.google.gwt.user.client.ui.Image;
import com.google.gwt.user.client.ui.NamedFrame;
/**
* The Class CkanInternalFramePanel.
* The Class CkanFramePanel.
*
* @author Francesco Mangiacrapa francesco.mangiacrapa@isti.cnr.it
* Jun 9, 2016
* @author Francesco Mangiacrapa at ISTI-CNR francesco.mangiacrapa@isti.cnr.it
*
* Feb 25, 2022
*/
public class CkanFramePanel extends FlowPanel {
@ -48,9 +48,7 @@ public class CkanFramePanel extends FlowPanel{
* Post message.
*
* @param msg the msg (as json)
* @param javaScriptObject
* @param
* @param
* @param frameName the frame name
*/
protected native void sendMessage(String msg, String frameName) /*-{
console.log("Sending message " + msg);
@ -75,6 +73,8 @@ public class CkanFramePanel extends FlowPanel{
* Instance frame.
*
* @param ckanUrlConnector the ckan url connector
* @param messageToSend the message to send
* @param ckanUrl the ckan url
* @return the frame
*/
public Frame instanceFrame(String ckanUrlConnector, final String messageToSend, final String ckanUrl) {
@ -125,7 +125,7 @@ public class CkanFramePanel extends FlowPanel{
}
/**
* add loading image
* add loading image.
*/
private void addLoading() {
this.add(loading);