supla-device
Loading...
Searching...
No Matches
Supla::Html::DivBegin Class Reference

#include <div.h>

Inheritance diagram for Supla::Html::DivBegin:
Collaboration diagram for Supla::Html::DivBegin:

Public Member Functions

 DivBegin (const char *className=nullptr, const char *idName=nullptr)
 
void send (Supla::WebSender *sender) override
 
- Public Member Functions inherited from Supla::HtmlElement
HtmlElementnext ()
 
 HtmlElement (HtmlSection section=HTML_SECTION_FORM)
 
virtual bool handleResponse (const char *key, const char *value)
 
virtual void onProcessingEnd ()
 

Protected Attributes

char * className = nullptr
 
char * idName = nullptr
 
- Protected Attributes inherited from Supla::HtmlElement
HtmlElementnextPtr = nullptr
 

Additional Inherited Members

- Static Public Member Functions inherited from Supla::HtmlElement
static HtmlElementbegin ()
 
static HtmlElementlast ()
 
static const char * selected (bool isSelected)
 
static const char * checked (bool isChecked)
 
- Public Attributes inherited from Supla::HtmlElement
HtmlSection section
 
- Static Protected Attributes inherited from Supla::HtmlElement
static HtmlElementfirstPtr = nullptr
 

Detailed Description

Deprecated
Use WebSender::tag("div") / WebSender::voidTag() instead.

This helper only wraps plain <div> emission. The new streaming builder in WebSender provides the same functionality with clearer ownership and less manual tag handling.

Member Function Documentation

◆ send()

void Supla::Html::DivBegin::send ( Supla::WebSender * sender)
overridevirtual

Implements Supla::HtmlElement.


The documentation for this class was generated from the following files: