Package com.palantir.ptoss.cinch.swing
Annotation Type OnClick
- 
@Retention(RUNTIME) @Target(FIELD) public @interface OnClickA binding that will call a method when the on-click action occurs on this component. 
- 
- 
Required Element Summary
Required Elements Modifier and Type Required Element Description java.lang.Stringcall 
- 
Optional Element Summary
Optional Elements Modifier and Type Optional Element Description OnClick.Buttonbuttonintcount 
 - 
 
- 
- 
- 
button
OnClick.Button button
- Default:
 - com.palantir.ptoss.cinch.swing.OnClick.Button.LEFT
 
 
 - 
 
 -