|
||||||||||
| PREV NEXT | FRAMES NO FRAMES | |||||||||
| Packages that use TableColumnInfo | |
|---|---|
| org.fuin.objects4j | |
| Uses of TableColumnInfo in org.fuin.objects4j |
|---|
| Methods in org.fuin.objects4j that return TableColumnInfo | |
|---|---|
static TableColumnInfo |
TableColumnInfo.create(java.lang.reflect.Field field,
java.util.Locale locale)
Return the table column information for a given field. |
TableColumnInfo |
RenderFieldInfo.getTableColumnInfo()
Returns the table column information. |
| Methods in org.fuin.objects4j that return types with arguments of type TableColumnInfo | |
|---|---|
static java.util.List<TableColumnInfo> |
TableColumnInfo.create(java.lang.Class<?> clasz,
java.util.Locale locale)
Return a list of table column informations for the given class. |
| Methods in org.fuin.objects4j with parameters of type TableColumnInfo | |
|---|---|
int |
TableColumnInfo.compareTo(TableColumnInfo theOther)
|
| Constructors in org.fuin.objects4j with parameters of type TableColumnInfo | |
|---|---|
RenderFieldInfo(java.lang.reflect.Field field,
LabelFieldInfo labelFieldInfo,
TextFieldInfo textFieldInfo,
TableColumnInfo tableColumnInfo)
Constructor with all data. |
|
|
||||||||||
| PREV NEXT | FRAMES NO FRAMES | |||||||||