FormR

works.iterative.forms.impl.FormR
See theFormR companion object
trait FormR extends FormState

Attributes

Companion
object
Graph
Supertypes
trait FormState
class Object
trait Matchable
class Any
Known subtypes
class Basic

Members list

Value members

Abstract methods

def add(p: RelativePath, v: String): FormR
def all(id: AbsolutePath => Boolean): List[Any]
def combineWith(other: FormR): FormR
def data: Map[AbsolutePath, List[Any]]
def filterKeys(p: IdPath => Boolean): FormR
def get(p: AbsolutePath): Option[List[Any]]
def getFirst(p: AbsolutePath): Option[Any]
def getFirstId(id: String): Option[Any]
def getId(id: String): Option[List[Any]]
def isEmpty: Boolean
def overrideWith(other: FormR): FormR
def under(base: RelativePath): FormR

Concrete methods

override def getDouble(id: AbsolutePath): Option[Double]

Attributes

Definition Classes
FormState
override def getFileList(id: AbsolutePath): Option[List[UIFile]]

Attributes

Definition Classes
FormState
override def getInt(id: AbsolutePath): Option[Int]

Attributes

Definition Classes
FormState
override def getString(id: AbsolutePath): Option[String]

Attributes

Definition Classes
FormState
override def getStringList(id: AbsolutePath): Option[List[String]]

Attributes

Definition Classes
FormState
override def itemsFor(id: AbsolutePath): List[(String, String)]

Attributes

Definition Classes
FormState
def nonEmpty: Boolean