public class DefaultJProblemIndicator extends java.lang.Object implements Component, JProblemIndicator
| Constructor and Description |
|---|
DefaultJProblemIndicator(JDynFormField field) |
| Modifier and Type | Method and Description |
|---|---|
javax.swing.JComponent |
asJComponent()
Returns this component as a swing
JComponent. |
void |
clear() |
void |
restore() |
void |
set(java.lang.String message) |
public DefaultJProblemIndicator(JDynFormField field)
public javax.swing.JComponent asJComponent()
ComponentJComponent.asJComponent in interface ComponentJComponentpublic void clear()
clear in interface JProblemIndicatorpublic void set(java.lang.String message)
set in interface JProblemIndicatorpublic void restore()
restore in interface JProblemIndicator