| Package | Description |
|---|---|
| org.qubership.automation.itf.ui.controls | |
| org.qubership.automation.itf.ui.messages | |
| org.qubership.automation.itf.ui.util |
| Modifier and Type | Method and Description |
|---|---|
UIList<UIObject> |
CommonController.getAllNetworkInterfaces(UUID projectUuid) |
UIList<UIDataSetList> |
DatasetController.getList(String id,
UUID projectUuid)
Get DS from atp-datasets and Excel file.
|
UIList |
SelectController.getList(String className,
UUID projectUuid) |
UIList<UIObject> |
DatasetController.getLists(UUID projectUuid)
Get DSL from atp-datasets and Excel file.
|
| Modifier and Type | Class and Description |
|---|---|
class |
UIListImpl<T extends UIIdentifiedObject> |
class |
UIObjectList |
class |
UITreeElementList |
| Modifier and Type | Method and Description |
|---|---|
protected static <I extends org.qubership.automation.itf.core.model.common.Storable,O extends UIObject> |
UIHelper.fillUIList(Collection<I> from,
UIList<O> to,
com.google.common.base.Function<? super I,O> func)
puts storables from collection into UIList.
|
protected static <I extends org.qubership.automation.itf.core.model.common.Storable,O extends UIObject> |
UIHelper.getUIList(Collection<I> from,
com.google.common.base.Function<? super I,O> func)
Creates UIList with provided content using func to transform values.
|
| Modifier and Type | Method and Description |
|---|---|
protected static <I extends org.qubership.automation.itf.core.model.common.Storable,O extends UIObject> |
UIHelper.fillUIList(Collection<I> from,
UIList<O> to,
com.google.common.base.Function<? super I,O> func)
puts storables from collection into UIList.
|
Copyright © 2025. All rights reserved.