public abstract class PlugableFieldHandler extends Object implements FieldHandler
Constructor and Description |
---|
PlugableFieldHandler() |
Modifier and Type | Method and Description |
---|---|
abstract String |
getInputHTML(Object value,
Field field,
String inputName,
String namespace,
Boolean readonly) |
String |
getPageToIncludeForDisplaying() |
String |
getPageToIncludeForRendering() |
abstract String |
getShowHTML(Object value,
Field field,
String inputName,
String namespace) |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
getCompatibleClassNames, getParamValue, getValue, isEmpty
public abstract String getInputHTML(Object value, Field field, String inputName, String namespace, Boolean readonly)
public abstract String getShowHTML(Object value, Field field, String inputName, String namespace)
public String getPageToIncludeForRendering()
getPageToIncludeForRendering
in interface FieldHandler
public String getPageToIncludeForDisplaying()
getPageToIncludeForDisplaying
in interface FieldHandler
Copyright © 2001–2016 JBoss by Red Hat. All rights reserved.