| Package | Description |
|---|---|
| com.sptci.echo2.binding |
Package used to implement a simple reflection based Model<->View
binding framework.
|
| com.sptci.echo2.login |
A package that contains components and associated listeners
for displaying a login screen.
|
| Modifier and Type | Method and Description |
|---|---|
protected void |
ViewValidator.checkConfirm(String value,
Constraints constraint,
String name,
Collection<String> messages)
Check a secondary field value with the
value for equality. |
protected void |
ViewValidator.processListComponent(AbstractListComponent component,
Constraints constraint,
String name,
Collection<String> messages)
Check the specified list component and ensure that at least one value
is selected if annotated as mandatory.
|
protected void |
ViewValidator.processRegex(Constraints constraint,
String value,
String name,
Collection<String> messages)
Process the
regex() value
and apply to the value in the field. |
protected void |
ViewValidator.processTextComponent(TextComponent component,
Constraints constraint,
String name,
Collection<String> messages)
Process a
TextComponent against its
annotated constraints. |
| Modifier and Type | Field and Description |
|---|---|
protected PasswordField |
LoginPane.password |
protected TextField |
LoginPane.userName |