The properties defined in the JadeTableElement class are summarized in the following table.
Property | Description |
---|---|
alignment | Contains the placement of text in a table element |
backColor | Contains the background color of a table element |
cellControl | Controls the input and display within a table element by defining a user-specified control that is placed over the table element when that element becomes current |
comboList | Contains the list entries displayed in a combo box in the table element |
decimals | Specifies that a cell can accept decimal input for table elements with a numeric text or signed numeric input type |
editMask | Sets the mask used for edit mask input for a cell, row, column, or sheet |
enabled | Specifies whether the cell, column, row, or sheet of the table can respond to user-generated events |
fontBold | Specifies whether the font style is bold |
fontItalic | Specifies whether the font style is italic |
fontName | Contains the font name used for text displayed in a table element |
fontSize | Contains the size of the font used for text displayed in a table element |
fontStrikethru | Specifies whether the font style is strikethrough |
fontUnderline | Specifies whether the font style is underlined |
foreColor | Contains the foreground color used to display text in a table element |
gridBottom | Specifies whether a grid line is drawn along the bottom edge of cells in a table element |
gridRight | Specifies whether a grid line is drawn along the right-hand edge of cells in a table element |
inputType | Contains the type of input (if any) that is accepted by a table element |
itemObject | Contains an object for each table element |
marginBottom | Contains the amount by which content is offset from the bottom edge of cells in a table element |
marginLeft | Contains the amount by which content is offset from the left-hand edge of cells in a table element |
marginRight | Contains the amount by which content is offset from the right-hand edge of cells in a table element |
marginTop | Contains the amount by which content is offset from the top edge of cells in a table element |
maxLength | Contains the amount of text that can be entered into a table element |
partialTextIndication | Specifies whether to indicate that not all text can be displayed |
selected | Contains the selected status of the table element |
wordWrap | Specifies whether the text of a cell is displayed using word wrap when the width of the cell is less than the length of the text |