Class DataTypeConstraintRange
- java.lang.Object
-
- org.kie.workbench.common.dmn.client.editors.types.listview.constraint.range.DataTypeConstraintRange
-
- All Implemented Interfaces:
DataTypeConstraintComponent
@Dependent public class DataTypeConstraintRange extends Object implements DataTypeConstraintComponent
-
-
Nested Class Summary
Nested Classes Modifier and Type Class Description static interfaceDataTypeConstraintRange.View
-
Field Summary
-
Fields inherited from interface org.kie.workbench.common.dmn.client.editors.types.listview.constraint.common.DataTypeConstraintComponent
NONE
-
-
Constructor Summary
Constructors Constructor Description DataTypeConstraintRange(DataTypeConstraintRange.View view, ConstraintPlaceholderHelper placeholderHelper, DMNClientServicesProxy clientServicesProxy, javax.enterprise.event.Event<DataTypeConstraintParserWarningEvent> parserWarningEvent)
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description elemental2.dom.ElementgetElement()StringgetValue()voidsetConstraintValueType(String type)voidsetModal(DataTypeConstraintModal modal)voidsetValue(String value)
-
-
-
Constructor Detail
-
DataTypeConstraintRange
@Inject public DataTypeConstraintRange(DataTypeConstraintRange.View view, ConstraintPlaceholderHelper placeholderHelper, DMNClientServicesProxy clientServicesProxy, javax.enterprise.event.Event<DataTypeConstraintParserWarningEvent> parserWarningEvent)
-
-
Method Detail
-
getValue
public String getValue()
- Specified by:
getValuein interfaceDataTypeConstraintComponent
-
setValue
public void setValue(String value)
- Specified by:
setValuein interfaceDataTypeConstraintComponent
-
setConstraintValueType
public void setConstraintValueType(String type)
- Specified by:
setConstraintValueTypein interfaceDataTypeConstraintComponent
-
getElement
public elemental2.dom.Element getElement()
- Specified by:
getElementin interfaceDataTypeConstraintComponent
-
setModal
public void setModal(DataTypeConstraintModal modal)
-
-