@Retention(value=RUNTIME) @Target(value=FIELD) public @interface WithAttributes
InputComponent injected fields| Modifier and Type | Required Element and Description |
|---|---|
String |
label
The label of this input
|
| Modifier and Type | Optional Element and Description |
|---|---|
boolean |
enabled
Is this input enabled?
|
boolean |
required
Is this input required?
|
String |
requiredMessage
The required message for this input
|
public abstract String label
public abstract boolean required
public abstract String requiredMessage
public abstract boolean enabled
Copyright © 2013 JBoss by Red Hat. All Rights Reserved.