Basic

works.iterative.forms.impl.FormR.Basic
case class Basic(base: AbsolutePath, d: Map[RelativePath, List[Any]]) extends FormR

Attributes

Graph
Supertypes
trait Serializable
trait Product
trait Equals
trait FormR
trait FormState
class Object
trait Matchable
class Any
Show all

Members list

Value members

Concrete methods

override def add(p: RelativePath, v: String): FormR

Attributes

Definition Classes
override def all(f: AbsolutePath => Boolean): List[Any]

Attributes

Definition Classes
FormR -> FormState
override def combineWith(other: FormR): FormR

Attributes

Definition Classes
override def filterKeys(p: IdPath => Boolean): FormR

Attributes

Definition Classes
override def get(p: AbsolutePath): Option[List[Any]]

Attributes

Definition Classes
override def getFirst(p: AbsolutePath): Option[Any]

Attributes

Definition Classes
override def getFirstId(id: String): Option[Any]

Attributes

Definition Classes
override def getId(id: String): Option[List[Any]]

Attributes

Definition Classes
override def overrideWith(other: FormR): FormR

Attributes

Definition Classes
override def toString(): String

Returns a string representation of the object.

Returns a string representation of the object.

The default representation is platform dependent.

Attributes

Returns

a string representation of the object.

Definition Classes
Any
override def under(p: RelativePath): FormR

Attributes

Definition Classes

Inherited methods

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

Attributes

Definition Classes
FormR -> FormState
Inherited from:
FormR
override def getFileList(id: AbsolutePath): Option[List[UIFile]]

Attributes

Definition Classes
FormR -> FormState
Inherited from:
FormR
override def getInt(id: AbsolutePath): Option[Int]

Attributes

Definition Classes
FormR -> FormState
Inherited from:
FormR
override def getString(id: AbsolutePath): Option[String]

Attributes

Definition Classes
FormR -> FormState
Inherited from:
FormR
override def getStringList(id: AbsolutePath): Option[List[String]]

Attributes

Definition Classes
FormR -> FormState
Inherited from:
FormR
override def itemsFor(id: AbsolutePath): List[(String, String)]

Attributes

Definition Classes
FormR -> FormState
Inherited from:
FormR
def nonEmpty: Boolean

Attributes

Inherited from:
FormR
def productElementNames: Iterator[String]

Attributes

Inherited from:
Product
def productIterator: Iterator[Any]

Attributes

Inherited from:
Product

Concrete fields

lazy override val data: Map[AbsolutePath, List[Any]]
lazy override val isEmpty: Boolean