Home Reference Source
public class | source

FlexDataGridCheckBoxColumn

Extends:

react~React.ComponentEventDispatcherFlexDataGridColumn → FlexDataGridCheckBoxColumn

A column to add checkbox selection to the grid.

Constructor Summary

Public Constructor
public

Member Summary

Public Members
public

Flag to enable/disable the top level select checkbox.

public
public

Flag to show checkbox as well as a display label.

public
public
public
public
public
public
public
public
public
public

In single select datagrids, set this to true for the icon to appear as if it is a radio button

public
public

Method Summary

Public Methods
public
public

In single select datagrids, set this to true for the icon to appear as if it is a radio button

public

Flag to enable/disable the top level select checkbox.

public

newInstance(): flexiciousNmsp.FlexDataGridCheckBoxColumn

For printing, we need to be a IFactory

public

In single select datagrids, set this to true for the icon to appear as if it is a radio button

public

Inherited Summary

From class EventDispatcher
public

[prop]: *

public
public

A list of event listeners for this event dispatcher object.

public

typeCache: {}

public

addEventListener(context: *, type: *, listener: *)

Registers an event listener object with an EventDispatcher object so that the listener receives notification of an event.

public
public

dispatchEvent(event: *): boolean

Dispatches an event into the event flow.

public
public

getStyle(prop: *): *

Gets the value of the prop property on this object

public

Returns true if an event listener exists

public

Returns true if the class name to check is in the list of class names defined for this class.

public

kill()

Removes all event listeners

public

killArray(arr: *)

Given an array of event dispatchers, calls the kill method on each of them.

public

removeEventListener(type: *, listener: *)

Removes a listener from the EventDispatcher object.

public

setStyle(prop: *, val: *)

Sets the value of the prop property on this object

From class FlexDataGridColumn
public
public

[Style(name="activeCellColor", type="uint", format="Color", inherit="yes")] The color of the cell directly under the mouse or if using keyboard navigation, current keyboard seed.

public

[Style(name="alternatingItemColors", type="Array", arrayType="uint", format="Color", inherit="yes")] The colors to use for the backgrounds of the items in the grid.

public

[Style(name="alternatingTextColors", type="Array", arrayType="uint", format="Color", inherit="yes")] The colors to use for the text of the items in the grid.

public

[Style(name="backgroundColor", type="Array", arrayType="uint", format="Color", inherit="no")] Background color, the color of the fill area.

public

Value for the blank item in multi select combobox filter control Please note, there is a space in the front of this string so it shows up right below the "All" option.

public
this member was deprecated. Use the grid.cellBackgroundColorFunction instead.

A function that can be used to control the background color of each cell in this column.

public

A function that lets you control the border drawing mechanism for cell.

public

A function that lets you control the background drawing mechanism for cell.

public

A function that can be used to control the enabled flag of each cell in this column.

public

A function that can be used to control the Text color of each cell in this column.

public
public

color: *

[Style(name="color", type="uint", format="Color", inherit="yes")] Color of text in the component, including the component label.

public

[Style(name="columnGroupClosedIcon", type="Class", format="EmbeddedFile", inherit="no")] The icon that is displayed next to a closed column group.

public

[Style(name="columnGroupColors", type="Array", arrayType="uint", format="Color", inherit="yes")] An array of two colors used to draw the Column Groups background gradient.

public

[Style(name="columnGroupDrawTopBorder", type="Boolean", inherit="no")] Flag that indicates whether to force the top border

public

[Style(name="columnGroupHorizontalGridLineColor", type="uint", format="Color", inherit="yes")] The color of the horizontal grid lines.

public

[Style(name="columnGroupHorizontalGridLineThickness", type="Number", format="Length")] Thickness of the header horizontal grid lines.

public

[Style(name="columnGroupHorizontalGridLines", type="Boolean", inherit="no")] Flag that indicates whether to show horizontal grid lines between the rows.

public

[Style(name="columnGroupOpenIcon", type="Class", format="EmbeddedFile", inherit="no")] The icon that is displayed next to an open column group.

public

[Style(name="columnGroupRollOverColors", type="Array", arrayType="uint", format="Color", inherit="yes")] The color of the row background when the user rolls over the Column Groups.

public

[Style(name="columnGroupStyleName", type="String", inherit="no")] The name of a CSS style declaration for controlling other aspects of the appearance of the column groups.

public

[Style(name="columnGroupVerticalGridLineColor", type="uint", format="Color", inherit="yes")] The color of the vertical grid lines.

public

