public class AttributeWraper extends BaseWraper
AttributeWraper.java
Description: 对注解Attribute的封装类,将默认值和初始值转换到Wrapper类中
bboss workgroup
Copyright (c) 2005-2013
componentType, defaultvalue, numeric, paramType| 构造器和说明 |
|---|
AttributeWraper(Attribute attr,
java.lang.Class paramType) |
| 限定符和类型 | 方法和说明 |
|---|---|
java.lang.String |
dateformat() |
java.lang.String |
editor() |
java.util.Locale |
getLocale() |
java.lang.String |
name() |
boolean |
required() |
AttributeScope |
scope() |
convertValue, defaultvalue, getParamType, isNumericpublic AttributeWraper(Attribute attr, java.lang.Class paramType)
public java.lang.String name()
public boolean required()
public java.lang.String editor()
public AttributeScope scope()
public java.lang.String dateformat()
public java.util.Locale getLocale()