Property | Type | Description | |
---|---|---|---|
FilterControlSetupProgramatically | bool | ||
GetGridDef | IUIGrid | ||
HideFilterControl | void | ||
ShowFilterControl | void |
Method | Description | |
---|---|---|
GridInitialiser ( IGridControl gridControl, IControlFactory controlFactory ) : System |
Initialise the grid with the appropriate control factory.
|
|
InitialiseGrid ( ) : void |
Initialises the grid without a ClassDef. This is typically used where the columns are set up manually for purposes such as adding a column with images to indicate the state of the object or adding a column with buttons/links.
|
|
InitialiseGrid ( IClassDef classDef ) : void |
Initialises the grid with the default UI definition for the class, as provided in the ClassDef
|
|
InitialiseGrid ( IClassDef classDef, IUIGrid uiGridDef, string uiDefName ) : void |
Initialises the grid with a given alternate UI definition for the class
|
|
InitialiseGrid ( IClassDef classDef, string uiDefName ) : void |
Initialises the grid with a specified alternate UI definition for the class, as provided in the ClassDef
|
Method | Description | |
---|---|---|
FilterControlSetupProgramatically ( ) : bool | ||
GetGridDef ( ClassDef classDef, string uiDefName ) : IUIGrid | ||
HideFilterControl ( ) : void | ||
ShowFilterControl ( ) : void |
public GridInitialiser ( IGridControl gridControl, IControlFactory controlFactory ) : System | ||
gridControl | IGridControl | |
controlFactory | IControlFactory | |
return | System |
public InitialiseGrid ( IClassDef classDef ) : void | ||
classDef | IClassDef | The ClassDef used to initialise the grid |
return | void |
public InitialiseGrid ( IClassDef classDef, IUIGrid uiGridDef, string uiDefName ) : void | ||
classDef | IClassDef | The Classdef used to initialise the grid |
uiGridDef | IUIGrid | The |
uiDefName | string | The name of the |
return | void |
public InitialiseGrid ( IClassDef classDef, string uiDefName ) : void | ||
classDef | IClassDef | The Classdef used to initialise the grid |
uiDefName | string | The name of the UI definition |
return | void |