[Style(name="columnGroupVerticalGridLineThickness", type="Number", format="Length")] Thickness of the header vertical grid lines.

public

[Style(name="columnGroupVerticalGridLines", type="Boolean", inherit="no")] Flag that indicates whether to show vertical grid lines between the columns.

public

[Style(name="columnTextColor", type="uint", format="Color", inherit="yes")] The color of the cell text of each cell in this column.

public

Whether or not to include the header text in the calculation of the column width.

public

A function that takes column, data provider and returns a number that represents, in pixel terms the width that needs to be applied to the column.

public

A value in pixels, that may be used to add/remove width that gets calculated when you use the columnWidthMode property Use if you have custom renderers or icons.

public

The name of the field or property in the data provider item associated with the column.

public

[Style(name="disabledColor", type="uint", format="Color", inherit="yes")] Color of text in the component if it is disabled.

public
  • [Style(name="disabledIcon")] When enableIcon=true, this property specifies the icon to display when enabled=false.
public

[Style(name="disclosureClosedIcon", type="Class", format="EmbeddedFile", inherit="no")] The icon that is displayed next to a closed branch node of the navigation tree.

public

[Style(name="disclosureOpenIcon", type="Class", format="EmbeddedFile", inherit="no")] The icon that is displayed next to an open branch node of the navigation tree.

public

Flag that indicates whether the user is allowed to resize the width of the column.

public

[Style(name="editItemColor", type="Array", arrayType="uint", format="Color")] The colors to use for the backgrounds of the items in the grid in the editable mode.

public

[Style(name="editTextColor", format="Color")] The colors to use for the text of the items in the editable grid.

public

The name of the property of the item editor that contains the new data for the list item.

public

[Style(name="editorStyleName", type="String")] Style to apply to the item editor.

public

Flag to enable selection of a row when a cell within that row is clicked.

public

For hierarchical datagrids, instead of having a separate column for icons, this flag will be used to embed an icon based on disclosureOpenIcon and disclosureClosedIcon within this column that will control the expand collapse of the row.

public

When filterControl=textInput, setting this flag to true will set the enableAutoComplete flag on the associated TextInput control Not Supported

public

For grouped datagrids, when a single column represents entities from various nest levels, its nice to visually indent them.

public

Flag to enable/disable icons within this cell.

public

Added to avoid flicker

public

For Grouped datagrids, searching on this column will cause match current item, as well as any of its children.

public

If set to true, this column wont be included in the export mechanism by default.

public

If set to true, this column wont be included in the print mechanism by default.

public

If set to true, this column wont be included in the quick find mechanism by default.

public

If set to true, this column wont be included in the settings popup by default.

public

Exclude this column from transposed mode.

public

[Style(name="expandCollapseIconBottom", type="Number")] When enableExpandCollapseIcon=true, To position the icon correctly, you can set either expandCollapseIconLeft or expandCollapseIconRight, and expandCollapseIconTop or expandCollapseIconBottom

public

[Style(name="expandCollapseIconLeft", type="Number")] When enableExpandCollapseIcon=true, To position the icon correctly, you can set either expandCollapseIconLeft or expandCollapseIconRight, and expandCollapseIconTop or expandCollapseIconBottom

public

[Style(name="expandCollapseIconRight", type="Number")] When enableExpandCollapseIcon=true, To position the icon correctly, you can set either expandCollapseIconLeft or expandCollapseIconRight, and expandCollapseIconTop or expandCollapseIconBottom

public

[Style(name="expandCollapseIconTop", type="Number")] When enableExpandCollapseIcon=true, To position the icon correctly, you can set either expandCollapseIconLeft or expandCollapseIconRight, and expandCollapseIconTop or expandCollapseIconBottom

public

filterCellRenderer: flexiciousNmsp.ClassFactory

Container for the footer renderer.

public

[Style(name="filterColors", type="Array", arrayType="uint", format="Color", inherit="yes")] The color of the row background for the filter.

public

Flag, if set to true, will automatically build this collection on basis of distinct values in the grid.

public

Used in conjunction with the @filterComboBoxDataProvider field, used to set the value of the data field for the associated ISelectFilterControl

public

Dataprovider to use to build the list of values to dipsplay in the filter control, only applicable if the filterControl is a

public

Used in conjunction with the @filterComboBoxDataProvider field, used to set the value of the label field for the associated ISelectFilterControl

public

Returns the width of the dropdown.

public

A function that takes an item, and a filterExpression, and returns true or false on basis of whether the provided item matches the filterExpression.

public

