net
.
twibs
.
form
.
base
Values
Related Doc:
package base
trait
Values
extends
TranslationSupport
Linear Supertypes
TranslationSupport
,
AnyRef
,
Any
Known Subclasses
AbstractDateTimeField
,
BaseField
,
BooleanCheckBoxField
,
BooleanValues
,
BootstrapButton
,
Button
,
ButtonWithPopover
,
CheckBoxField
,
CheckOrRadioField
,
Chosen
,
ClickOnAppear
,
DateField
,
DateTimeField
,
DateTimeValues
,
DateValues
,
DefaultExecutable
,
DoubleValues
,
EmailAddress
,
EmailAddressValues
,
Emptiable
,
EnabledForm
,
EnumerationValues
,
Executable
,
Executor
,
Field
,
FieldWithOptions
,
FileEntryField
,
FileEntryValues
,
FloatingInfo
,
HiddenField
,
Inline
,
IntValues
,
InteractiveComponent
,
LargeGridSize
,
LinkButton
,
LocaleValues
,
LongValues
,
MinMaxValues
,
MultiLineField
,
MultiSelectField
,
NumberField
,
NumberValues
,
OpenModalLink
,
OpenPopoverButton
,
Options
,
PasswordField
,
PercentValues
,
RadioField
,
ReadOnlyField
,
Required
,
SearchField
,
SelectField
,
SingleLineField
,
SingleSelectField
,
Spinner
,
StringValues
,
SubmitOnChange
,
TextField
,
TranslatedValueTitles
,
Untrimmed
,
UploadButton
,
UploadValues
,
UseLastParameterOnly
,
WebAddress
,
WebAddressValues
Ordering
Alphabetic
By inheritance
Inherited
Values
TranslationSupport
AnyRef
Any
Hide All
Show all
Visibility
Public
All
Type Members
case class
Input
(
string:
String
,
title:
String
,
valueOption:
Option
[
ValueType
] =
None
,
messageOption:
Option
[
Message
] =
None
,
continue:
Boolean
=
true
,
index:
Int
=
0
)
extends
Product
with
Serializable
type
StringProcessor
= (
Input
) ⇒
Input
abstract
type
ValueType
Abstract Value Members
abstract
def
stringToValueOption
(
string:
String
)
:
Option
[
ValueType
]
abstract
def
translator
:
Translator
Definition Classes
TranslationSupport
abstract
def
valueToString
(
value:
ValueType
)
:
String
Concrete Value Members
final
def
!=
(
arg0:
Any
)
:
Boolean
Definition Classes
AnyRef → Any
final
def
##
()
:
Int
Definition Classes
AnyRef → Any
final
def
==
(
arg0:
Any
)
:
Boolean
Definition Classes
AnyRef → Any
final
def
asInstanceOf
[
T0
]
:
T0
Definition Classes
Any
def
clone
()
:
AnyRef
Attributes
protected[
java.lang
]
Definition Classes
AnyRef
Annotations
@throws
(
...
)
def
computeIsValid
:
Boolean
def
computeTitleForValue
(
value:
ValueType
)
:
String
Attributes
protected
def
defaultInputs
:
List
[
Input
]
final
def
defaultValue
:
ValueType
final
def
defaultValueOption
:
Option
[
ValueType
]
def
defaultValues
:
Seq
[
ValueType
]
final
def
eq
(
arg0:
AnyRef
)
:
Boolean
Definition Classes
AnyRef
def
equals
(
arg0:
Any
)
:
Boolean
Definition Classes
AnyRef → Any
def
finalize
()
:
Unit
Attributes
protected[
java.lang
]
Definition Classes
AnyRef
Annotations
@throws
(
classOf[java.lang.Throwable]
)
final
def
getClass
()
:
Class
[_]
Definition Classes
AnyRef → Any
def
hashCode
()
:
Int
Definition Classes
AnyRef → Any
final
def
input
:
Input
def
inputs
:
Seq
[
Input
]
def
inputsMessageOption
:
Option
[
Message
]
final
def
isChanged
:
Boolean
final
def
isInstanceOf
[
T0
]
:
Boolean
Definition Classes
Any
def
isModified
:
Boolean
def
isStringProcessingEnabled
:
Boolean
def
isValid
:
Boolean
def
maximumLength
:
Int
def
maximumLengthProcessor
(
input:
Input
)
:
Input
def
maximumNumberOfInputs
:
Int
def
messageDisplayTypeOption
:
Option
[
String
]
def
minimumLength
:
Int
def
minimumLengthProcessor
(
input:
Input
)
:
Input
def
minimumNumberOfInputs
:
Int
final
def
ne
(
arg0:
AnyRef
)
:
Boolean
Definition Classes
AnyRef
final
def
notify
()
:
Unit
Definition Classes
AnyRef
final
def
notifyAll
()
:
Unit
Definition Classes
AnyRef
def
regex
:
String
def
regexProcessor
(
input:
Input
)
:
Input
def
required
:
Boolean
def
requiredProcessor
(
input:
Input
)
:
Input
def
resetInputs
()
:
Unit
final
def
string
:
String
final
def
stringOrEmpty
:
String
def
stringProcessors
:
List
[
StringProcessor
]
def
stringToInput
(
string:
String
)
:
Input
def
stringToValueConverter
(
input:
Input
)
:
Input
final
def
string_=
(
string:
String
)
:
Unit
final
def
strings
:
Seq
[
String
]
def
strings_=
(
strings:
Seq
[
String
]
)
:
Unit
final
def
synchronized
[
T0
]
(
arg0: ⇒
T0
)
:
T0
Definition Classes
AnyRef
def
titleForValue
(
value:
ValueType
)
:
String
def
toString
()
:
String
Definition Classes
AnyRef → Any
def
trim
:
Boolean
def
trimProcessor
(
input:
Input
)
:
Input
final
def
validValue
:
ValueType
final
def
validValueOption
:
Option
[
ValueType
]
final
def
validValueOrDefault
:
ValueType
final
def
validValues
:
Seq
[
ValueType
]
def
validate
()
:
Boolean
def
validateString
(
string:
String
)
:
Input
def
validateValue
(
value:
ValueType
)
:
Input
def
validated
:
Boolean
final
def
value
:
ValueType
final
def
valueOption
:
Option
[
ValueType
]
final
def
valueOption_=
(
valueOption:
Option
[
ValueType
]
)
:
Unit
final
def
valueOrDefault
:
ValueType
def
valueProcessors
:
List
[
StringProcessor
]
def
valueToInput
(
value:
ValueType
)
:
Input
final
def
value_=
(
value:
ValueType
)
:
Unit
final
def
values
:
Seq
[
ValueType
]
def
values_=
(
values:
Seq
[
ValueType
]
)
:
Unit
final
def
wait
()
:
Unit
Definition Classes
AnyRef
Annotations
@throws
(
...
)
final
def
wait
(
arg0:
Long
,
arg1:
Int
)
:
Unit
Definition Classes
AnyRef
Annotations
@throws
(
...
)
final
def
wait
(
arg0:
Long
)
:
Unit
Definition Classes
AnyRef
Annotations
@throws
(
...
)
implicit
def
withTranslationFormatter
(
sc:
StringContext
)
:
AnyRef
{ ... /* 5 definitions in type refinement */ }
Definition Classes
TranslationSupport
final
def
withValue
[
R
]
(
valueArg:
ValueType
)
(
f: (
Values
.this.type) ⇒
R
)
:
R
final
def
withValues
[
R
]
(
valuesArg:
Seq
[
ValueType
]
)
(
f: (
Values
.this.type) ⇒
R
)
:
R
Inherited from
TranslationSupport
Inherited from
AnyRef
Inherited from
Any
Ungrouped