public class TextBoxBooleanSingletonDOMElementFactory extends TextBoxSingletonDOMElementFactory<Boolean,org.uberfire.ext.widgets.common.client.common.BooleanTextBox>
| Constructor and Description |
|---|
TextBoxBooleanSingletonDOMElementFactory(org.uberfire.ext.wires.core.grids.client.widget.layer.impl.GridLienzoPanel gridPanel,
org.uberfire.ext.wires.core.grids.client.widget.layer.GridLayer gridLayer,
GuidedDecisionTableView gridWidget) |
| Modifier and Type | Method and Description |
|---|---|
String |
convert(Boolean value)
Convert from the given typed value to a String
|
Boolean |
convert(String value)
Convert from the given String to a typed value
|
org.uberfire.ext.widgets.common.client.common.BooleanTextBox |
createWidget() |
createDomElementInternal, getValuepublic TextBoxBooleanSingletonDOMElementFactory(org.uberfire.ext.wires.core.grids.client.widget.layer.impl.GridLienzoPanel gridPanel,
org.uberfire.ext.wires.core.grids.client.widget.layer.GridLayer gridLayer,
GuidedDecisionTableView gridWidget)
public org.uberfire.ext.widgets.common.client.common.BooleanTextBox createWidget()
public String convert(Boolean value)
SingleValueSingletonDOMElementFactoryconvert in class SingleValueSingletonDOMElementFactory<Boolean,org.uberfire.ext.widgets.common.client.common.BooleanTextBox,TextBoxDOMElement<Boolean,org.uberfire.ext.widgets.common.client.common.BooleanTextBox>>value - The value to be convertedpublic Boolean convert(String value)
SingleValueSingletonDOMElementFactoryconvert in class SingleValueSingletonDOMElementFactory<Boolean,org.uberfire.ext.widgets.common.client.common.BooleanTextBox,TextBoxDOMElement<Boolean,org.uberfire.ext.widgets.common.client.common.BooleanTextBox>>value - The String to be convertedCopyright © 2001–2020 JBoss by Red Hat. All rights reserved.