Package io.keikai.model.sys.input
Interface InputResult
-
- All Known Implementing Classes:
InputResultImpl
public interface InputResult
- Since:
- 3.5.0
- Author:
- dennis
-
-
Method Summary
All Methods Instance Methods Abstract Methods Modifier and Type Method Description String
getEditText()
String
getFormat()
Format for the edit textSCell.CellType
getType()
Object
getValue()
-
-
-
Method Detail
-
getEditText
String getEditText()
-
getValue
Object getValue()
-
getType
SCell.CellType getType()
-
getFormat
String getFormat()
Format for the edit text- Returns:
-
-