public class HeaderInfo extends Object
| 限定符和类型 | 字段和说明 |
|---|---|
boolean |
colShow
The col show.
|
Integer |
fieldIndex
The field index.
|
String |
fieldName
The field name.
|
String |
name
The name.
|
int |
order
The order.
|
static int |
ORDER_ASC
The Constant ORDER_ASC.
|
static int |
ORDER_DESC
The Constant ORDER_DESC.
|
static int |
ORDER_NULL
The Constant ORDER_NULL.
|
com.google.gwt.safehtml.shared.SafeUri |
safeUri
The safe uri.
|
com.google.gwt.user.client.ui.Widget |
widget
The Widget.
|
| 构造器和说明 |
|---|
HeaderInfo(String name)
Instantiates a new header info.
|
HeaderInfo(String name,
Integer fieldIndex,
String fieldName)
Instantiates a new header info.
|
HeaderInfo(String name,
Integer fieldIndex,
String fieldName,
int order)
Instantiates a new header info.
|
HeaderInfo(String name,
Integer fieldIndex,
String fieldName,
int order,
com.google.gwt.safehtml.shared.SafeUri safeUri)
Instantiates a new header info.
|
HeaderInfo(String name,
Integer fieldIndex,
String fieldName,
int order,
com.google.gwt.safehtml.shared.SafeUri safeUri,
boolean colShow)
Instantiates a new header info.
|
HeaderInfo(String name,
String fieldName)
Instantiates a new header info.
|
HeaderInfo(String name,
String fieldName,
int order)
Instantiates a new header info.
|
HeaderInfo(String name,
String fieldName,
int order,
com.google.gwt.safehtml.shared.SafeUri safeUri)
Instantiates a new header info.
|
HeaderInfo(String name,
String fieldName,
int order,
com.google.gwt.safehtml.shared.SafeUri safeUri,
boolean colShow,
com.google.gwt.user.client.ui.Widget widget)
Instantiates a new header info.
|
HeaderInfo(com.google.gwt.user.client.ui.Widget widget)
Instantiates a new Header info.
|
public static final int ORDER_NULL
public static final int ORDER_ASC
public static final int ORDER_DESC
public String name
public String fieldName
public int order
public com.google.gwt.safehtml.shared.SafeUri safeUri
public boolean colShow
public Integer fieldIndex
public com.google.gwt.user.client.ui.Widget widget
public HeaderInfo(String name, String fieldName, int order, com.google.gwt.safehtml.shared.SafeUri safeUri, boolean colShow, com.google.gwt.user.client.ui.Widget widget)
name - the namefieldName - the field nameorder - the ordersafeUri - the safe uricolShow - the col showwidget - the widgetpublic HeaderInfo(String name, String fieldName, int order, com.google.gwt.safehtml.shared.SafeUri safeUri)
name - the namefieldName - the field nameorder - the ordersafeUri - the safe uripublic HeaderInfo(String name, String fieldName, int order)
name - the namefieldName - the field nameorder - the orderpublic HeaderInfo(String name, String fieldName)
name - the namefieldName - the field namepublic HeaderInfo(String name)
name - the namepublic HeaderInfo(com.google.gwt.user.client.ui.Widget widget)
widget - the widgetpublic HeaderInfo(String name, Integer fieldIndex, String fieldName, int order, com.google.gwt.safehtml.shared.SafeUri safeUri, boolean colShow)
name - 显示名称fieldIndex - 字段索引fieldName - 字段名称order - 排序safeUri - 图标colShow - 是否显示public HeaderInfo(String name, Integer fieldIndex, String fieldName)
name - the namefieldIndex - the field indexfieldName - the field namepublic HeaderInfo(String name, Integer fieldIndex, String fieldName, int order)
name - the namefieldIndex - the field indexfieldName - the field nameorder - the orderCopyright © 2020. All rights reserved.