The FieldEditor class allows for the definition of implementation specific field\n editors. The specified class must implement the org.dmd.dmc.DmcPresentationIF\n interface so that it can be initialized by the FormBinder that is generated for each FormBindingDefinition\n instance and so that it can interact with the AttributeTracker and the SetRequestGenerator.\n
\n When dealing with indexed attributes, the default behaviour is to create a\n form binding with an editor instance for each index slot. However, in some cases, you\n want to use a single complex editor that handles the attribute. By setting useSingleEditor\n to true, the form binding will contain a single editor for an indexed attribute.
Generated from the mvw schema at version 0.1
This code was auto-generated by the dmogenerator utility and shouldn't be alterred manually! Generated from: org.dmd.dms.util.DmoFormatter.dumpDMO(DmoFormatter.java:133)