Class StringSelector
- java.lang.Object
-
- org.kie.workbench.common.dmn.client.editors.types.listview.constraint.common.typed.common.BaseSelector
-
- org.kie.workbench.common.dmn.client.editors.types.listview.constraint.common.typed.string.StringSelector
-
- All Implemented Interfaces:
TypedValueSelector
@Dependent public class StringSelector extends BaseSelector
-
-
Nested Class Summary
-
Nested classes/interfaces inherited from class org.kie.workbench.common.dmn.client.editors.types.listview.constraint.common.typed.common.BaseSelector
BaseSelector.InputType, BaseSelector.View
-
-
Constructor Summary
Constructors Constructor Description StringSelector(BaseSelector.View view)
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description StringgetValue()voidsetValue(String value)-
Methods inherited from class org.kie.workbench.common.dmn.client.editors.types.listview.constraint.common.typed.common.BaseSelector
getElement, getInputType, select, setOnInputBlurCallback, setOnInputChangeCallback, setPlaceholder, setupInputType, toDisplay
-
-
-
-
Constructor Detail
-
StringSelector
@Inject public StringSelector(BaseSelector.View view)
-
-
Method Detail
-
setValue
public void setValue(String value)
- Specified by:
setValuein interfaceTypedValueSelector- Overrides:
setValuein classBaseSelector
-
getValue
public String getValue()
- Specified by:
getValuein interfaceTypedValueSelector- Overrides:
getValuein classBaseSelector
-
-