public class FormItemDeclaration extends Object implements FormItem
| Constructor and Description |
|---|
FormItemDeclaration(String defaultValue,
String label,
String localLabel,
boolean isRequired,
String formItemTypeForEdit,
String formItemTypeForAdd,
String subgroup,
String localTabName,
int order,
String[] acceptedValues,
String tabName) |
| Modifier and Type | Method and Description |
|---|---|
String[] |
acceptedValues() |
Class<? extends Annotation> |
annotationType() |
String |
defaultValue() |
String |
formItemTypeForAdd() |
String |
formItemTypeForEdit() |
String |
label() |
String |
localLabel() |
String |
localTabName() |
int |
order() |
boolean |
required() |
String |
subgroup() |
String |
tabName() |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, waitequals, hashCode, toStringpublic String defaultValue()
public String label()
public String localLabel()
public boolean required()
public String formItemTypeForEdit()
public String formItemTypeForAdd()
public String subgroup()
public String localTabName()
public String tabName()
public int order()
public String[] acceptedValues()
public Class<? extends Annotation> annotationType()
annotationType in interface AnnotationCopyright © 2014 JBoss, a division of Red Hat. All rights reserved.