projects/m2-core/src/lib/model/table/ItemsUserTableColumn.ts
Properties |
|
Methods |
|
Accessors |
constructor(width?: number, textAlignment?: TextAlignment, columnId?: string, declaration?: PropertyDeclaration, sortOrder?: number)
|
||||||||||||||||||
|
Parameters :
|
| Public Optional declaration |
Type : PropertyDeclaration
|
| Public Optional propertyId |
Type : number
|
| Public Abstract Readonly Optional attributeType |
Type : AttributeType
|
| Public columnId |
Type : string
|
| Public Optional isInverse |
Type : boolean
|
| Public Optional isWidthDefault |
Type : boolean
|
| Public Optional sortOrder |
Type : number
|
| Public textAlignment |
Type : TextAlignment
|
| Public width |
Type : number
|
| Static createUserColumnBar | ||||||||||||
createUserColumnBar(columnId: string, declaration: PropertyDeclaration, sortOrder?: number)
|
||||||||||||
|
Parameters :
Returns :
ItemsUserTableColumn
|
| attributeType |
getattributeType()
|
| isUserDefined |
getisUserDefined()
|