Search
Preparing search index...
The search index is not available
RxCompForm
Options
All
Public
Public/Protected
All
Inherited
Externals
Menu
Globals
FormAbstractDirective
Class FormAbstractDirective
Abstract class representing a FormAbstractDirective.
Hierarchy
Directive
FormAbstractDirective
FormCheckboxDirective
FormInputDirective
FormRadioDirective
FormSelectDirective
Indexable
[
key:
string
]:
any
Abstract class representing a FormAbstractDirective.
Index
Constructors
constructor
Properties
changes$
form
Control
form
Control
Name
host
rxcomp
Id
unsubscribe$
Accessors
control
Methods
on
Blur
on
Change
on
Changes
on
Destroy
on
Init
on
Parent
Did
Change
on
View
push
Changes
set
Disabled
State
write
Value
get
Inputs
Tokens
Object literals
meta
Constructors
constructor
new
Form
Abstract
Directive
(
...
args
:
any
[]
)
:
FormAbstractDirective
Parameters
Rest
...
args:
any
[]
Returns
FormAbstractDirective
Properties
changes$
changes$
:
ReplaySubject
<
Factory
>
Optional
form
Control
form
Control
:
FormAbstract
Optional
form
Control
Name
form
Control
Name
:
undefined
|
string
Optional
host
host
:
FormAbstractCollectionDirective
rxcomp
Id
rxcomp
Id
:
number
unsubscribe$
unsubscribe$
:
Subject
<
void
>
Accessors
control
get
control
(
)
:
FormAbstract
Returns
FormAbstract
Methods
on
Blur
on
Blur
(
event
:
FocusEvent
)
:
void
Parameters
event:
FocusEvent
Returns
void
on
Change
on
Change
(
event
:
Event
)
:
void
Parameters
event:
Event
Returns
void
on
Changes
on
Changes
(
changes
:
Factory
|
Window
)
:
void
Parameters
changes:
Factory
|
Window
Returns
void
on
Destroy
on
Destroy
(
)
:
void
Returns
void
on
Init
on
Init
(
)
:
void
Returns
void
on
Parent
Did
Change
on
Parent
Did
Change
(
changes
:
Factory
|
Window
)
:
void
Parameters
changes:
Factory
|
Window
Returns
void
on
View
on
View
(
)
:
void
Returns
void
push
Changes
push
Changes
(
)
:
void
Returns
void
set
Disabled
State
set
Disabled
State
(
disabled
:
boolean
)
:
void
Parameters
disabled:
boolean
Returns
void
write
Value
write
Value
(
value
:
any
)
:
void
Parameters
value:
any
Returns
void
Static
get
Inputs
Tokens
get
Inputs
Tokens
(
instance
:
Factory
, node
:
IElement
, module
:
Module
)
:
{}
Parameters
instance:
Factory
node:
IElement
module:
Module
Returns
{}
[
key:
string
]:
string
Object literals
Static
meta
meta
:
object
inputs
inputs
:
string
[]
= ['formControl', 'formControlName', 'value']
selector
selector
:
string
= ""
hosts
hosts
:
object
host
host
:
FormAbstractCollectionDirective
= FormAbstractCollectionDirective
Globals
Form
Abstract
Directive
constructor
changes$
form
Control
form
Control
Name
host
rxcomp
Id
unsubscribe$
control
on
Blur
on
Change
on
Changes
on
Destroy
on
Init
on
Parent
Did
Change
on
View
push
Changes
set
Disabled
State
write
Value
get
Inputs
Tokens
meta
Abstract class representing a FormAbstractDirective.