This is usually automatically set, you dont have to manually set it, unless you're sending strings as Date objects. When set, will attempt to first convert the current value to the type you specified and then do the conversion. Values : auto,string,number,boolean,date

public

A function that takes an item, and returns a processed value for comparison.

public

Applicable only when the filtercontrol is a

public

[Style(name="filterDrawTopBorder", type="Boolean", inherit="no")] Flag that indicates whether to force the top border, when horizontal gridlines are not drawn

public

[Style(name="filterHorizontalGridLineColor", type="uint", format="Color", inherit="yes")] The color of the horizontal grid lines.

public

[Style(name="filterHorizontalGridLineThickness", type="Number", format="Length")] Thickness of the filter horizontal grid lines.

public

[Style(name="filterHorizontalGridLines", type="Boolean", inherit="no")] Flag that indicates whether to show horizontal grid lines between the rows.

public

[Style(name="filterIcon")] When filterControl=textInput, the icon that is displayed inside the textbox, based on the insideIconPosition property.

public

[Style(name="filterIconPosition", type="String", enumeration="left,right")] When filterControl=textInput, the position of the icon that is displayed inside the textbox.

public

The operator to apply when doing the conversion.

public

[Style(name="filterPaddingBottom", type="Number", format="Length", inherit="no")] Number of pixels between the controls right border and the right edge of its content area.

public

[Style(name="filterPaddingLeft", type="Number", format="Length", inherit="no")] Number of pixels between the controls left border and the left edge of its content area.

public

[Style(name="filterPaddingRight", type="Number", format="Length", inherit="no")] Number of pixels between the controls right border and the right edge of its content area.

public

[Style(name="filterPaddingTop", type="Number", format="Length", inherit="no")] Number of pixels between the controls left border and the left edge of its content area.

public

[Style(name="filterRollOverColors", type="Array", arrayType="uint", format="Color", inherit="yes")] The color of the row background when the user rolls over the filter.

public

The event that the filter triggers on.

public

[Style(name="filterVerticalGridLineColor", type="uint", format="Color", inherit="yes")] The color of the vertical grid lines.

public

[Style(name="filterVerticalGridLineThickness", type="Number", format="Length")] Thickness of the filter vertical grid lines.

public

[Style(name="filterVerticalGridLines", type="Boolean", inherit="no")] Flag that indicates whether to show vertical grid lines between the columns.

public
public

The alignment of the footer label

public

footerCellRenderer: flexiciousNmsp.ClassFactory

Container for the footer renderer.

public

[Style(name="footerColors", type="Array", arrayType="uint", format="Color", inherit="yes")] An array of two colors used to draw the footer background gradient.

public

[Style(name="footerDrawTopBorder", type="Boolean", inherit="no")] Flag that indicates whether to force the top border, when horizontal gridlines are not drawn

public

footerFormatter: Formatter

Formatter for the footer label.

public

[Style(name="footerHorizontalGridLineColor", type="uint", format="Color", inherit="yes")] The color of the horizontal grid lines.

public

[Style(name="footerHorizontalGridLineThickness", type="Number", format="Length")] Thickness of the footer horizontal grid lines.

public

[Style(name="footerHorizontalGridLines", type="Boolean", inherit="no")] Flag that indicates whether to show horizontal grid lines between the rows.

public

Label for the footer

public

A function that will return the footer label

public
public

The operation to apply to the footer.

public

Precision for the footer label

public

[Style(name="footerPaddingBottom", type="Number", format="Length", inherit="no")] Number of pixels between the controls right border and the right edge of its content area.

public

[Style(name="footerPaddingLeft", type="Number", format="Length", inherit="no")] Number of pixels between the controls left border and the left edge of its content area.

public

[Style(name="footerPaddingRight", type="Number", format="Length", inherit="no")] Number of pixels between the controls right border and the right edge of its content area.

public

[Style(name="footerPaddingTop", type="Number", format="Length", inherit="no")] Number of pixels between the controls left border and the left edge of its content area.

public

A renderer for the footer

public

[Style(name="footerRollOverColors", type="Array", arrayType="uint", format="Color", inherit="yes")] The color of the row background when the user rolls over the footer.

public

[Style(name="footerStyleName", type="String", inherit="no")] The name of a CSS style declaration for controlling other aspects of the appearance of the column headers.

public

[Style(name="footerVerticalGridLineColor", type="uint", format="Color", inherit="yes")] The color of the vertical grid lines.

public

[Style(name="footerVerticalGridLineThickness", type="Number", format="Length")] Thickness of the footer vertical grid lines.

public

