Uses of Class
org.fuin.objects4j.TableColumnInfo

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(Field field, 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 List<TableColumnInfo> TableColumnInfo.create(Class<?> clasz, 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(Field field, LabelFieldInfo labelFieldInfo, TextFieldInfo textFieldInfo, TableColumnInfo tableColumnInfo)
          Constructor with all data.
 



Copyright © 2011 Future Invent Informationsmanagement GmbH. All Rights Reserved.