Modifier and Type | Class and Description |
---|---|
class |
BaseSingletonDOMElementFactory<T,W extends com.google.gwt.user.client.ui.Widget,E extends BaseDOMElement<T,W>>
Base Factory for single-instance DOMElements, i.e. there can only be one instance "on screen" at any given time,
for example to handle "in cell" editing; when a DOMElement is required to "edit" the cell but not when the cell
is rendered ordinarily.
|
class |
ListBoxSingletonDOMElementFactory
A DOMElement Factory for single-instance ListBoxes.
|
class |
TextBoxSingletonDOMElementFactory
A DOMElement Factory for single-instance TextBoxes.
|
Modifier and Type | Field and Description |
---|---|
protected SingletonDOMElementFactory<W,E> |
BaseGridColumnSingletonDOMElementRenderer.factory |
Constructor and Description |
---|
BaseGridColumnSingletonDOMElementRenderer(SingletonDOMElementFactory<W,E> factory) |
Copyright © 2012–2019 JBoss by Red Hat. All rights reserved.