[Style(name="footerVerticalGridLines", type="Boolean", inherit="no")] Flag that indicates whether to show vertical grid lines between the columns.

public

Flag that controls whether or not to show variable sized footers.

public

Used by the doFormat method.

public

formatter: flexiciousNmsp.Formatter

Used by the doFormat method.

public

For currency formatter, the currency symbol.

public

For date formatters, the date format.

public

For number and currency formatters, the default number of digits after the decimal point.

public

grid: *

public

Performance optimization, is set to true if there is a complex fieldname or a labelFunction or labelFunction2

public

The alignment of the header label enumeration="left,right,center", defaultValue="left"

public

headerCellRenderer: flexiciousNmsp.ClassFactory

Container for the header renderer.

public

[Style(name="headerColors", type="Array", arrayType="uint", format="Color", inherit="yes")] An array of two colors used to draw the header background gradient.

public

[Style(name="headerDrawTopBorder", type="Boolean", inherit="no")] Flag that indicates whether to force the top border

public

[Style(name="headerHorizontalGridLineColor", type="uint", format="Color", inherit="yes")] The color of the horizontal grid lines.

public

[Style(name="headerHorizontalGridLineThickness", type="Number", format="Length")] Thickness of the header horizontal grid lines.

public

[Style(name="headerHorizontalGridLines", type="Boolean", inherit="no")] Flag that indicates whether to show horizontal grid lines between the rows.

public
  • [Style(name="headerIcon")] When enableIcon=true, this property specifies the icon to display.
public
public

[Style(name="headerPaddingBottom", type="Number", format="Length", inherit="no")] Number of pixels between the controls right border and the right edge of its content area.

public

[Style(name="headerPaddingLeft", type="Number", format="Length", inherit="no")] Number of pixels between the controls left border and the left edge of its content area.

public

[Style(name="headerPaddingRight", type="Number", format="Length", inherit="no")] Number of pixels between the controls right border and the right edge of its content area.

public

[Style(name="headerPaddingTop", type="Number", format="Length", inherit="no")] Number of pixels between the controls left border and the left edge of its content area.

public

headerRenderer: flexiciousNmsp.ClassFactory

Storage for the headerRenderer property.

public

[Style(name="headerRollOverColors", type="Array", arrayType="uint", format="Color", inherit="yes")] The color of the row background when the user rolls over the header.

public

[Style(name="headerStyleName", type="String", inherit="no")] The name of a CSS style declaration for controlling other aspects of the appearance of the column headers.

public

The default function for excel export.

public

A function that determines the header text for a column.

public

[Style(name="headerVerticalGridLineColor", type="uint", format="Color", inherit="yes")] The color of the vertical grid lines.

public

[Style(name="headerVerticalGridLineThickness", type="Number", format="Length")] Thickness of the header vertical grid lines.

public

[Style(name="headerVerticalGridLines", type="Boolean", inherit="no")] Flag that indicates whether to show vertical grid lines between the columns.

public

Flag that controls whether or not to show variable sized headers.

public

The header text is used in the column picker, export, etc.

public

In scenarios where you only want to display the icon, set enableIcon=true, and hideText=true;

public

[Style(name="horizontalGridLineColor", type="uint", format="Color", inherit="yes")] The color of the horizontal grid lines.

public

[Style(name="horizontalGridLineThickness", type="Number", format="Length", inherit="yes")] Thickness of the horizontal grid lines.

public

[Style(name="horizontalGridLines", type="Boolean", inherit="no")] Flag that indicates whether to show horizontal grid lines between the rows.

public

icon: *

  • [Style(name="icon")] When enableIcon=true, this property specifies the icon to display.
public

[Style(name="iconBottom", type="Number")] When enableIcon=true, To position the icon correctly, you can set either iconLeft or iconRight, and iconTop or iconBottom

public

If enableIcon=true, icon function for the icon.

public

If enableIcon=true, enables hand cursor on the icon

public

[Style(name="iconHeight", type="Number")] When enableIcon=true, To position the icon correctly, we need to know the height and width of the icon Since the icon is not yet drawn, sometimes we do not know how big the icon will be.

public

[Style(name="iconLeft", type="Number")] When enableIcon=true, To position the icon correctly, you can set either iconLeft or iconRight, and iconTop or iconBottom

public

The delay to wait until dispatching the iconMouseOver event when the user mouse the mouse over the icon.

public

A function that allows you to position the icon when you provide an iconFunction or iconUrl.

public

[Style(name="iconRight", type="Number")] When enableIcon=true, To position the icon correctly, you can set either iconLeft or iconRight, and iconTop or iconBottom

