@ApplicationScoped public class HTMLi18nFieldHandler extends DefaultFieldHandler
Modifier and Type | Field and Description |
---|---|
static String |
DIV_INPUT_NAME_PREFFIX |
Constructor and Description |
---|
HTMLi18nFieldHandler() |
Modifier and Type | Method and Description |
---|---|
String[] |
getCompatibleClassNames() |
Map |
getParamValue(Field field,
String inputName,
Object objectValue) |
Object |
getValue(Field field,
String inputName,
Map parametersMap,
Map filesMap,
String desiredClassName,
Object previousValue)
Read a parameter value (normally from a request), and translate it to
an object with desired class (that must be one of the returned by this handler)
|
boolean |
isEmpty(Object value) |
getFieldHandlersManager, getFieldPattern, getFieldTypeManager, getFormManager, getFormProcessor, getFormStatusManager, getFunctionsProvider, getNamespaceManager, getReplacementManager
getFieldName, getPageToIncludeForDisplaying, getPageToIncludeForRendering
public static final String DIV_INPUT_NAME_PREFFIX
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.