@Dependent public class DataTypeConstraintEnumeration extends Object implements DataTypeConstraintComponent
Modifier and Type | Class and Description |
---|---|
static interface |
DataTypeConstraintEnumeration.View |
NONE
Constructor and Description |
---|
DataTypeConstraintEnumeration(DataTypeConstraintEnumeration.View view,
DMNClientServicesProxy clientServicesProxy,
ScrollHelper scrollHelper,
javax.enterprise.event.Event<DataTypeConstraintParserWarningEvent> parserWarningEvent,
org.jboss.errai.ioc.client.api.ManagedInstance<DataTypeConstraintEnumerationItem> enumerationItemInstances) |
Modifier and Type | Method and Description |
---|---|
elemental2.dom.Element |
getElement() |
List<DataTypeConstraintEnumerationItem> |
getEnumerationItems() |
String |
getValue() |
void |
refreshView() |
void |
refreshView(org.uberfire.mvp.Command onCompleteCallback) |
void |
render() |
void |
scrollToPosition(int position) |
void |
setConstraintValueType(String type) |
void |
setValue(String value) |
@Inject public DataTypeConstraintEnumeration(DataTypeConstraintEnumeration.View view, DMNClientServicesProxy clientServicesProxy, ScrollHelper scrollHelper, javax.enterprise.event.Event<DataTypeConstraintParserWarningEvent> parserWarningEvent, org.jboss.errai.ioc.client.api.ManagedInstance<DataTypeConstraintEnumerationItem> enumerationItemInstances)
public String getValue()
getValue
in interface DataTypeConstraintComponent
public void setValue(String value)
setValue
in interface DataTypeConstraintComponent
public void setConstraintValueType(String type)
setConstraintValueType
in interface DataTypeConstraintComponent
public void refreshView()
public void refreshView(org.uberfire.mvp.Command onCompleteCallback)
public elemental2.dom.Element getElement()
getElement
in interface DataTypeConstraintComponent
public void render()
public void scrollToPosition(int position)
public List<DataTypeConstraintEnumerationItem> getEnumerationItems()
Copyright © 2001–2019 JBoss by Red Hat. All rights reserved.