|
| TextCmdInputParameter (const char *paramTag, const char *paramLabel) |
|
void | send (Supla::WebSender *sender) override |
|
bool | handleResponse (const char *key, const char *value) override |
|
void | registerCmd (const char *cmdStr, int eventId) |
|
HtmlElement * | next () |
|
| HtmlElement (HtmlSection section=HTML_SECTION_FORM) |
|
virtual void | onProcessingEnd () |
|
virtual void | addAction (uint16_t action, ActionHandler &client, uint16_t event, bool alwaysEnabled=false) |
|
virtual void | addAction (uint16_t action, ActionHandler *client, uint16_t event, bool alwaysEnabled=false) |
|
virtual void | runAction (uint16_t event) const |
|
virtual bool | isEventAlreadyUsed (uint16_t event, bool ignoreAlwaysEnabled) |
|
virtual ActionHandlerClient * | getHandlerForFirstClient (uint16_t event) |
|
virtual ActionHandlerClient * | getHandlerForClient (ActionHandler *client, uint16_t event) |
|
virtual void | disableOtherClients (const ActionHandler &client, uint16_t event) |
|
virtual void | enableOtherClients (const ActionHandler &client, uint16_t event) |
|
virtual void | disableOtherClients (const ActionHandler *client, uint16_t event) |
|
virtual void | enableOtherClients (const ActionHandler *client, uint16_t event) |
|
virtual void | disableAction (int32_t action, ActionHandler *client, int32_t event) |
|
virtual void | enableAction (int32_t action, ActionHandler *client, int32_t event) |
|
virtual bool | disableActionsInConfigMode () |
|