abstractpublic class GraphContext extends Context(Code)
Abstract generator context which supports path expressions.
PathContexts allow for expressions which can evaluate expressions to lists
of contexts, not just Strings.
author: James Taylor
public static List sortValueList(List list, String sortby, boolean ascending)(Code)
Sort given List of contexts using given path 'sortby' as a key
Parameters: list - List to sort Parameters: sortby - Path expression to sort on Parameters: ascending - if true then sort in ascending order, otherwise in descending sorted copy of list
Methods inherited from org.openlaszlo.iv.flash.context.Context