Package org.araneaframework.uilib.list.structure

Examples of org.araneaframework.uilib.list.structure.ListOrder


  }
 
  protected void propagateListDataProviderWithOrderInfo(OrderInfo orderInfo) {
    log.debug("Building OrderExpression for ListDataProvider");
    if (this.listDataProvider != null) {
      ListOrder order = this.listStructure.getListOrder();
      ComparatorExpression orderExpr = order != null ? order.buildComparatorExpression(orderInfo) : null;
      this.listDataProvider.setOrderExpression(orderExpr);     
    }
  }
View Full Code Here

TOP

Related Classes of org.araneaframework.uilib.list.structure.ListOrder

Copyright © 2018 www.massapicom. All rights reserved.
All source code are property of their respective owners. Java is a trademark of Sun Microsystems, Inc and owned by ORACLE Inc. Contact coftware#gmail.com.