public class IFormController
extends net.java.html.lib.Objs
| Modifier and Type | Field and Description |
|---|---|
net.java.html.lib.Objs.Property<Boolean> |
$dirty |
net.java.html.lib.Objs.Property<Object> |
$error |
net.java.html.lib.Objs.Property<Boolean> |
$invalid |
net.java.html.lib.Objs.Property<Object> |
$pending |
net.java.html.lib.Objs.Property<Boolean> |
$pristine |
net.java.html.lib.Objs.Property<Boolean> |
$submitted |
net.java.html.lib.Objs.Property<Boolean> |
$valid |
| Modifier | Constructor and Description |
|---|---|
protected |
IFormController(net.java.html.lib.Objs.Constructor<?> c,
Object js) |
| Modifier and Type | Method and Description |
|---|---|
void |
$addControl(INgModelController control) |
static IFormController |
$as(Object obj) |
void |
$commitViewValue() |
Boolean |
$dirty() |
Object |
$get(String name)
Indexer which should return ng.INgModelController for most properties but cannot because of "All named properties must be assignable to string indexer type" constraint - see https://github.com/Microsoft/TypeScript/issues/272
|
Boolean |
$invalid() |
Boolean |
$pristine() |
void |
$removeControl(INgModelController control) |
void |
$rollbackViewValue() |
void |
$setDirty() |
void |
$setPristine() |
void |
$setSubmitted() |
void |
$setUntouched() |
void |
$setValidity(String validationErrorKey,
Boolean isValid,
INgModelController control) |
Boolean |
$submitted() |
Boolean |
$valid() |
$as, $cast, $delete, $js, $set, create, create, defineProperties, defineProperty, freeze, getOwnPropertyDescriptor, getOwnPropertyNames, getPrototypeOf, hasOwnProperty, isExtensible, isFrozen, isPrototypeOf, isSealed, keys, newObject, newObject, preventExtensions, propertyIsEnumerable, seal, toLocaleString, toString, valueOfpublic net.java.html.lib.Objs.Property<Boolean> $pristine
public net.java.html.lib.Objs.Property<Boolean> $dirty
public net.java.html.lib.Objs.Property<Boolean> $valid
public net.java.html.lib.Objs.Property<Boolean> $invalid
public net.java.html.lib.Objs.Property<Boolean> $submitted
public net.java.html.lib.Objs.Property<Object> $error
public net.java.html.lib.Objs.Property<Object> $pending
protected IFormController(net.java.html.lib.Objs.Constructor<?> c,
Object js)
public static IFormController $as(Object obj)
public Object $get(String name)
$get in class net.java.html.lib.Objspublic Boolean $pristine()
public Boolean $dirty()
public Boolean $valid()
public Boolean $invalid()
public Boolean $submitted()
public void $addControl(INgModelController control)
public void $commitViewValue()
public void $removeControl(INgModelController control)
public void $rollbackViewValue()
public void $setDirty()
public void $setPristine()
public void $setSubmitted()
public void $setUntouched()
public void $setValidity(String validationErrorKey, Boolean isValid, INgModelController control)
Copyright © 2016. All rights reserved.