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 java.lang.StringgetEditText()java.lang.StringgetFormat()Format for the edit textSCell.CellTypegetType()java.lang.ObjectgetValue()
-
-
-
Method Detail
-
getEditText
java.lang.String getEditText()
-
getValue
java.lang.Object getValue()
-
getType
SCell.CellType getType()
-
getFormat
java.lang.String getFormat()
Format for the edit text- Returns:
-
-