| 
 | Oracle Fusion Middleware Java API Reference for Oracle Extension SDK Reference 11g Release 1 (11.1.1.6.0) E13403-07 | |||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||
java.lang.Objectoracle.ide.db.util.LiveValidationController
public class LiveValidationController
Class to control a popup validation message to appear alongside a component if its contents are invalid.
| Constructor Summary | |
|---|---|
| LiveValidationController(javax.swing.JComponent comp) | |
| Method Summary | |
|---|---|
|  void | hidePopup()Explicitly hides the popup if there is one. | 
|  void | setXOffset(int x)Offset in pixels for the x-coordinate of the message from the far right of the component. | 
|  void | setyOffset(int y)Offset in pixels for the y-coordinate of the message from the top of the component. | 
|  void | showError(java.lang.String error)Displays a popup containing the given error message. | 
| Methods inherited from class java.lang.Object | 
|---|
| clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait | 
| Constructor Detail | 
|---|
public LiveValidationController(javax.swing.JComponent comp)
| Method Detail | 
|---|
public void setXOffset(int x)
public void setyOffset(int y)
public void hidePopup()
public void showError(java.lang.String error)
| 
 | Oracle Fusion Middleware Java API Reference for Oracle Extension SDK Reference 11g Release 1 (11.1.1.6.0) E13403-07 | |||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||