public abstract class FormDecorator extends AbstractFieldHandler
| Constructor and Description |
|---|
FormDecorator() |
| Modifier and Type | Method and Description |
|---|---|
String[] |
getCompatibleClassNames() |
String |
getName() |
Map |
getParamValue(Field field,
String inputName,
Object objectValue) |
Object |
getValue(Field field,
String inputName,
Map parametersMap,
Map filesMap,
String desiredClassName,
Object previousValue) |
boolean |
isEmpty(Object value) |
getFieldName, getPageToIncludeForDisplaying, getPageToIncludeForRenderingpublic String getName()
public String[] getCompatibleClassNames()
public Object getValue(Field field, String inputName, Map parametersMap, Map filesMap, String desiredClassName, Object previousValue) throws Exception
Exceptionpublic boolean isEmpty(Object value)
Copyright © 2001–2015 JBoss by Red Hat. All rights reserved.