Uses of Class
io.keikai.model.sys.format.FormatContext
Packages that use FormatContext
-
Uses of FormatContext in io.keikai.model.impl.sys
Methods in io.keikai.model.impl.sys with parameters of type FormatContextModifier and TypeMethodDescriptionFormatEngineImpl.format(SCell cell, FormatContext context) FormatEngineImpl.format(String format, Object value, FormatContext context, int cellWidth) FormatEngineImpl.getEditText(SCell cell, FormatContext context) FormatEngineImpl.getFormat(SCell cell, FormatContext context) FormatEngineImpl.getLocalizedFormat(String format, FormatContext context) -
Uses of FormatContext in io.keikai.model.sys.format
Methods in io.keikai.model.sys.format with parameters of type FormatContextModifier and TypeMethodDescriptionFormatEngine.format(SCell cell, FormatContext ctx) Format the cell by it's formatFormatEngine.format(String format, Object value, FormatContext ctx, int cellWidth) Format the valueFormatEngine.getEditText(SCell cell, FormatContext ctx) Get the editText of cellFormatEngine.getFormat(SCell cell, FormatContext ctx) Get the format of the cell, ifSCellStyle.isDirectDataFormat()if false, the return value will be localizedFormatEngine.getLocalizedFormat(String format, FormatContext ctx) Get the localized-format , if the format is global-format, it will be transfer it to localized one (for example, m/d/yyyy will becom yyyy/m/d in zh_TW)