API Docs for:
Show:

flexiciousNmsp.FlexDataGridFilterCell Class

Extends FlexDataGridCell

Constructor

flexiciousNmsp.FlexDataGridFilterCell

()

Methods

destroy

()

handles destroy of a cell

getDrawTopBorder

() | Boolean | Boolean |

Calculated property that controls whether or not to draw the top border. Each cell in Ultimate will draw its own background and border. In order to prevent cells from drawing double borders (cell above me drew bottom border, so I should not need to draw my top border), this flag evaluates to false. But in certain cases, you may want to draw both top and bottom border. The bottom border is always controlled by the horizontalGridLines style property. The top border is controlled by the drawTopBorder style property. In order to provide fine grained control over border drawing functionality, there are the following style properties available.

  • drawTopBorder
  • headerDrawTopBorder
  • footerDrawTopBorder
  • pagerDrawTopBorder
  • filterDrawTopBorder
  • columnGroupDrawTopBorder
To control the bottom border, the following properties are available:
  • horizontalGridLines
  • headerHorizontalGridLines
  • footerHorizontalGridLines
  • pagerHorizontalGridLines
  • filterHorizontalGridLines
  • columnGroupHorizontalGridLines

Returns:

| Boolean | Boolean | :

getPrefix

() String

Returns one of the following values on basis of what type of cell this is:

  • Blank string for data cells
  • header
  • footer
  • filter
  • columnGroup
  • pager

Returns:

String:

refreshCell

()

Refreshing the contens of this cell.