| java.lang.Object com.jgoodies.validation.tutorial.basics.SimpleDomainValidationExample
SimpleDomainValidationExample | final public class SimpleDomainValidationExample (Code) | | A simple validation example that uses a "copying" binding,
not the JGoodies Binding. The domain Order object is validated
using an OrderValidator. On OK pressed, a modal dialog shows
the validation errors and warnings - if any.
author: Karsten Lentzsch version: $Revision: 1.6 $ |
Method Summary | |
public JComponent | buildPanel() Builds the whole editor. | protected void | initComponents() Creates and initializes the UI components. | public static void | main(String[] args) Launches this example: creates a JFrame, adds the built
example panel, packs the frame and finally makes it visible. |
buildPanel | public JComponent buildPanel()(Code) | | Builds the whole editor.
the editor panel with a report area at the bottom |
initComponents | protected void initComponents()(Code) | | Creates and initializes the UI components.
|
main | public static void main(String[] args)(Code) | | Launches this example: creates a JFrame, adds the built
example panel, packs the frame and finally makes it visible.
Parameters: args - runtime arguments (ignored) |
|
|