|
|
| CustomCheckboxParameter (const char *paramTag, const char *paramLabel, uint8_t defaultValue=0) |
| |
| void | send (Supla::WebSender *sender) override |
| |
| bool | handleResponse (const char *key, const char *value) override |
| |
| void | onProcessingEnd () override |
| |
|
void | setTag (const char *tagValue) |
| |
|
void | setLabel (const char *labelValue) |
| |
|
HtmlElement * | next () |
| |
|
| HtmlElement (HtmlSection section=HTML_SECTION_FORM) |
| |
|
|
char * | tag = nullptr |
| |
|
char * | label = nullptr |
| |
|
uint8_t | checkboxValue |
| |
|
bool | checkboxFound = false |
| |
|
HtmlElement * | nextPtr = nullptr |
| |
|
|
static HtmlElement * | begin () |
| |
|
static HtmlElement * | last () |
| |
|
static const char * | selected (bool isSelected) |
| |
|
static const char * | checked (bool isChecked) |
| |
|
HtmlSection | section |
| |
|
static HtmlElement * | firstPtr = nullptr |
| |
◆ handleResponse()
| bool CustomCheckboxParameter::handleResponse |
( |
const char * | key, |
|
|
const char * | value ) |
|
overridevirtual |
◆ onProcessingEnd()
| void CustomCheckboxParameter::onProcessingEnd |
( |
| ) |
|
|
overridevirtual |
◆ send()
The documentation for this class was generated from the following files: