import ComponentInfo from 'flexicious-react-datagrid/js/flexgrid/valueobjects/ComponentInfo.js'Constructor Summary
| Public Constructor | ||
| public |
constructor(component: *, x: *, row: *) |
|
Method Summary
| Public Methods | ||
| public |
|
|
| public |
getColIndex(): int |
|
| public |
getIsContentArea(): * Returns true if we are a data cell or if we area a chrome cell at a nest depth of greater than 1. |
|
| public |
|
|
| public |
|
|
| public |
|
|
| public |
If left locked, returns X, if right locked returns leftLockedWidth+unlockedWidth+x if unlocked returns leftLockedX + x |
|
| public |
|
|
| public |
|
|
| public |
setX(val: *) |
|
| public |
setY(val: *) |
|
Inherited Summary
| From class TypedObject | ||
| public |
typeCache: {} |
|
| public |
|
|
| public |
Returns a list of strings that represent the object hierarchy for this object. |
|
| public |
implementsOrExtends(name: *): Boolean Returns true if the class name to check is in the list of class names defined for this class. |
|
Public Constructors
public constructor(component: *, x: *, row: *) source
Override:
TypedObject#constructorParams:
| Name | Type | Attribute | Description |
| component | * | ||
| x | * | ||
| row | * |
Public Methods
public getClassNames(): Array source
Returns a list of strings that represent the object hierarchy for this object.
Override:
TypedObject#getClassNamespublic getIsContentArea(): * source
Returns true if we are a data cell or if we area a chrome cell at a nest depth of greater than 1. These cells are all drawn in the content area, hence have to scroll
Return:
| * |
public getPerceivedX(): Boolean source
If left locked, returns X, if right locked returns leftLockedWidth+unlockedWidth+x if unlocked returns leftLockedX + x
public setX(val: *) source
Params:
| Name | Type | Attribute | Description |
| val | * |
public setY(val: *) source
Params:
| Name | Type | Attribute | Description |
| val | * |