TableJoinPanel MethodsA Sandcastle Documented Class Library
The TableJoinPanel type exposes the following members.
Methods

  NameDescription
Public methodGetIndex
Returns the index of this panel.
Public methodGetIsLoaded
Returns true if this panel is done loading.
Public methodGetJoinTypesText
Returns the join types text value.
Public methodGetJoinTypesValue
Returns the join types value.
Public methodGetLeftTableText
Returns the right table text value.
Public methodGetRightTableText
Returns the left table text value.
Public methodLoadAll
Loads all the information needed for displaying the filter builder panel. Tables, columns etc.
Private methodLoadJoinTypes
Load the filter configuration's core tables.
Protected methodPage_Load
Standard page load method.
Public methodSetIndex
Sets the index of this panel.
Public methodSetJoinTypesText
Sets the tables drop down list based on a string text.
Public methodSetJoinTypesValue
Sets the internal join types value. Disconnected from asp.net control to gaurantee functionality. Uses jQuery to control the client side selection.
Public methodSetLeftTableText
Sets the left table text value.
Public methodSetRightTableText
Sets the right table text value.
Back to Top
See Also