public

If enableIcon=true, tooltip for the icon

public

If enableIcon=true, tooltip function for the icon.

public

iconTooltipRenderer: flexiciousNmsp.ClassFactory

The renderer factory for the icon tooltip.

public

iconTop: *

[Style(name="iconTop", type="Number")] When enableIcon=true, To position the icon correctly, you can set either iconLeft or iconRight, and iconTop or iconBottom

public

[Style(name="iconWidth", type="Number")] When enableIcon=true, To position the icon correctly, we need to know the height and width of the icon Since the icon is not yet drawn, sometimes we do not know how big the icon will be.

public
this member was deprecated. Use grid.cellEditableFunction

A function that takes a IFlexDataGridCell, and returns true if this cell is editable.

public

itemEditor: flexiciousNmsp.ClassFactory

A class factory for the instances of the item editor to use for the column, when it is editable.

public

In Edit mode, we only apply the new value to the model object when the user either hits the enter key or the tab key after typing input.

public

Indicates that the item editors manage their own persitence and populating the dataprovider back with their changes, so the editorDataField is ignored and the DataGrid does not write back the value from the editor into the data provider.

public

Function to call before committing the value of the item editor to the data provider.

public

itemRenderer: flexiciousNmsp.ClassFactory

The class factory for item renderer instances that display the data for each item in the column.

public

level: flexiciousNmsp.FlexDataGridColumnLevel

public
this member was deprecated.
public

The mininum width that a column can receive.

public

[Style(name="multiColumnSortNumberHeight", type="Number", inherit="no")] The height of the numeric value representing the order of the column sort.

public

[Style(name="multiColumnSortNumberStyleName", type="String", inherit="no")] The name of a CSS style declaration for controlling other aspects of the appearance of the numeric value representing the order of the column sort.

public
public
  • [Style(name="overIcon")] When enableIcon=true, this property specifies the icon to display.
public

[Style(name="paddingBottom", type="Number", format="Length", inherit="no")] Number of pixels between the controls right border and the right edge of its content area.

public

[Style(name="paddingLeft", type="Number", format="Length", inherit="no")] Number of pixels between the controls left border and the left edge of its content area.

public

[Style(name="paddingRight", type="Number", format="Length", inherit="no")] Number of pixels between the controls right border and the right edge of its content area.

public

[Style(name="paddingTop", type="Number", format="Length", inherit="no")] Number of pixels between the controls left border and the left edge of its content area.

public

[Style(name="pagerColors", type="Array", arrayType="uint", format="Color", inherit="yes")] An array of two colors used to draw the pager background gradient.

public

[Style(name="pagerDrawTopBorder", type="Boolean", inherit="no")] Flag that indicates whether to force the top border, when horizontal gridlines are not drawn

public

[Style(name="pagerHorizontalGridLineColor", type="uint", format="Color", inherit="yes")] The color of the horizontal grid lines.

public

[Style(name="pagerHorizontalGridLineThickness", type="Number", format="Length")] Thickness of the pager horizontal grid lines.

public

[Style(name="pagerHorizontalGridLines", type="Boolean", inherit="no")] Flag that indicates whether to show horizontal grid lines between the rows.

public

[Style(name="pagerPaddingBottom", type="Number", format="Length", inherit="no")] Number of pixels between the controls right border and the right edge of its content area.

public

[Style(name="pagerPaddingLeft", type="Number", format="Length", inherit="no")] Number of pixels between the controls left border and the left edge of its content area.

public

[Style(name="pagerPaddingRight", type="Number", format="Length", inherit="no")] Number of pixels between the controls right border and the right edge of its content area.

public

[Style(name="pagerPaddingTop", type="Number", format="Length", inherit="no")] Number of pixels between the controls left border and the left edge of its content area.

public

[Style(name="pagerRollOverColors",type="Array", arrayType="uint", format="Color", inherit="yes")] The color of the row background when the user rolls over the pager.

public

[Style(name="pagerVerticalGridLineColor", type="uint", format="Color", inherit="yes")] The color of the vertical grid lines.

public

[Style(name="pagerVerticalGridLineThickness", type="Number", format="Length")] Thickness of the pager vertical grid lines.

public

[Style(name="pagerVerticalGridLines", type="Boolean", inherit="no")] Flag that indicates whether to show vertical grid lines between the columns.

public

On creation complete, will use this to distribute the width of the grid among the visible columns in the specified ratio.

public

