PartObjects
These are the Sections from the Locus forms. They encapsulate the data for each section and contain the following functionality:
- Load (Constructor)
- Save found in public void saveRow();
private void buildControl() which creates the public Panel control which is added to the LocusDataBase object.
These will usually contain the following properties:
- Panel
- parentLocus reference
DataTable or Dataset object
- Data Row in the database
- Additional section specific properties.