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 InputResult
public Object getValue()
getValue
in interface InputResult
public SCell.CellType getType()
getType
in interface InputResult
public void setValue(Object value)
public void setType(SCell.CellType type)
public String getFormat()
InputResult
getFormat
in interface InputResult
Copyright © 2020. All rights reserved.