Commit b7dcce80 authored by dkasliwal's avatar dkasliwal

Open drill-down card view in same page


git-svn-id: http://15.206.35.175/svn/proteus/business-java/trunk@103794 ce508802-f39f-4f6c-b175-0d175dae99d5
parent 81748754
...@@ -283,7 +283,8 @@ public class CardBuilder ...@@ -283,7 +283,8 @@ public class CardBuilder
/*Add Add parameters to url for hyper link data By Swati on Date 05-05-2016*/ /*Add Add parameters to url for hyper link data By Swati on Date 05-05-2016*/
if(linkMetadataName.length() > 0) if(linkMetadataName.length() > 0)
{ {
setOnClick(linkMetadataName, html,"/ibase/dwh/GwtDashboardPage.html?metadataname="+linkMetadataName+propertyStr,currentID); //setOnClick(linkMetadataName, html,"/ibase/dwh/GwtDashboardPage.html?metadataname="+linkMetadataName+propertyStr,currentID);
setOnClick(linkMetadataName, html,propertyStr,currentID);
} }
/*End Add parameters to url for hyper link data By Swati on Date 05-05-2016*/ /*End Add parameters to url for hyper link data By Swati on Date 05-05-2016*/
verticalPnl.add(horizontalPnl); verticalPnl.add(horizontalPnl);
...@@ -317,11 +318,12 @@ public class CardBuilder ...@@ -317,11 +318,12 @@ public class CardBuilder
@Override @Override
public void onClick(ClickEvent event) { public void onClick(ClickEvent event) {
//Window.open(url, linkMetadata, ""); //Window.open(url, linkMetadata, "");
if(html.getElement().getAttribute("a") != null) /*if(html.getElement().getAttribute("a") != null)
{ {
buildGridFrameContainer(); buildGridFrameContainer();
//openLinkChart(linkMetadata,url,currentID); //openLinkChart(linkMetadata,url,currentID);
} }*/
openLinkChart(linkMetadata,url,currentID);
} }
}); });
} }
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment