The TableJoinPanel type exposes the following members.
Back to Top
Back to Top
Back to Top
Constructors
Name | Description | |
---|---|---|
![]() | TableJoinPanel | Initializes a new instance of the TableJoinPanel class |
Methods
Name | Description | |
---|---|---|
![]() | GetIndex |
Returns the index of this panel.
|
![]() | GetIsLoaded |
Returns true if this panel is done loading.
|
![]() | GetJoinTypesText |
Returns the join types text value.
|
![]() | GetJoinTypesValue |
Returns the join types value.
|
![]() | GetLeftTableText |
Returns the right table text value.
|
![]() | GetRightTableText |
Returns the left table text value.
|
![]() | LoadAll |
Loads all the information needed for displaying the filter builder panel.
Tables, columns etc.
|
![]() | LoadJoinTypes |
Load the filter configuration's core tables.
|
![]() | Page_Load |
Standard page load method.
|
![]() | SetIndex |
Sets the index of this panel.
|
![]() | SetJoinTypesText |
Sets the tables drop down list based on a string text.
|
![]() | SetJoinTypesValue |
Sets the internal join types value. Disconnected from asp.net control
to gaurantee functionality. Uses jQuery to control the client side selection.
|
![]() | SetLeftTableText |
Sets the left table text value.
|
![]() | SetRightTableText |
Sets the right table text value.
|
Fields
Name | Description | |
---|---|---|
![]() | ddlJoinTypes |
ddlJoinTypes control.
|
![]() | dvMainWrapper |
dvMainWrapper control.
|
![]() | dvRounded |
dvRounded control.
|
![]() | errorText |
Represents the current error state of this control.
|
![]() | index |
Represents the index of this panel in a list of panels.
|
![]() | joinTypesText |
Holds the join type stext value.
|
![]() | joinTypesValue |
Controls the tables drop down list selection value.
Using jQuery to ensure proper drop down list selection.
|
![]() | key |
Secret key.
|
![]() | lblJoinTypes |
lblJoinTypes control.
|
![]() | lblLeftTable |
lblLeftTable control.
|
![]() | lblLeftTableName |
lblLeftTableName control.
|
![]() | lblRightTable |
lblRightTable control.
|
![]() | lblRightTableName |
lblRightTableName control.
|
![]() | leftTableText |
Holds the left table value.
|
![]() | loaded |
Represents if this filter builder panel has had its base data loaded.
|
![]() | rightTableText |
Holds the right table value.
|
![]() | svc |
Service reference.
|
See Also