public abstract class BaseUIModelMapper<E extends Expression> extends Object implements UIModelMapper
Modifier and Type | Field and Description |
---|---|
protected Supplier<Optional<E>> |
dmnModel |
protected Supplier<org.uberfire.ext.wires.core.grids.client.model.GridData> |
uiModel |
Constructor and Description |
---|
BaseUIModelMapper(Supplier<org.uberfire.ext.wires.core.grids.client.model.GridData> uiModel,
Supplier<Optional<E>> dmnModel) |
Modifier and Type | Method and Description |
---|---|
Supplier<Optional<E>> |
getDmnModel() |
Supplier<org.uberfire.ext.wires.core.grids.client.model.GridData> |
getUiModel() |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
fromDMNModel, toDMNModel
protected Supplier<org.uberfire.ext.wires.core.grids.client.model.GridData> uiModel
protected Supplier<Optional<E extends Expression>> dmnModel
Copyright © 2001–2019 JBoss by Red Hat. All rights reserved.