Package com.palantir.ptoss.cinch.swing
Annotation Interface OnChange
A component binding that will call a method when an action occurs.  This can be applied to
 any object that has an "addChangeListener" method that takes an 
ChangeListener.
 Normally used for any sort of JButton or for a JTextField.- 
Nested Class SummaryNested ClassesModifier and TypeClassDescriptionstatic classInner utility class that performs the runtime wiring of allOnChangebindings.
- 
Required Element SummaryRequired Elements
- 
Optional Element SummaryOptional ElementsModifier and TypeOptional ElementDescriptionbooleanA boolean indicating whether or not we want to call this when the values is adjusting
- 
Element Details- 
callString callThe name of the method to call when the action occurs. Must be accessible in theBindingContext.
 
- 
- 
- 
onAdjustboolean onAdjustA boolean indicating whether or not we want to call this when the values is adjusting- Default:
- false
 
 
-