|
Forge - UI API 2.0.0.Alpha3 | |||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: REQUIRED | OPTIONAL | DETAIL: ELEMENT | |||||||||
@Retention(value=RUNTIME) @Target(value=FIELD) public @interface WithAttributes
Allows configuration of InputComponent injected fields
| Required Element Summary | |
|---|---|
String |
label
The label of this input |
| Optional Element Summary | |
|---|---|
boolean |
enabled
Is this input enabled? |
boolean |
required
Is this input required? |
String |
requiredMessage
The required message for this input |
| Element Detail |
|---|
public abstract String label
public abstract boolean required
public abstract String requiredMessage
public abstract boolean enabled
|
Forge - UI API 2.0.0.Alpha3 | |||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: REQUIRED | OPTIONAL | DETAIL: ELEMENT | |||||||||