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, waitgetCompatibleClassNames, getParamValue, getValue, isEmptypublic 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 FieldHandlerpublic String getPageToIncludeForDisplaying()
getPageToIncludeForDisplaying in interface FieldHandlerCopyright © 2001–2017 JBoss by Red Hat. All rights reserved.