GridCellStyleEx
Constructors
new GridCellStyleEx()
new GridCellStyleEx(
dart):GridCellStyleEx
Parameters
| Parameter | Type |
|---|---|
dart | any |
Returns
Source
Properties
| Property | Modifier | Type | Default value |
|---|---|---|---|
dart | public | any | undefined |
CELL_TYPE | static | string | 'cell type' |
DATA_TYPE | static | string | 'data type' |
HORZ_ALIGN_CENTER | static | string | 'center' |
HORZ_ALIGN_LEFT | static | string | 'left' |
HORZ_ALIGN_RIGHT | static | string | 'right' |
STYLE_COL_HEADER | static | string | 'column header' |
STYLE_DEFAULT | static | string | 'default' |
STYLE_NUMBER | static | string | 'number' |
STYLE_ROW_HEADER | static | string | 'row header' |
STYLE_TEXT | static | string | 'text' |
VERT_ALIGN_BOTTOM | static | string | 'bottom' |
VERT_ALIGN_CENTER | static | string | 'center' |
VERT_ALIGN_TOP | static | string | 'top' |
Accessors
backColor
getbackColor():number
setbackColor(x):void
Parameters
| Parameter | Type |
|---|---|
x | number |
Returns
number
Source
choices
getchoices():string[]
setchoices(x):void
Parameters
| Parameter | Type |
|---|---|
x | string[] |
Returns
string[]
Source
clip
getclip():boolean
setclip(x):void
Parameters
| Parameter | Type |
|---|---|
x | boolean |
Returns
boolean
Source
cursor
getcursor():string
setcursor(x):void
Parameters
| Parameter | Type |
|---|---|
x | string |
Returns
string
Source
element
getelement():any
setelement(x):void
Parameters
| Parameter | Type |
|---|---|
x | any |
Returns
any
Source
font
getfont():string
setfont(x):void
Parameters
| Parameter | Type |
|---|---|
x | string |
Returns
string
Source
horzAlign
gethorzAlign():string
sethorzAlign(x):void
Parameters
| Parameter | Type |
|---|---|
x | string |
Returns
string
Source
imageScale
getimageScale():number
setimageScale(x):void
Parameters
| Parameter | Type |
|---|---|
x | number |
Returns
number
Source
marginBottom
getmarginBottom():number
setmarginBottom(x):void
Parameters
| Parameter | Type |
|---|---|
x | number |
Returns
number
Source
marginLeft
getmarginLeft():number
setmarginLeft(x):void
Parameters
| Parameter | Type |
|---|---|
x | number |
Returns
number
Source
marginRight
getmarginRight():number
setmarginRight(x):void
Parameters
| Parameter | Type |
|---|---|
x | number |
Returns
number
Source
marginTop
getmarginTop():number
setmarginTop(x):void
Parameters
| Parameter | Type |
|---|---|
x | number |
Returns
number
Source
marker
getmarker():string
setmarker(x):void
Parameters
| Parameter | Type |
|---|---|
x | string |
Returns
string
Source
opacity
getopacity():number
setopacity(x):void
Parameters
| Parameter | Type |
|---|---|
x | number |
Returns
number
Source
textColor
gettextColor():number
settextColor(x):void
Parameters
| Parameter | Type |
|---|---|
x | number |
Returns
number
Source
textVertical
gettextVertical():boolean
settextVertical(x):void
Parameters
| Parameter | Type |
|---|---|
x | boolean |
Returns
boolean
Source
textWrap
gettextWrap():string
settextWrap(x):void
Parameters
| Parameter | Type |
|---|---|
x | string |
Returns
string
Source
tooltip
gettooltip():string
settooltip(x):void
Parameters
| Parameter | Type |
|---|---|
x | string |
Returns
string
Source
vertAlign
getvertAlign():string
setvertAlign(x):void
Parameters
| Parameter | Type |
|---|---|
x | string |
Returns
string
Source
defaultStyle
getstaticdefaultStyle():any
setstaticdefaultStyle(x):void
Parameters
| Parameter | Type |
|---|---|
x | any |
Returns
any
Source
numberStyle
getstaticnumberStyle():any
setstaticnumberStyle(x):void
Parameters
| Parameter | Type |
|---|---|
x | any |
Returns
any
Source
styles
getstaticstyles():object
setstaticstyles(x):void
Parameters
| Parameter | Type |
|---|---|
x | object |
Returns
object
Source
textStyle
getstatictextStyle():any
setstatictextStyle(x):void
Parameters
| Parameter | Type |
|---|---|
x | any |
Returns
any
Source
Methods
create()
staticcreate():GridCellStyleEx