Package de.uplanet.lucy.server.renderer
Class FormatUtil
java.lang.Object
de.uplanet.lucy.server.renderer.FormatUtil
-
Constructor Summary
-
Method Summary
Modifier and TypeMethodDescriptionde.uplanet.lucy.server.renderer.IFormatBoolean
formatBoolean
(String p_strTrueValue, String p_strFalseValue) de.uplanet.lucy.server.renderer.IFormatBoolean
formatBoolean
(Map<String, de.uplanet.lucy.server.property.IProperty> p_props) de.uplanet.lucy.server.renderer.IFormatBoolean
de.uplanet.lucy.server.renderer.IFormatFloat
formatCurrency
(String p_strDeciamlSeparator, String p_strGroupingSeparator, int p_iFractionalDigits, boolean p_bLeadingNulls) de.uplanet.lucy.server.renderer.IFormatFloat
formatCurrency
(Map<String, de.uplanet.lucy.server.property.IProperty> p_props) de.uplanet.lucy.server.renderer.IFormatDate
formatDate
(String p_strDateFormat) de.uplanet.lucy.server.renderer.IFormatDate
formatDate
(Map<String, de.uplanet.lucy.server.property.IProperty> p_props) de.uplanet.lucy.server.renderer.IFormatDateTime
formatDateTime
(String p_strDateFormat, String p_strTimeFormat) de.uplanet.lucy.server.renderer.IFormatDateTime
formatDateTime
(Map<String, de.uplanet.lucy.server.property.IProperty> p_props) de.uplanet.lucy.server.renderer.IFormatFloat
formatFloat
(String p_strDeciamlSeparator, String p_strGroupingSeparator, int p_iFractionalDigits, boolean p_bLeadingNulls) de.uplanet.lucy.server.renderer.IFormatFloat
formatFloat
(Map<String, de.uplanet.lucy.server.property.IProperty> p_props) de.uplanet.lucy.server.renderer.IFormatImage
formatImage
(int p_iWidth, int p_iHeight, boolean p_bScaled, boolean p_bAutoRotate, boolean p_bCrop, boolean p_bCropMaximized, boolean p_bOptimizeSize) de.uplanet.lucy.server.renderer.IFormatImage
formatImage
(Map<String, de.uplanet.lucy.server.property.IProperty> p_props) de.uplanet.lucy.server.renderer.IFormatInteger
formatInteger
(String p_strGroupingSep) de.uplanet.lucy.server.renderer.IFormatInteger
formatInteger
(Map<String, de.uplanet.lucy.server.property.IProperty> p_props) de.uplanet.lucy.server.renderer.IFormatText
formatText
(String p_strEncode, int p_iLengthLimit, String p_strMoreMaker) de.uplanet.lucy.server.renderer.IFormatText
formatText
(String p_strEncode, int p_iLengthLimit, String p_strMoreMaker, boolean p_bInsertBR) de.uplanet.lucy.server.renderer.IFormatText
formatText
(String p_strEncode, int p_iLengthLimit, String p_strMoreMaker, boolean p_bUseHtmlLengthLimited, boolean p_bCloseTags) de.uplanet.lucy.server.renderer.IFormatText
formatText
(Map<String, de.uplanet.lucy.server.property.IProperty> p_props) de.uplanet.lucy.server.renderer.IFormatTime
formatTime
(String p_strTimeFormat) de.uplanet.lucy.server.renderer.IFormatTime
formatTime
(Map<String, de.uplanet.lucy.server.property.IProperty> p_props)
-
Constructor Details
-
FormatUtil
public FormatUtil()
-
-
Method Details
-
formatBoolean
-
formatBoolean
-
formatBoolean
public de.uplanet.lucy.server.renderer.IFormatBoolean formatBoolean(Map<String, String> p_mapTrueValues, Map<String, String> p_mapFalseValue) - Parameters:
p_mapTrueValues
- The language map for thetrue
valuesp_mapFalseValue
- The language map for thefalse
values- Returns:
- The boolean format
-
formatInteger
-
formatInteger
-
formatDate
-
formatDate
-
formatDateTime
-
formatDateTime
-
formatFloat
-
formatFloat
-
formatCurrency
-
formatCurrency
-
formatImage
-
formatImage
public de.uplanet.lucy.server.renderer.IFormatImage formatImage(int p_iWidth, int p_iHeight, boolean p_bScaled, boolean p_bAutoRotate, boolean p_bCrop, boolean p_bCropMaximized, boolean p_bOptimizeSize) -
formatText
-
formatText
-
formatText
-
formatText
-
formatTime
-
formatTime
-