|
|||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||||
java.lang.Objectjavax.swing.InputVerifier
de.cbse.jeasy.JEInputVerifier
public class JEInputVerifier
Implements a java InputVerifier. A JEInputVerifier is autmatically set to all jeasy DataFields. The call back method callBackInputVerifier of your application will be called if a field should lost the focus. See a demonstration in the program JEasyExample tab "Validation".
| Field Summary | |
|---|---|
(package private) static boolean |
activ
|
(package private) JEComponent |
jet
|
| Constructor Summary | |
|---|---|
JEInputVerifier(JEComponent jo)
|
|
| Method Summary | |
|---|---|
boolean |
verify(javax.swing.JComponent jc)
|
| Methods inherited from class javax.swing.InputVerifier |
|---|
shouldYieldFocus |
| Methods inherited from class java.lang.Object |
|---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
| Field Detail |
|---|
JEComponent jet
static boolean activ
| Constructor Detail |
|---|
public JEInputVerifier(JEComponent jo)
| Method Detail |
|---|
public boolean verify(javax.swing.JComponent jc)
verify in class javax.swing.InputVerifier
|
|||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||||