|
LEONARDI Application Composer - 8.9.0.40 by W4 S.A. | ||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Objectjavax.swing.DefaultButtonModel
leon.view.win.swing.component.LyJButton._LyJButtonModel
public class LyJButton._LyJButtonModel
This class is used as ButtonModel for LyJButton. The only change is that when the button is pressed it takes the focus. It needs to take focus to have textField lose its focus and so submit its value to the controller.
ButtonModel
,
AbstractButton.setModel(ButtonModel)
,
Serialized FormField Summary |
---|
Fields inherited from class javax.swing.DefaultButtonModel |
---|
ARMED, ENABLED, PRESSED, ROLLOVER, SELECTED |
Constructor Summary | |
---|---|
LyJButton._LyJButtonModel()
Default constructor for this button model object. |
Method Summary | |
---|---|
void |
setRollover(boolean b)
|
Methods inherited from class javax.swing.DefaultButtonModel |
---|
addActionListener, addChangeListener, addItemListener, getActionCommand, getActionListeners, getChangeListeners, getGroup, getItemListeners, getListeners, getMnemonic, getSelectedObjects, isArmed, isEnabled, isPressed, isRollover, isSelected, removeActionListener, removeChangeListener, removeItemListener, setActionCommand, setArmed, setEnabled, setGroup, setMnemonic, setPressed, setSelected |
Methods inherited from class java.lang.Object |
---|
equals, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
Constructor Detail |
---|
public LyJButton._LyJButtonModel()
Method Detail |
---|
public void setRollover(boolean b)
setRollover
in interface javax.swing.ButtonModel
setRollover
in class javax.swing.DefaultButtonModel
|
(c) January 2013 - W4 S.A. | ||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |