Uses of Class
io.github.mmm.ui.tvm.widget.TvmWidgetHtmlElement
-
-
Uses of TvmWidgetHtmlElement in io.github.mmm.ui.tvm.widget
Subclasses of TvmWidgetHtmlElement in io.github.mmm.ui.tvm.widget Modifier and Type Class Description class
TvmActiveWidget<W extends org.teavm.jso.dom.html.HTMLElement>
Implementation ofUiActiveWidget
for TeaVM.class
TvmClickableWidget<W extends org.teavm.jso.dom.html.HTMLElement>
Implementation ofAttributeFeatureClick
for TeaVM.class
TvmLabel
Implementation ofUiLabel
for TeaVM.class
TvmText
Implementation ofUiText
for TeaVM. -
Uses of TvmWidgetHtmlElement in io.github.mmm.ui.tvm.widget.button
Subclasses of TvmWidgetHtmlElement in io.github.mmm.ui.tvm.widget.button Modifier and Type Class Description class
TvmAbstractButton<W extends org.teavm.jso.dom.html.HTMLElement>
Implementation ofUiAbstractButton
for TeaVM.class
TvmButton
Implementation ofUiButton
for TeaVM. -
Uses of TvmWidgetHtmlElement in io.github.mmm.ui.tvm.widget.composite
Subclasses of TvmWidgetHtmlElement in io.github.mmm.ui.tvm.widget.composite Modifier and Type Class Description class
TvmComposite<W extends org.teavm.jso.dom.html.HTMLElement,C extends UiWidget>
Implementation ofUiComposite
using TeaVM.class
TvmMutableComposite<W extends org.teavm.jso.dom.html.HTMLElement,C extends UiWidget>
Implementation ofUiMutableComposite
for TeaVM.class
TvmRemovableComposite<W extends org.teavm.jso.dom.html.HTMLElement,C extends UiWidget>
Implementation ofUiRemovableComposite
for TeaVM.class
TvmSlot
Implementation ofUiSlot
for TeaVM.class
TvmValuedComposite<W extends org.teavm.jso.dom.html.HTMLElement,C extends UiWidget,V>
Implementation ofUiValuedComposite
for TeaVM. -
Uses of TvmWidgetHtmlElement in io.github.mmm.ui.tvm.widget.input
Subclasses of TvmWidgetHtmlElement in io.github.mmm.ui.tvm.widget.input Modifier and Type Class Description class
TvmAbstractTextArea
Implementation ofUiTextArea
for TeaVM.class
TvmBooleanInput
class
TvmCheckbox
Implementation ofUiCheckbox
using TeaVM.class
TvmComboBoxDataList<V>
Implementation ofUiTextInput
using TeaVM.class
TvmComboBoxSelect<V>
Implementation ofUiTextInput
using TeaVM.class
TvmHtmlInput<V>
Implementation ofUiInput
using TeaVM based onHTMLInputElement
.class
TvmHtmlSelect<V>
Implementation ofUiInput
using TeaVM based onHTMLSelectElement
.class
TvmInput<V,W extends org.teavm.jso.dom.html.HTMLElement>
Implementation ofUiInput
using TeaVM.class
TvmLabelledInput<V>
TvmInput
that also implementsAttributeWriteText
.class
TvmPasswordInput
Implementation ofUiPasswordInput
using TeaVM.class
TvmRadioButton
Implementation ofUiRadioButton
using TeaVM.class
TvmRadioChoice<V>
Implementation ofUiTextInput
using TeaVM.class
TvmStringInput
Implementation ofUiStringInput
using TeaVM.class
TvmTextArea
Implementation ofUiTextArea
for TeaVM.class
TvmTextInput
Implementation ofUiTextInput
using TeaVM.class
TvmTextualInput<V>
Implementation ofUiTextualInput
using TeaVM. -
Uses of TvmWidgetHtmlElement in io.github.mmm.ui.tvm.widget.link
Subclasses of TvmWidgetHtmlElement in io.github.mmm.ui.tvm.widget.link Modifier and Type Class Description class
TvmAbstractLink
Implementation ofUiAbstractLink
for TeaVM.class
TvmExternalLink
Implementation ofUiExternalLink
for TeaVM.class
TvmInternalLink
Implementation ofUiInternalLink
for TeaVM. -
Uses of TvmWidgetHtmlElement in io.github.mmm.ui.tvm.widget.panel
Subclasses of TvmWidgetHtmlElement in io.github.mmm.ui.tvm.widget.panel Modifier and Type Class Description class
TvmBorderPanel
Implementation ofUiBorderPanel
using TeaVM.class
TvmButtonPanel
Implementation ofUiButtonPanel
using TeaVM.class
TvmGridPanel
Implementation ofUiGridPanel
using TeaVM.class
TvmGridRow
Implementation ofUiGridRow
using TeaVM.class
TvmHorizontalPanel
Implementation ofUiHorizontalPanel
using TeaVM.class
TvmMutablePanel<W extends org.teavm.jso.dom.html.HTMLElement>
Implementation ofUiMutablePanel
for TeaVM.class
TvmScrollPanel
Implementation ofUiScrollPanel
for TeaVM.class
TvmVerticalPanel
Implementation ofUiVerticalPanel
using TeaVM.
-