Class SORTImpl<C extends IComponent<C>>
- java.lang.Object
-
- io.ciera.runtime.summit.util.Utility<C>
-
- io.ciera.runtime.summit.util.impl.SORTImpl<C>
-
- All Implemented Interfaces:
IActionHome<C>,SORT
public class SORTImpl<C extends IComponent<C>> extends Utility<C> implements SORT
-
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description booleanascending(String attr)Sort the selection ascending by the attribute specified.booleandescending(String attr)Sort the selection descending by the attribute specified.-
Methods inherited from class io.ciera.runtime.summit.util.Utility
context, getRunContext
-
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
-
Methods inherited from interface io.ciera.runtime.summit.application.IActionHome
warn
-
-
-
-
Constructor Detail
-
SORTImpl
public SORTImpl(C context)
-
-
Method Detail
-
ascending
public boolean ascending(String attr)
Description copied from interface:SORTSort the selection ascending by the attribute specified.
-
descending
public boolean descending(String attr)
Description copied from interface:SORTSort the selection descending by the attribute specified.- Specified by:
descendingin interfaceSORT- Parameters:
attr- the attribute to sort by- Returns:
- true
-
-