public class ConverterHelper extends Object implements G9Converter
| Constructor and Description |
|---|
ConverterHelper() |
| Modifier and Type | Method and Description |
|---|---|
static javax.faces.application.FacesMessage |
getConversionErrorMessage(String title) |
static javax.faces.application.FacesMessage |
getConversionErrorMessage(javax.faces.component.UIComponent component) |
String |
getDataType() |
static DialogObjectConstant |
getDialogObjectConstant(javax.faces.component.UIComponent component)
Get the dialog object constant for the given JSF component.
|
String |
getDisplayRule() |
String |
getTitle() |
void |
setDataType(String dataType) |
void |
setDisplayRule(String displayRule) |
void |
setTitle(String title) |
public void setDataType(String dataType)
setDataType in interface G9ConverterdataType - the data type to setpublic String getDataType()
getDataType in interface G9Converterpublic void setDisplayRule(String displayRule)
setDisplayRule in interface G9ConverterdisplayRule - the display rule to setpublic String getDisplayRule()
getDisplayRule in interface G9Converterpublic void setTitle(String title)
setTitle in interface G9Convertertitle - the title to setpublic String getTitle()
getTitle in interface G9Converterpublic static javax.faces.application.FacesMessage getConversionErrorMessage(String title)
title - the component titleFacesMessage for a conversion errorpublic static javax.faces.application.FacesMessage getConversionErrorMessage(javax.faces.component.UIComponent component)
component - the JSF componentFacesMessage for a conversion errorpublic static DialogObjectConstant getDialogObjectConstant(javax.faces.component.UIComponent component)
component - the JSF componentCopyright © 2006–2018 Esito AS. All rights reserved.