The TableJoinPanel type exposes the following members.
Back to Top
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.
|
See Also