We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 6375486 commit 87cc783Copy full SHA for 87cc783
src/main/java/com/esri/samples/portal/webmap_keyword_search/WebmapKeywordSearchController.java
@@ -41,14 +41,10 @@
41
public class WebmapKeywordSearchController {
42
43
44
- @FXML
45
- private TextField keyword;
46
47
- private MapView mapView;
48
49
- private ListView<PortalItem> resultsList;
50
51
- private Button moreButton;
+ @FXML private TextField keyword;
+ @FXML private MapView mapView;
+ @FXML private ListView<PortalItem> resultsList;
+ @FXML private Button moreButton;
52
53
private Portal portal;
54
private PortalQueryResultSet<PortalItem> portalQueryResultSet;
0 commit comments