[Style(name="rendererColors", type="Array", arrayType="uint", format="Color", inherit="yes")] An array of two colors used to draw the renderer background gradient.

public

[Style(name="rendererDrawTopBorder", type="Boolean", inherit="no")] Flag that indicates whether to force the top border, when horizontal gridlines are not drawn

public

[Style(name="rendererHorizontalGridLineColor", type="uint", format="Color", inherit="yes")] The color of the horizontal grid lines.

public

[Style(name="rendererHorizontalGridLineThickness", type="Number", format="Length")] Thickness of the renderer horizontal grid lines.

public

[Style(name="rendererHorizontalGridLines", type="Boolean", inherit="no")] Flag that indicates whether to show horizontal grid lines between the rows.

public

[Style(name="rendererPaddingBottom", type="Number", format="Length", inherit="no")] Number of pixels between the controls right border and the right edge of its content area.

public

[Style(name="rendererPaddingLeft", type="Number", format="Length", inherit="no")] Number of pixels between the controls left border and the left edge of its content area.

public

[Style(name="rendererPaddingRight", type="Number", format="Length", inherit="no")] Number of pixels between the controls right border and the right edge of its content area.

public

[Style(name="rendererPaddingTop", type="Number", format="Length", inherit="no")] Number of pixels between the controls left border and the left edge of its content area.

public
  • [Style(name="rendererRollOverColors", type="uint", format="Color", inherit="yes")] The color of the row background when the user rolls over a level renderer.
public

[Style(name="rendererVerticalGridLineColor", type="uint", format="Color", inherit="yes")] The color of the vertical grid lines.

public

[Style(name="rendererVerticalGridLineThickness", type="Number", format="Length")] Thickness of the renderer vertical grid lines.

public

[Style(name="rendererVerticalGridLines", type="Boolean", inherit="no")] Flag that indicates whether to show vertical grid lines between the columns.

public

Flag that indicates whether the user is allowed to resize the width of the column.

public

A flag used to the identify that the responsive behaviour touched this columns visiblity, So later we can restore the column visiblity on grid resize.

public

in which priority level column should be hidden.

public

[Style(name="rollOverColor", type="uint", format="Color", inherit="yes")] The color of the row background when the user rolls over the row.

public
public

Flag that indicates whether the items in the column are selectable.

public

[Style(name="selectionColor", type="uint", format="Color", inherit="yes")] The color of the background for the row when the user selects an item renderer in the row.

public

[Style(name="selectionDisabledColor", type="uint", format="Color", inherit="yes")] The color of the background of a renderer when the component is disabled.

public

For filterControl=textInput, if you specify an Filter Icon Style, setting this variable to true will clear show the icon only when there is text in the box.

public

If set to true, icon only shows when user hovers over the cell.

public

If set to true, icon only shows when user hovers over the row.

public

[Style(name="sortArrowSkin", type="Class", inherit="no")] The class to use as the skin for the arrow that indicates the column sort direction.

public

To sort this column insensitive of case.

public

A callback function that gets called when sorting the data in the column.

public

To sort this column numerically.

public

Flag that indicates whether the user can click on the header of this column to sort the data provider.

public

[Style(name="textAlign", type="String", enumeration="left,center,right", inherit="yes")] Alignment of text within a container.

public

[Style(name="textDisabledColor", type="uint", format="Color", inherit="yes")] The color of the text of a renderer when the component is disabled.

public

[Style(name="textRollOverColor", type="uint", format="Color", inherit="yes")] Color of the text when the user rolls over a row.

public

[Style(name="textSelectedColor", type="uint", format="Color", inherit="yes")] Color of the text when the user selects a row.

public

If this propery is true, the text that does not fit in the available size is truncated with "...".

public

Not supported

public

For list based item editors, setting this flag will use the dataprovider from the filter mechanism for the item editor.

public

Uses a special itemrenderer, which causes the mouse to turn into a hand cursor on hover.

public

Prior to dispatching the icon roll over, we use a timer so accidental roll over does not cause popups.

public

Flag, that defaults to true, indicates that in client filter mode, use the label function to perform the search (opposed) comparison to using the raw value of the "searchField" property of the column.

public

When you set to true, a custom sortCompareFunction is applied that uses the labelFunction instead of the dataField.

public

When true, if the renderer supports the text decoration style property, sets it to underline.

public

[Style(name="verticalGridLineColor", type="uint", format="Color", inherit="yes")] The color of the vertical grid lines.

public

[Style(name="verticalGridLineThickness", type="Number", format="Length", inherit="yes")] Thickness of the vertical grid lines.

