|
||||||||||
| 上一个类 下一个类 | 框架 无框架 | |||||||||
| 摘要: 嵌套 | 字段 | 构造方法 | 方法 | 详细信息: 字段 | 构造方法 | 方法 | |||||||||
java.lang.Objectorg.jeecgframework.poi.util.PoiFunctionUtil
public final class PoiFunctionUtil
if else,length,for each,fromatNumber,formatDate 满足模板的 el 表达式支持
| 方法摘要 | |
|---|---|
static String |
formatDate(Object obj,
String format)
格式化时间 |
static String |
formatNumber(Object obj,
String format)
格式化数字 |
static boolean |
isTrue(Object first,
String operator,
Object second)
判断是不是成功 |
static int |
length(Object obj)
获取对象的长度 |
| 从类 java.lang.Object 继承的方法 |
|---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
| 方法详细信息 |
|---|
public static int length(Object obj)
obj -
public static String formatNumber(Object obj,
String format)
obj -
NumberFormatException
public static String formatDate(Object obj,
String format)
obj -
public static boolean isTrue(Object first,
String operator,
Object second)
first - operator - second -
|
||||||||||
| 上一个类 下一个类 | 框架 无框架 | |||||||||
| 摘要: 嵌套 | 字段 | 构造方法 | 方法 | 详细信息: 字段 | 构造方法 | 方法 | |||||||||