- java.lang.Object
-
- io.github.mmm.ui.tvm.TvmToggleGroupFactory
-
- All Implemented Interfaces:
UiToggleGroupFactory
public class TvmToggleGroupFactory extends Object implements UiToggleGroupFactory
Implementation ofUiToggleGroupFactory
for TeaVM.- Since:
- 1.0.0
-
-
Constructor Summary
Constructors Constructor Description TvmToggleGroupFactory()
-
-
-
Method Detail
-
create
public UiToggleGroup create()
- Specified by:
create
in interfaceUiToggleGroupFactory
- Returns:
- a new instance of
UiToggleGroup
.
-
-