public class InputResultImpl extends Object implements InputResult, Serializable
| Constructor and Description |
|---|
InputResultImpl() |
InputResultImpl(String input) |
| Modifier and Type | Method and Description |
|---|---|
String |
getEditText() |
String |
getFormat()
Format for the edit text
|
SCell.CellType |
getType() |
Object |
getValue() |
void |
setType(SCell.CellType type) |
void |
setValue(Object value) |
public InputResultImpl()
public InputResultImpl(String input)
public String getEditText()
getEditText in interface InputResultpublic Object getValue()
getValue in interface InputResultpublic SCell.CellType getType()
getType in interface InputResultpublic void setValue(Object value)
public void setType(SCell.CellType type)
public String getFormat()
InputResultgetFormat in interface InputResultCopyright © 2020. All rights reserved.