The StatisticBuilderPanel type exposes the following members.
Back to Top
Fields
Name | Description | |
---|---|---|
![]() | bgroundColor |
The current background color of this panel.
|
![]() | cbChoose |
cbChoose control.
|
![]() | columnDbType |
Stores the database type of the selected column, used for value field type determinations.
|
![]() | columnsText |
Stores the text of the selected column along with its value in columnsValue.
|
![]() | columnsValue |
Controls the columns drop down list selection value.
Using jQuery to ensure proper drop down list selection.
|
![]() | connectorText |
Stores the text of the selected connector along with its value in connectorValue.
|
![]() | connectorValue |
Stores the value of the selected connector.
|
![]() | cssColumnsVis |
Controls the display for the column drop down list.
|
![]() | cssConnHeight |
Used to hide the connector control when it isn't visible.
|
![]() | cssConnVis |
Variable that holds the CSS value for the connector visibility.
//Pushed to cient side because of control rendering issues with server side.
|
![]() | cssExclmHeight |
Used to display/hide the exclamation icon.
|
![]() | cssExclmVis |
Used to hide the exclamation icon.
|
![]() | cssExistsVis |
Controls the display for the existing calculations drop down list.
|
![]() | cssFclVis |
Controls the display for the force criteria link drop down list.
|
![]() | cssFormulaNameClear |
Controls the formula name div's clear value.
Should be set to empty when FCL is showing and clear:both; when FCL
is nit visible.
|
![]() | cssFormulaNameVis |
Controls the display for the name text box.
|
![]() | cssNameVis |
Controls the display for the name text box.
|
![]() | cssStatFormatClear |
Controls the css clear value of the stat format section.
|
![]() | cssStatFormatVis |
Controls the visibility of the stat format drop down list.
|
![]() | cssStaticValVis |
Controls the display for static value text box.
|
![]() | cssStpHeight |
Used to display/hide the exclamation icon.
|
![]() | cssStpVis |
Used to hide the exclamation icon.
|
![]() | cssTablesVis |
Controls the display for the table drop down list.
|
![]() | ddlColumns |
ddlColumns control.
|
![]() | ddlConnector |
ddlConnector control.
|
![]() | ddlExists |
ddlExists control.
|
![]() | ddlFilterCriteriaLink |
ddlFilterCriteriaLink control.
|
![]() | ddlStatFormat |
ddlStatFormat control.
|
![]() | ddlTables |
ddlTables control.
|
![]() | ddlTypes |
ddlTypes control.
|
![]() | dvMainWrapper |
dvMainWrapper control.
|
![]() | dvRounded |
dvRounded control.
|
![]() | errorText |
Error text for this controls current state.
|
![]() | existsText |
Stores the selected text of the types drop down list.
|
![]() | existsValue |
Stores the value of the types drop down list.
|
![]() | fclText |
Stores the filter criteria link text of the drop down list.
|
![]() | fclValue |
Stores the filter criteria link value of the drop down list.
|
![]() | filterId |
Holds the filter id of the currently loaded filter.
|
![]() | imgExclm |
imgExclm control.
|
![]() | imgStp |
imgStp control.
|
![]() | indentAmount |
Controls how much the panel is indented per level.
|
![]() | indentLevel |
Represents the grouping level of this panel.
|
![]() | index |
Represents the index of this panel in a list of panels.
|
![]() | isColumnsShowing |
Tracks the display for the column drop down list.
|
![]() | isConnectorShowing |
True if the connector drop down list is showing.
|
![]() | isExclmShowing |
Indicates the status of the exclamation icon's visibility.
|
![]() | isExistsShowing |
Tracks the display of the existing calculations drop down list.
|
![]() | isFclShowing |
Tracks the display for the name text box.
|
![]() | isFormulaNameShowing |
Tracks the display for the name text box.
|
![]() | isNameShowing |
Tracks the display for the name text box.
|
![]() | isSelected |
True if the checkbox on this panel has been selected.
|
![]() | isStatFormatShowing |
Returns true if the stat format field is showing.
|
![]() | isStaticValShowing |
Tracks the display of the static value text box.
|
![]() | isStpShowing |
Indicates the status of the exclamation icon's visibility.
|
![]() | isTablesShowing |
Tracks display of the tables drop down list.
|
![]() | key |
Secret key.
|
![]() | lblColumnName |
lblColumnName control.
|
![]() | lblExists |
lblExists control.
|
![]() | lblFilterCriteriaLink |
lblFilterCriteriaLink control.
|
![]() | lblFormulaName |
lblFormulaName control.
|
![]() | lblName |
lblName control.
|
![]() | lblStatFormat |
lblStatFormat control.
|
![]() | lblStaticVal |
lblStaticVal control.
|
![]() | lblTableName |
lblTableName control.
|
![]() | lblType |
lblType control.
|
![]() | loaded |
Determines if this control has been loaded.
|
![]() | logging |
Controls logging to debugging purposes.
|
![]() | panelMode |
Represents the mode the statistic builder form is running in.
|
![]() | parent |
The owner of this filter builder panel.
|
![]() | sessionKey |
The session key for the list of filter builder panels.
|
![]() | statFormatText |
Stores the text of the selected connector along with its value in connectorValue.
|
![]() | statFormatValue |
Stores the value of the selected connector.
|
![]() | staticValValue | |
![]() | svc |
Service reference.
|
![]() | tablesText |
Stores the text of the selected table along with its value in tablesValue.
|
![]() | tablesValue |
Controls the tables drop down list selection value.
Using jQuery to ensure proper drop down list selection.
|
![]() | turnOffAltRowShading |
Controls how alternate rows are shaded.
|
![]() | txtFormulaName |
txtFormulaName control.
|
![]() | txtFormulaNameValue |
Tracks the value of the name text box.
|
![]() | txtName |
txtName control.
|
![]() | txtNameValue |
Tracks the value of the name text box.
|
![]() | txtStaticVal |
txtStaticVal control.
|
![]() | typesText |
Stores the selected text of the types drop down list.
|
![]() | typesValue |
Stores the value of the types drop down list.
|
See Also