Package | Description |
---|---|
org.gwt.advanced.client.ui.widget.cell |
Modifier and Type | Class and Description |
---|---|
class |
BooleanCell
This is a cell implementation for
Boolean values. |
class |
ComboBoxCell
This is a cell implementation that must contain a combo box.
|
class |
DateCell
This is a cell implementation for
Date values. |
class |
DoubleCell
This is a cell implementation for
Double numbers. |
class |
ExpandableCellImpl
This is a basic expandable cell implementation.
|
class |
FloatCell
This is a cell implementation for
Float numbers. |
class |
HeaderCellImpl
This is a header cell implementation.
|
class |
ImageCell
This is a cell implementation forr
Image widgets. |
class |
IntegerCell
This is a cell implementation for
Integer numbers. |
class |
LabelCell
This is a cell implementation for textual value to be represnted as read only label.
|
class |
ListCell
This is a cell implementation for
List box widgets. |
class |
LongCell
This is a cell implementation for
Long numbers. |
class |
NumberCell
This is an abstract implementation for all numeric cells.
|
class |
ShortCell
This is a cell implementation for
Short numbers. |
class |
TextAreaCell
This is a multiline text cell implementation.
|
class |
TextBaseCell
This is an abstract cell implementation, common for all cells which display components extended from the
TextBoxBase on edit event. |
class |
TextBoxCell
This is a text cell implementation.
|
class |
TreeCell
This is a tree cell implementation that renders an expand / collapse image and makes indents.
|
Copyright © 2008–2013. All rights reserved.