public abstract class TableGridCellZKComponent
extends Div
| Modifier and Type | Field and Description |
|---|---|
protected Label |
label |
protected static int |
MAX_LABEL_LENGTH |
protected static String |
MENUITEM_REF |
protected boolean |
selected |
protected String |
value |
| Constructor and Description |
|---|
TableGridCellZKComponent(Row parent) |
| Modifier and Type | Method and Description |
|---|---|
protected Label |
createLabel() |
TableGridZKComponent |
getTableGrid() |
String |
getValue() |
protected void |
handleClick(MouseEvent event) |
protected String |
removeNewlines(String value) |
protected void |
render() |
protected boolean |
selected() |
protected void |
setSelected(boolean selected) |
protected abstract void |
setStyle(boolean selected) |
void |
setValue(String value) |
protected abstract void |
update() |
protected String |
valueForLabel() |
protected static final String MENUITEM_REF
protected static final int MAX_LABEL_LENGTH
protected boolean selected
protected Label label
protected String value
protected Label createLabel()
protected void render()
public TableGridZKComponent getTableGrid()
protected void setSelected(boolean selected)
protected boolean selected()
public String getValue()
public void setValue(String value)
protected String valueForLabel()
protected abstract void setStyle(boolean selected)
protected abstract void update()
protected void handleClick(MouseEvent event)
Copyright © 2017 SAP SE. All Rights Reserved.