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