comparison flys-client/src/main/java/de/intevation/flys/client/client/ui/AbstractUIProvider.java @ 2500:69a498896c9c

Create a link to an online help page and put it in front of the input panels. flys-client/trunk@4336 c6561f87-3c4e-4783-a992-168aeb5c3f6f
author Ingo Weinzierl <ingo.weinzierl@intevation.de>
date Thu, 03 May 2012 06:19:04 +0000
parents 8ab010967f78
children a6b7f0585761
comparison
equal deleted inserted replaced
2499:8f36d4b5890c 2500:69a498896c9c
163 163
164 return next; 164 return next;
165 } 165 }
166 166
167 167
168 @Override
169 public Canvas createHelpLink(DataList dataList, Data data) {
170 String iUrl = GWT.getHostPageBaseURL() + MSG.getFeatureInfo();
171 String helpUrl = dataList.getHelpText();
172
173 return new ImgLink(iUrl, helpUrl, 30, 30, true);
174 }
175
176
168 /** 177 /**
169 * Creates the 'back' button to step back to a previous state. 178 * Creates the 'back' button to step back to a previous state.
170 * 179 *
171 * @param targetState The identifier of the target state. 180 * @param targetState The identifier of the target state.
172 * 181 *

http://dive4elements.wald.intevation.org