T - The Type of the valuepublic class BaseGridCellValue<T> extends Object implements GridCellValue<T>
| Constructor and Description |
|---|
BaseGridCellValue(T value) |
BaseGridCellValue(T value,
String placeHolder) |
| Modifier and Type | Method and Description |
|---|---|
boolean |
equals(Object o) |
String |
getPlaceHolder()
Returns the (optional) placeholder to use when no actual value has been set
|
T |
getValue()
Returns the value of the cell.
|
int |
hashCode() |
protected T value
public BaseGridCellValue(T value)
public T getValue()
GridCellValuegetValue in interface GridCellValue<T>public String getPlaceHolder()
GridCellValuegetPlaceHolder in interface GridCellValue<T>Copyright © 2012–2020 JBoss by Red Hat. All rights reserved.