public

[Style(name="verticalGridLines", type="Boolean", inherit="no")] Flag that indicates whether to show vertical grid lines between the columns.

public

Flag to indicate that the text in this column can flow into multiple lines, based upon the width of the column.

public

calculateFooterValue(dataProvider: *, cell: flexiciousNmsp.FlexDataGridDataCell): String

a. The default text of the footer is calculated on basis of the following logic:
i. First we check to see if a footerLabelFunction2 is specified on the column.

public

defaultIconFunction(cell: flexiciousNmsp.FlexDataGridDataCell, state: string): *

Default Icon tooltip function.

public

defaultIconTooltipFunction(cell: flexiciousNmsp.FlexDataGridDataCell): string

Default Icon tooltip function.

public

defaultLabelFunction(col: flexiciousNmsp.FlexDataGridDataCell, dataProvider: *): String

  1. Checks to see the value of the columns footerOperation.
public

deriveRenderer(chromeType: *): *

Depending on the specified chrome type, gets the appropriate renderer.

public

dispatchEvent(event: *): *

Whenever a tree datagrid event is dispatched at any column, we also dispatch it from the level so if someone wants to listen for an event at all columns...

public

doFormat(retVal: *): *

The doFormat method returns formatted value on basis of the format properties (See description below)
If the input is null, returns null.

public

getAdjacentColumn(num: number): flexiciousNmsp.FlexDataGridColumn

public
public

Unused, for legacy purposes only

public
public

In addition to the left locked and unlocked columns supported by the regular Flex DataGrid, Flexicious Ultimate supports right locked columns.

public

In addition to the left locked and unlocked columns supported by the regular Flex DataGrid, Flexicious Ultimate supports right locked columns.

public

The columnWidthMode property on the column specifies how the column widths are applied.

public

Container for the item renderer.

public

The name of the field or property in the data provider item associated with the column.

public

getDistinctValues(dp: object, collection: Array, addedCodes: Array, lvl: flexiciousNmsp.FlexDataGridColumnLevel): Array

Returns this list of distinct values for this column, in a list of arraycollection which will have properties data and label.

public

Flag that indicates whether the items in the column are editable.

public

A control that implements IFilterControl

public

The actual control to render inside the header column.

public

getHeaderText(cell: flexiciousNmsp.FlexDataGridDataCell): string

Text for the header of this column.

public

The property on the model object that returns the url to the icon, if you wish to show different icons for each cell.

public
public

Returns true if the column is not right locked or IFixedWidth.

public
public
public
public
public
public
public

Returns true if the column is left locked.

public

Returns true if the column is left or right locked.

public

Returns true if the column is right locked.

public

MX and Spark Grids implement the sortable differently, so to match the interface.

public

For support in pickers

public

A function that determines the text to display in this column.

public

A specialized function that determines the text to display in this column, and takes the actual cell being (a) evaluated parameter.

public

getLevel(value: *): flexiciousNmsp.FlexDataGridColumnLevel

public

Gets the nest depth of the associated level.

public

getOwner(): flexiciousNmsp.FlexDataGrid

public
this method was deprecated. - now defaults to the uniqueIdentifier.

For datagrids where there are multiple columns with the same header text, this field may be specified so that the persistence mechanism does not overwrite it.

public

The field that the filter should search on.

public

Similar to searchField, if you want to override what the database actually sorts when you sort this column

public

Similar to searchField, if you want to override what the database actually sorts when you sort this column

public

getStyleValue(styleProp: string): object

Gets the style value for the provided style property at the current level.

public

A key used to uniquely identify a column.

public

Flag that indicates whether the column is visible.

public

The width of the column, in pixels.

public

Current X position of this column relative to the container for its cells.

public
public

A function that is used when we have complex properties in the datafield.

public

itemToLabel(data: object, cell: flexiciousNmsp.FlexDataGridCell): *

Returns the String that the item renderer displays for the given data object.

public
public

kill()

public
public
public
public

setColumnWidthMode(val: *): *

public
public

setDataField(value: *)

public
public

The filter control to associate with this column.

public

setFilterRenderer(value: *)

public

setFooterFormatter(val: *): *

Formatter for the footer label

public
public
public
public
public
public

setSearchField(val: *)

public

setSortField(val: *)

public

setStyle(styleProp: string, value: *)

public
public
public

setWidth(value: number)

public

setX(value: number)

Public Constructors

public constructor() source

Override:

FlexDataGridColumn#constructor

Public Members

public allowSelectAll: boolean source

