comparison gwt-client/src/main/java/org/dive4elements/river/client/client/ui/ParameterList.java @ 6579:b2534dfa2ac8

Doc.
author Felix Wolfsteller <felix.wolfsteller@intevation.de>
date Wed, 17 Jul 2013 10:02:58 +0200
parents 175df4c01ae7
children 2a97d9c3413a
comparison
equal deleted inserted replaced
6578:e6122a6565e1 6579:b2534dfa2ac8
81 { 81 {
82 private static final long serialVersionUID = 5204784727239299980L; 82 private static final long serialVersionUID = 5204784727239299980L;
83 83
84 public static final String STYLENAME_OLD_PARAMETERS = "oldParameters"; 84 public static final String STYLENAME_OLD_PARAMETERS = "oldParameters";
85 85
86 /** The message class that provides i18n strings.*/ 86 /** The message class that provides i18n strings. */
87 protected FLYSConstants MSG = GWT.create(FLYSConstants.class); 87 protected FLYSConstants MSG = GWT.create(FLYSConstants.class);
88 88
89 /** The ArtifactService used to communicate with the Artifact server. */ 89 /** The ArtifactService used to communicate with the Artifact server. */
90 protected ArtifactServiceAsync artifactService = 90 protected ArtifactServiceAsync artifactService =
91 GWT.create(ArtifactService.class); 91 GWT.create(ArtifactService.class);
101 101
102 protected ReportServiceAsync reportService = 102 protected ReportServiceAsync reportService =
103 GWT.create(ReportService.class); 103 GWT.create(ReportService.class);
104 104
105 105
106 /** The list of ParameterizationChangeHandler.*/ 106 /** The list of ParameterizationChangeHandler. */
107 protected List<ParameterChangeHandler> parameterHandlers; 107 protected List<ParameterChangeHandler> parameterHandlers;
108 108
109 protected FLYS flys; 109 protected FLYS flys;
110 110
111 protected CollectionView cView; 111 protected CollectionView cView;
566 } 566 }
567 } 567 }
568 568
569 569
570 /** 570 /**
571 * This method refreshes the part displaying the data of the current state. 571 * Refreshes the part displaying the data of the current state.
572 * The UI is created using the UIProvider stored in the Data object. 572 * The UI is created using the UIProvider stored in the Data object.
573 */ 573 */
574 public void refreshCurrent() { 574 public void refreshCurrent() {
575 currentItems.removeMembers(currentItems.getMembers()); 575 currentItems.removeMembers(currentItems.getMembers());
576 576

http://dive4elements.wald.intevation.org