Guest User

Untitled

a guest
May 21st, 2018
80
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 0.17 KB | None | 0 0
  1. public class ExampleController
  2. {
  3. @Inject @ClientId("registerButton") UICommand registerButton;
  4.  
  5. public void action()
  6. {
  7. System.out.println(registerButton);
  8. }
  9. }
Add Comment
Please, Sign In to add comment