core
0.16.1
core
/
de.peekandpoke.kraft.addons.semanticui.forms
/
SemanticOptions
Semantic
Options
interface
SemanticOptions
<
T
>
:
FieldOptions
<
T
>
Content copied to clipboard
Types
Functions
Properties
Inheritors
Types
Checkbox
Link copied to clipboard
interface
Checkbox
<
T
>
:
CheckboxOptions
<
T
>
Content copied to clipboard
Companion
Link copied to clipboard
object
Companion
Content copied to clipboard
Input
Link copied to clipboard
interface
Input
<
T
>
:
InputOptions
<
T
>
Content copied to clipboard
Functions
accepts
Link copied to clipboard
abstract
fun
accepts
(
vararg
rules
:
Rule
<
T
>
)
Content copied to clipboard
Adds a validation rule
access
Link copied to clipboard
open
fun
<
X
>
access
(
key
:
TypedKey
<
X
>
)
:
FieldOptions.Access
<
T
,
X
>
Content copied to clipboard
label
Link copied to clipboard
abstract
fun
label
(
label
:
String
)
Content copied to clipboard
Properties
appear
Link copied to clipboard
open
val
appear
:
FieldOptions.Access
<
T
,
SemanticFn
>
Content copied to clipboard
attributes
Link copied to clipboard
abstract
val
attributes
:
MutableTypedAttributes
Content copied to clipboard
label
Link copied to clipboard
open
val
label
:
FieldOptions.Access
<
T
,
RenderFunc
<
LABEL
>
>
Content copied to clipboard
name
Link copied to clipboard
open
val
name
:
FieldOptions.Access
<
T
,
String
>
Content copied to clipboard
placeholder
Link copied to clipboard
open
val
placeholder
:
FieldOptions.Access
<
T
,
String
>
Content copied to clipboard
rules
Link copied to clipboard
abstract
val
rules
:
List
<
Rule
<
T
>
>
Content copied to clipboard
Inheritors
Options
Link copied to clipboard
Options
Link copied to clipboard
Options
Link copied to clipboard