- Type Parameters:
T
- Data-type handled by this factory.
W
- Widget representing the data-type.
E
- DOM element representing the data-type.
- All Implemented Interfaces:
- org.uberfire.ext.wires.core.grids.client.widget.dom.DOMElementFactory<W,E>, org.uberfire.ext.wires.core.grids.client.widget.dom.HasDOMElementResources, org.uberfire.ext.wires.core.grids.client.widget.dom.single.HasSingletonDOMElementResource, org.uberfire.ext.wires.core.grids.client.widget.dom.single.SingletonDOMElementFactory<W,E>
- Direct Known Subclasses:
- MultiValueSingletonDOMElementFactory, SingleValueSingletonDOMElementFactory
public abstract class BaseDTSingletonDOMElementFactory<T,W extends com.google.gwt.user.client.ui.Widget,E extends org.uberfire.ext.wires.core.grids.client.widget.dom.impl.BaseDOMElement<T,W>>
extends org.uberfire.ext.wires.core.grids.client.widget.dom.single.impl.BaseSingletonDOMElementFactory<T,W,E>
Base DOM Element Factory for the Guided Decision Table Editor for singleton overlays.
This implementation separates "flushing" the value from the Widget to the Model from
destroying the Widget.