FormState

works.iterative.ui.model.forms.FormState
trait FormState

Attributes

Graph
Supertypes
class Object
trait Matchable
class Any

Members list

Value members

Abstract methods

def all(id: AbsolutePath => Boolean): List[Any]
def getDouble(id: AbsolutePath): Option[Double]
def getFileList(id: AbsolutePath): Option[List[UIFile]]
def getInt(id: AbsolutePath): Option[Int]
def getString(id: AbsolutePath): Option[String]
def getStringList(id: AbsolutePath): Option[List[String]]
def itemsFor(id: AbsolutePath): List[(String, String)]