formoshlep.widget

Undocumented in source.

Members

Functions

_getEvents
FormoEvent[] _getEvents(Widget w, HTTPServerRequest req)
Undocumented in source. Be warned that the author may not have intended to support it.
_getEvents
FormoEvent[] _getEvents(EditLine w, HTTPServerRequest req)
Undocumented in source. Be warned that the author may not have intended to support it.
_getEvents
FormoEvent[] _getEvents(CheckBox w, HTTPServerRequest req)
Undocumented in source. Be warned that the author may not have intended to support it.
_getEvents
FormoEvent[] _getEvents(RadioButton w, HTTPServerRequest req)
Undocumented in source. Be warned that the author may not have intended to support it.
_getEvents
FormoEvent[] _getEvents(Button w, HTTPServerRequest req)
Undocumented in source. Be warned that the author may not have intended to support it.
_getEvents
FormoEvent[] _getEvents(ImageTextButton w, HTTPServerRequest req)
Undocumented in source. Be warned that the author may not have intended to support it.
_readState
void _readState(Widget w, HTTPServerRequest req)
Undocumented in source. Be warned that the author may not have intended to support it.
_readState
void _readState(EditLine w, HTTPServerRequest req)
Undocumented in source. Be warned that the author may not have intended to support it.
_readState
void _readState(CheckBox w, HTTPServerRequest req)
Undocumented in source. Be warned that the author may not have intended to support it.
_readState
void _readState(RadioButton w, HTTPServerRequest req)
Undocumented in source. Be warned that the author may not have intended to support it.
_readState
void _readState(ComboBox w, HTTPServerRequest req)
Undocumented in source. Be warned that the author may not have intended to support it.
_toHtml
HtmlTag _toHtml(Widget w)
Undocumented in source. Be warned that the author may not have intended to support it.
_toHtml
HtmlTag _toHtml(TextWidget w)
Undocumented in source. Be warned that the author may not have intended to support it.
_toHtml
HtmlTag _toHtml(EditLine w)
Undocumented in source. Be warned that the author may not have intended to support it.
_toHtml
HtmlTag _toHtml(CheckBox w)
Undocumented in source. Be warned that the author may not have intended to support it.
_toHtml
HtmlTag _toHtml(RadioButton w)
Undocumented in source. Be warned that the author may not have intended to support it.
_toHtml
HtmlTag _toHtml(Button w)
Undocumented in source. Be warned that the author may not have intended to support it.
_toHtml
HtmlTag _toHtml(ComboBox w)
Undocumented in source. Be warned that the author may not have intended to support it.
_toHtml
HtmlTag _toHtml(ImageWidget w)
Undocumented in source. Be warned that the author may not have intended to support it.
_toHtml
HtmlTag _toHtml(ImageTextButton w)
Undocumented in source. Be warned that the author may not have intended to support it.
_toHtml
HtmlTag _toHtml(LinearLayout w)
Undocumented in source. Be warned that the author may not have intended to support it.
_toHtml
HtmlTag _toHtml(GroupBox w)
Undocumented in source. Be warned that the author may not have intended to support it.
getEvents
FormoEvent[] getEvents(virtual!Widget , HTTPServerRequest )
Undocumented in source.
processEvents
void processEvents(Widget w, HTTPServerRequest req)
Undocumented in source. Be warned that the author may not have intended to support it.
readState
void readState(virtual!Widget , HTTPServerRequest )
Undocumented in source.
readWidgetsState
void readWidgetsState(Widget w, HTTPServerRequest req)
Undocumented in source. Be warned that the author may not have intended to support it.
toHtml
HtmlTag toHtml(virtual!Widget )
Undocumented in source.

Imports

Button (from dlangui.widgets.controls)
public import dlangui.widgets.controls : Button;
Undocumented in source.
CheckBox (from dlangui.widgets.controls)
public import dlangui.widgets.controls : CheckBox;
Undocumented in source.
ComboBox (from dlangui.widgets.combobox)
public import dlangui.widgets.combobox : ComboBox;
Undocumented in source.
EditLine (from dlangui.widgets.editors)
public import dlangui.widgets.editors : EditLine;
Undocumented in source.
GroupBox (from dlangui.widgets.groupbox)
public import dlangui.widgets.groupbox : GroupBox;
Undocumented in source.
ImageTextButton (from dlangui.widgets.controls)
public import dlangui.widgets.controls : ImageTextButton;
Undocumented in source.
ImageWidget (from dlangui.widgets.controls)
public import dlangui.widgets.controls : ImageWidget;
Undocumented in source.
LinearLayout (from dlangui.widgets.layouts)
public import dlangui.widgets.layouts : LinearLayout, Orientation;
Undocumented in source.
Orientation (from dlangui.widgets.layouts)
public import dlangui.widgets.layouts : LinearLayout, Orientation;
Undocumented in source.
RadioButton (from dlangui.widgets.controls)
public import dlangui.widgets.controls : RadioButton;
Undocumented in source.
TextWidget (from dlangui.widgets.controls)
public import dlangui.widgets.controls : TextWidget;
Undocumented in source.
Widget (from dlangui.widgets.widget)
public import dlangui.widgets.widget : Widget;
Undocumented in source.

Structs

FormoEvent
struct FormoEvent
Undocumented in source.

Meta