Commit f130181f authored by dkasliwal's avatar dkasliwal

Display Title name with selected value for drill down level dashboard


git-svn-id: http://15.206.35.175/svn/proteus/business-java/trunk@104707 ce508802-f39f-4f6c-b175-0d175dae99d5
parent 98757fb8
......@@ -816,9 +816,12 @@ public class GraphComponent extends Composite
final HorizontalPanel dateHPanel = new HorizontalPanel();
//End code for displaying refresh icon and date on dashboard by Varsha on 19/01/2017
String cellVal = Window.Location.getParameter("CELL_VAL") == null ? "" : Window.Location.getParameter("CELL_VAL");
HorizontalPanel gridTtlPanel = new HorizontalPanel();
if(!childID.equalsIgnoreCase(""))
{
gridComponantTitleName = gridComponantTitleName+ " : " +parameterList.get(parameterList.size()-2);
}else if(cellVal.trim().length()>0)
{
gridComponantTitleName = gridComponantTitleName+ " : " +parameterList.get(parameterList.size()-2);
}
......
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