BootstrapCardViewCellInfo Class
#Declaration
TypeScript
class BootstrapCardViewCellInfo
#Remarks
IMPORTANT
Bootstrap Controls for ASP.
#Properties
#cardVisibleIndex Property
#Declaration
TypeScript
readonly cardVisibleIndex: number
#Property Value
Type |
---|
number |
#Methods
#endEdit Method
#Declaration
TypeScript
endEdit(): void
#getCellTextContainer(visibleIndex, columnFieldNameOrId) Method
#Declaration
TypeScript
getCellTextContainer(
visibleIndex: number,
columnFieldNameOrId: string
): any
#Parameters
Name | Type |
---|---|
visible |
number |
column |
string |
#Returns
Type |
---|
any |
#getCellValue(visibleIndex, columnFieldNameOrId, initial) Method
#Declaration
TypeScript
getCellValue(
visibleIndex: number,
columnFieldNameOrId: string,
initial: boolean
): any
#Parameters
Name | Type |
---|---|
visible |
number |
column |
string |
initial | boolean |
#Returns
Type |
---|
any |
#getColumnDisplayText(columnFieldNameOrId, value) Method
#Declaration
TypeScript
getColumnDisplayText(
columnFieldNameOrId: string,
value: any
): string
#Parameters
Name | Type |
---|---|
column |
string |
value | any |
#Returns
Type |
---|
string |
#getEditCellInfo Method
#Declaration
TypeScript
getEditCellInfo(): BootstrapCardViewCellInfo | null
#Returns
Type |
---|
Bootstrap |
null |
#hasChanges Method
#Declaration
TypeScript
hasChanges(): boolean
#Returns
Type |
---|
boolean |
#moveFocusBackward Method
#Declaration
TypeScript
moveFocusBackward(): boolean
#Returns
Type |
---|
boolean |
#moveFocusForward Method
#Declaration
TypeScript
moveFocusForward(): boolean
#Returns
Type |
---|
boolean |
#resetChanges(visibleIndex) Method
#Declaration
TypeScript
resetChanges(
visibleIndex: number
): void
#Parameters
Name | Type |
---|---|
visible |
number |
#resetChanges(visibleIndex, columnIndex) Method
#Declaration
TypeScript
resetChanges(
visibleIndex: number,
columnIndex: number
): void
#Parameters
Name | Type |
---|---|
visible |
number |
column |
number |
#setCellValue(visibleIndex, columnFieldNameOrId, value) Method
#Declaration
TypeScript
setCellValue(
visibleIndex: number,
columnFieldNameOrId: string,
value: any
): void
#Parameters
Name | Type |
---|---|
visible |
number |
column |
string |
value | any |
#setCellValue(visibleIndex, columnFieldNameOrId, value, displayText, cancelCellHighlighting) Method
#Declaration
TypeScript
setCellValue(
visibleIndex: number,
columnFieldNameOrId: string,
value: any,
displayText: string,
cancelCellHighlighting: boolean
): void
#Parameters
Name | Type |
---|---|
visible |
number |
column |
string |
value | any |
display |
string |
cancel |
boolean |
#startEdit(visibleIndex, columnIndex) Method
#Declaration
TypeScript
startEdit(
visibleIndex: number,
columnIndex: number
): void
#Parameters
Name | Type |
---|---|
visible |
number |
column |
number |