grid\GridView renderTableFooter()

renderTableFooter() public method Renders the table footer. public string renderTableFooter ( )return string The rendering result.

grid\GridView renderTableBody()

renderTableBody() public method Renders the table body. public string renderTableBody ( )return string The rendering result.

grid\GridView renderSection()

renderSection() public method Renders a section of the specified name. If the named section is not supported, false will be returned. public string|boolean renderSection ( $name )$name string The section name, e.g., {summary}, {items}. return string|boolean The rendering result of the section, or false if the named section is not supported.

grid\GridView renderItems()

renderItems() public method Renders the data models for the grid view. public void renderItems ( )

grid\GridView renderFilters()

renderFilters() public method Renders the filter. public string renderFilters ( )return string The rendering result.

grid\GridView renderErrors()

renderErrors() public method Renders validator errors of filter model. public string renderErrors ( )return string The rendering result.

grid\GridView renderColumnGroup()

renderColumnGroup() public method Renders the column group HTML. public boolean|string renderColumnGroup ( )return boolean|string The column group HTML or false if no column group should be rendered.

grid\GridView renderCaption()

renderCaption() public method Renders the caption element. public boolean|string renderCaption ( )return boolean|string The rendered caption element or false if no caption element should be rendered.

grid\GridView initColumns()

initColumns() protected method Creates column objects and initializes them. protected void initColumns ( )

grid\GridView init()

init() public method Initializes the grid view. This method will initialize required property values and instantiate $columns objects. public void init ( )