Class Finder
Inheritance: TComponent » TApplicationComponent »
Properties
 NameTypeDescription
R AllowSorting boolean Returns a value indicating whether this column allows sorting.
R Application TApplication current application instance. (inherited from TApplicationComponent)
  EnableCellGrouping boolean whether cells having the same content should be grouped together.
  FooterRenderer string the class name for the column footer cell renderer.
R FooterStyle TTableItemStyle the style for footer.
  FooterText string the text to be displayed in the footer of this column.
  HeaderImageUrl string the url of the image to be displayed in header.
  HeaderRenderer string the class name for the column header cell renderer.
R HeaderStyle TTableItemStyle the style for header.
  HeaderText string the text to be displayed in the header of this column.
  ID string the ID of the column.
R ItemStyle TTableItemStyle the style for item.
  Owner TDataGrid datagrid that owns this column.
R Request THttpRequest the current user request. (inherited from TApplicationComponent)
R Response THttpResponse the response. (inherited from TApplicationComponent)
R Service IService the current service. (inherited from TApplicationComponent)
R Session THttpSession user session. (inherited from TApplicationComponent)
  SortExpression string the name of the field or expression for sorting.
R User IUser information about the current user. (inherited from TApplicationComponent)
  Visible boolean whether the column is visible.
Events
Methods
 NameDescription
  addParsedObject Processes an object that is created during parsing template. (inherited from TComponent)
  attachEventHandler Attaches an event handler to an event. (inherited from TComponent)
  canGetProperty Determines whether a property can be read. (inherited from TComponent)
  canSetProperty Determines whether a property can be set. (inherited from TComponent)
  createdOnTemplate This method is invoked after the component is instantiated by a template. (inherited from TComponent)
  detachEventHandler Detaches an existing event handler. (inherited from TComponent)
  evaluateExpression Evaluates a PHP expression in the context of this control. (inherited from TComponent)
  evaluateStatements Evaluates a list of PHP statements. (inherited from TComponent)
P formatDataValue Formats the text value according to a format string.
P getDataFieldValue Fetches the value of the data at the specified field.
  getEventHandlers Returns the list of attached event handlers for an event. (inherited from TComponent)
  getSubProperty Evaluates a property path. (inherited from TComponent)
P getViewState Returns a viewstate value.
  hasEvent Determines whether an event is defined. (inherited from TComponent)
  hasEventHandler whether an event has been attached one or several handlers. (inherited from TComponent)
  hasProperty Determines whether a property is defined. (inherited from TComponent)
  initialize Initializes the column.
  initializeCell Initializes the specified cell to its initial values.
P initializeFooterCell Initializes the footer cell.
P initializeHeaderCell Initializes the header cell.
  loadState Loads persistent state values.
  publishAsset Publishes a private asset and gets its URL. (inherited from TApplicationComponent)
  publishFilePath Publishes a file or directory and returns its URL. (inherited from TApplicationComponent)
  raiseEvent Raises an event. (inherited from TComponent)
  saveState Saves persistent state values.
  setSubProperty Sets a value to a property path. (inherited from TComponent)
P setViewState Sets a viewstate value.
Derived classes