Table
Oracle. Table
The description of a Oracle Table test object.
new Table(propsopt) → {Table}
Parameters:
Name | Type | Attributes | Description |
---|---|---|---|
props | Object |
<optional> | Initializes a Oracle Table test object using the supplied property bag. |
Returns:
- Type
- Table
Methods
absoluteLocation(locationopt) → {Point|Description}
Parameters:
Name | Type | Attributes | Description |
---|---|---|---|
location | Point |
<optional> | When provided, this method acts as a setter and sets the absoluteLocation value. |
Returns:
- Type
- Point | Description
columnHeaders(columnHeadersopt) → {Array.<string>|Description}
Parameters:
Name | Type | Attributes | Description |
---|---|---|---|
columnHeaders | Array.<string> |
<optional> | When provided, this method acts as a setter and sets the columnHeaders value. |
Returns:
- Type
- Array.<string> | Description
columnsCount(columnsCountopt) → {number|Description}
The number of columns in the table.
Parameters:
Name | Type | Attributes | Description |
---|---|---|---|
columnsCount | number |
<optional> | When provided, this method acts as a setter and sets the columnsCount value. |
Returns:
- Type
- number | Description
isEnabled(isEnabledopt) → {boolean|Description}
Parameters:
Name | Type | Attributes | Description |
---|---|---|---|
isEnabled | boolean |
<optional> | When provided, this method acts as a setter and sets the isEnabled value. |
Returns:
- Type
- boolean | Description
location(locationopt) → {Point|Description}
Parameters:
Name | Type | Attributes | Description |
---|---|---|---|
location | Point |
<optional> | When provided, this method acts as a setter and sets the location value. |
Returns:
- Type
- Point | Description
objectName(objectNameopt) → {string|Description}
Parameters:
Name | Type | Attributes | Description |
---|---|---|---|
objectName | string |
<optional> | When provided, this method acts as a setter and sets the objectName value. |
Returns:
- Type
- string | Description
objectType(objectTypeopt) → {string|Description}
Parameters:
Name | Type | Attributes | Description |
---|---|---|---|
objectType | string |
<optional> | When provided, this method acts as a setter and sets the objectType value. |
Returns:
- Type
- string | Description
rowsCount(rowsCountopt) → {number|Description}
Parameters:
Name | Type | Attributes | Description |
---|---|---|---|
rowsCount | number |
<optional> | When provided, this method acts as a setter and sets the rowsCount value. |
Returns:
- Type
- number | Description
size(sizeopt) → {Size|Description}
Parameters:
Name | Type | Attributes | Description |
---|---|---|---|
size | Size |
<optional> | When provided, this method acts as a setter and sets the size value. |
Returns:
- Type
- Size | Description