public class FormInfo extends Object
| Modifier and Type | Class and Description |
|---|---|
static class |
FormInfo.Group |
| Modifier and Type | Method and Description |
|---|---|
List<Attribute> |
getAttributes() |
List<FormInfo.Group> |
getGroups() |
MetadataInfo |
getMetadata() |
String |
getName() |
String |
getNameResolver() |
String |
getOnSave() |
String |
getPrepareReset() |
String |
getSelector() |
List<Attribute> |
getSuggestHandlerAttributes() |
String |
getTitle() |
TypeParameter |
getTypeParameter() |
List<Attribute> |
getValidationHandlerAttributes() |
boolean |
isAutoSave() |
boolean |
isHasAttributesWithProvider() |
boolean |
isHasUnboundAttributes() |
boolean |
isIncludeRuntime() |
boolean |
isReset() |
boolean |
isSingleton() |
public TypeParameter getTypeParameter()
public MetadataInfo getMetadata()
public String getTitle()
public boolean isAutoSave()
public String getOnSave()
public boolean isReset()
public String getPrepareReset()
public String getNameResolver()
public boolean isIncludeRuntime()
public boolean isSingleton()
public boolean isHasAttributesWithProvider()
public boolean isHasUnboundAttributes()
public List<FormInfo.Group> getGroups()
public String getName()
public String getSelector()
Copyright © 2018 JBoss, a division of Red Hat. All rights reserved.