DataGroupingPanel

Public Methods

  • loadDG(DataSetInfo, DataGrouping, bool, bool) - Takes the data information, the grouping to load, and whether the grouping is editable and is being reloaded.
  • loadDG(DataSetInfo, DataGrouping, bool) - Takes the data information, the grouping to load, and whether the grouping is editable. Defaults the reload to false.
  • loadDG(DataSetInfo, DataGrouping) - Takes the data information and the grouping to load. Defaults editable to true and reload to false.

Properties

  • IsEditable - Returns whether or not the DataGrouping is editable.
  • Dg - Returns the DataGrouping in the control.

Private Methods

  • deselectLists() - Deselects all columns in all group lists (0, 1, 2).
  • updateCounts() - Updates the count labels to reflect the number of columns in each group (1, 2).
  • updateLists() - Keeps the colors of text, background, and selection consistent with system settings.

Private Members

  • int listViewNullLastColumnClicked - Keeps track of the last column clicked for the null group (0).
  • int listViewGrp1LastColumnClicked - Keeps track of the last column clicked for the group 1.
  • int listViewGrp2LastColumnClicked - Keeps track of the last column clicked for the group 2.
  • bool isEditable - Stores whether or not the grouping is editable.
  • DataGrouping dg - Stores the grouping in the control.
  • DataSetInfo dsi - Stores the data information.
  • bool isLoading - Loading mutex variable.

Topic revision: r1 - 10 Dec 2004, WillGray
This site is powered by FoswikiCopyright &© 2013-2022 by the contributing authors. All material on this collaboration platform is the property of the contributing authors.
Ideas, requests, problems regarding Vanderbilt Biostatistics Wiki? Send feedback