39#include "html_level.hpp"
40#include "webdar_tools.hpp"
41#include "exceptions.hpp"
96 std::string border_collapsed;
98 bool cells_first_column_set;
99 std::string css_class_title;
100 std::string css_class_cells;
101 std::string css_class_column1;
class chemin definition
Definition: chemin.hpp:51
class html_level is a pure virtual class
Definition: html_level.hpp:49
void clear_children()
clear all adopted data
Definition: html_level.cpp:62
html component implementing the html table structure
Definition: html_table.hpp:52
void css_border_collapsed(bool mode)
whether border are collapsed or separated (collasped by default)
Definition: html_table.cpp:52
void clear()
clear table content
Definition: html_table.hpp:83
void set_css_class_first_column()
clears a previously assigned css object to the first column
Definition: html_table.cpp:94
unsigned int get_width() const
get value provided at construction time
Definition: html_table.hpp:86
void set_css_class_first_row()
clear a previously assigned css object to the title row
Definition: html_table.cpp:73
virtual std::string inherited_get_body_part(const chemin &path, const request &req) override
inherited from body_builder
Definition: html_table.cpp:122
void set_css_class_cells()
clears a previously assigned css object to the non-title rows
Definition: html_table.cpp:113
class holding fields of an HTTP request (method, URI, header, cookies, and so on)
Definition: request.hpp:45