Modifier and Type | Interface and Description |
---|---|
interface |
DOMElementFactory<W,E>
Definition of a Factor that can create DOMElements for GWT Widget based cell content.
|
Modifier and Type | Interface and Description |
---|---|
interface |
HasMultipleDOMElementResources
Extension for Factories and Columns that display multiple DOMElements to edit the content of cells.
|
interface |
MultipleDOMElementFactory<W,E>
Definition of a Factory that can create DOMElements for GWT Widget based cell content.
|
Modifier and Type | Class and Description |
---|---|
class |
BaseDOMElementFactory<T,W extends com.google.gwt.user.client.ui.Widget,E extends BaseDOMElement<T,W>>
Base Factory for multi-instance DOMElements, i.e. there can be more than one "on screen" at any given time.
|
class |
CheckBoxDOMElementFactory
A DOMElement Factory for multi-instance CheckBoxes.
|
class |
TextBoxDOMElementFactory
A DOMElement Factory for multi-instance TextBoxes.
|
Modifier and Type | Interface and Description |
---|---|
interface |
HasSingletonDOMElementResource
Extension for Factories and Columns that display a single DOMElement to edit the content of a cell.
|
interface |
SingletonDOMElementFactory<W,E>
Definition of a Factory that can create DOMElements for GWT Widget based cell content.
|
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 | Class and Description |
---|---|
class |
BooleanDOMElementColumn |
class |
ListBoxDOMElementSingletonColumn |
class |
StringDOMElementColumn |
class |
StringDOMElementSingletonColumn |
Modifier and Type | Interface and Description |
---|---|
interface |
GridColumnMultipleDOMElementRenderer<T> |
Modifier and Type | Class and Description |
---|---|
class |
BaseGridColumnMultipleDOMElementRenderer<T,W extends com.google.gwt.user.client.ui.Widget,E extends BaseDOMElement> |
class |
BooleanColumnDOMElementRenderer |
class |
StringColumnDOMElementRenderer |
Modifier and Type | Interface and Description |
---|---|
interface |
GridColumnSingletonDOMElementRenderer<T> |
Modifier and Type | Class and Description |
---|---|
class |
BaseGridColumnSingletonDOMElementRenderer<T,W extends com.google.gwt.user.client.ui.Widget,E extends BaseDOMElement> |
class |
ListBoxColumnDOMElementSingletonRenderer |
class |
StringColumnDOMElementSingletonRenderer |
Copyright © 2012–2019 JBoss by Red Hat. All rights reserved.