Uses of Class
org.openxava.session.CustomReportColumn.Order

Packages that use CustomReportColumn.Order
org.openxava.session   
 

Uses of CustomReportColumn.Order in org.openxava.session
 

Methods in org.openxava.session that return CustomReportColumn.Order
 CustomReportColumn.Order CustomReportColumn.getOrder()
           
static CustomReportColumn.Order CustomReportColumn.Order.valueOf(java.lang.String name)
          Returns the enum constant of this type with the specified name.
static CustomReportColumn.Order[] CustomReportColumn.Order.values()
          Returns an array containing the constants of this enum type, in the order they're declared.
 

Methods in org.openxava.session with parameters of type CustomReportColumn.Order
 void CustomReportColumn.setOrder(CustomReportColumn.Order order)