Skip to content

Commit

Permalink
minor update
Browse files Browse the repository at this point in the history
  • Loading branch information
linux-china committed Oct 11, 2016
1 parent 935c0cf commit 7953166
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions src/main/java/org/mvnsearch/vaadin/LoginView.java
Original file line number Diff line number Diff line change
Expand Up @@ -17,8 +17,8 @@ public class LoginView extends LoginDesign implements View {
@PostConstruct
public void init() {
//todo implement event registration here
summitButton.addClickListener(event -> {
nickField.setValue("Jacky");
loginButton.addClickListener(event -> {
nameField.setValue("Jacky");
});
}

Expand Down

0 comments on commit 7953166

Please sign in to comment.