UseField

kreuzberg.extras.forms.UseField
case class UseField[-T](name: String, label: String, placeholder: String, ftype: String, validator: Validator[T], required: Boolean) extends StaticAnnotation

Annotation to control field generation.

Attributes

Graph
Supertypes
trait Serializable
trait Product
trait Equals
trait StaticAnnotation
class Annotation
class Object
trait Matchable
class Any
Show all

Members list

Value members

Concrete methods

def nameToUse(fieldName: String): String

Returns the name to use for this field.

Returns the name to use for this field.

Attributes

Inherited methods

def productElementNames: Iterator[String]

Attributes

Inherited from:
Product
def productIterator: Iterator[Any]

Attributes

Inherited from:
Product