supla-device
|
Public Member Functions | |
HtmlElement * | next () |
HtmlElement (HtmlSection section=HTML_SECTION_FORM) | |
virtual void | send (Supla::WebSender *sender)=0 |
virtual bool | handleResponse (const char *key, const char *value) |
virtual void | onProcessingEnd () |
Static Public Member Functions | |
static HtmlElement * | begin () |
static HtmlElement * | last () |
static const char * | selected (bool isSelected) |
static const char * | checked (bool isChecked) |
Public Attributes | |
HtmlSection | section |
Protected Attributes | |
HtmlElement * | nextPtr = nullptr |
Static Protected Attributes | |
static HtmlElement * | firstPtr = nullptr |
|
virtual |
Reimplemented in Supla::Html::CustomTextParameter.
|
pure virtual |
Implemented in Supla::Html::CustomTextParameter.