Flag to enable/disable the top level select checkbox. You would use this if you need the checkbox selection behavior, but do not wish for the user to be able to select all.

Properties:

NameTypeAttributeDescription
allowSelectAll *

public enableDataCellOptmization: boolean source

Properties:

NameTypeAttributeDescription
enableDataCellOptmization *

public enableLabelAndCheckBox: boolean source

Flag to show checkbox as well as a display label. In header cells, shows checkbox and headerText. When you set this to true, the column width mode switches from fixed to none, and the width switches from 25 to 100 (default column width)

Properties:

NameTypeAttributeDescription
enableLabelAndCheckBox *

public excludeFromExport: boolean source

If set to true, this column wont be included in the export mechanism by default.

Override:

FlexDataGridColumn#excludeFromExport

Properties:

NameTypeAttributeDescription
excludeFromExport *

public excludeFromPrint: boolean source

If set to true, this column wont be included in the print mechanism by default.

Override:

FlexDataGridColumn#excludeFromPrint

Properties:

NameTypeAttributeDescription
excludeFromPrint *

public excludeFromSettings: boolean source

If set to true, this column wont be included in the settings popup by default.

Override:

FlexDataGridColumn#excludeFromSettings

Properties:

NameTypeAttributeDescription
excludeFromSettings *

public headerPaddingLeft: number source

[Style(name="headerPaddingLeft", type="Number", format="Length", inherit="no")] Number of pixels between the controls left border and the left edge of its content area.

Override:

FlexDataGridColumn#headerPaddingLeft

Properties:

NameTypeAttributeDescription
headerPaddingLeft *

public headerPaddingRight: number source

[Style(name="headerPaddingRight", type="Number", format="Length", inherit="no")] Number of pixels between the controls right border and the right edge of its content area.

Override:

FlexDataGridColumn#headerPaddingRight

Properties:

NameTypeAttributeDescription
headerPaddingRight *

public headerRenderer: null source

Storage for the headerRenderer property.

Override:

FlexDataGridColumn#headerRenderer

Properties:

NameTypeAttributeDescription
headerRenderer *

public itemRenderer: null source

The class factory for item renderer instances that display the data for each item in the column. You can specify a ClassFactory ustom item renderer component as the value of this property.

The default item renderer is a TextView class, which displays the item data as text.

Each Data Cell in the grid is contains an instance of this class.

Override:

FlexDataGridColumn#itemRenderer

Properties:

NameTypeAttributeDescription
itemRenderer *

public paddingLeft: number source

[Style(name="paddingLeft", type="Number", format="Length", inherit="no")] Number of pixels between the controls left border and the left edge of its content area.

Override:

FlexDataGridColumn#paddingLeft

Properties:

NameTypeAttributeDescription
paddingLeft *

public paddingRight: number source

[Style(name="paddingRight", type="Number", format="Length", inherit="no")] Number of pixels between the controls right border and the right edge of its content area.

Override:

FlexDataGridColumn#paddingRight

Properties:

NameTypeAttributeDescription
paddingRight *

public radioButtonMode: boolean source

In single select datagrids, set this to true for the icon to appear as if it is a radio button

Properties:

NameTypeAttributeDescription
radioButtonMode *

public resizable: boolean source

Flag that indicates whether the user is allowed to resize the width of the column. Please note, left and right locked columns are not resizable

Override:

FlexDataGridColumn#resizable

Properties:

NameTypeAttributeDescription
resizable *

public sortable: boolean source

Flag that indicates whether the user can click on the header of this column to sort the data provider.

Override:

FlexDataGridColumn#sortable

Properties:

NameTypeAttributeDescription
sortable *

Public Methods

public getClassNames(): string[] source

Override:

FlexDataGridColumn#getClassNames

Return:

string[]

public getEnableRadioButtonMode(): boolean source

In single select datagrids, set this to true for the icon to appear as if it is a radio button

Return:

boolean

public getEnableSelectAll(): boolean source

Flag to enable/disable the top level select checkbox. You would use this if you need the checkbox selection behavior, but do not wish for the user to be able to select all.

Return:

boolean

public newInstance(): flexiciousNmsp.FlexDataGridCheckBoxColumn source

For printing, we need to be a IFactory

Return:

flexiciousNmsp.FlexDataGridCheckBoxColumn

public setEnableRadioButtonMode(value: boolean) source

In single select datagrids, set this to true for the icon to appear as if it is a radio button

Params:

NameTypeAttributeDescription
value boolean

public setEnableSelectAll(value: boolean) source

Params:

NameTypeAttributeDescription
value boolean