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, getPageToIncludeForRendering
public String getName()
public String[] getCompatibleClassNames()
public Object getValue(Field field, String inputName, Map parametersMap, Map filesMap, String desiredClassName, Object previousValue) throws Exception
Exception
public boolean isEmpty(Object value)
Copyright © 2001–2016 JBoss by Red Hat. All rights reserved.