org.omnaest.utils.structure.table.concrete.internal.selection.data
Class ColumnOrder<E>

java.lang.Object
  extended by org.omnaest.utils.structure.table.concrete.internal.selection.data.ColumnOrder<E>

public class ColumnOrder<E>
extends Object

Author:
Omnaest
See Also:
TableSelectable.Selection, Selection#orderBy(Column, Order)

Field Summary
protected  Table.Column<E> column
           
protected  TableSelectable.Selection.Order order
           
 
Constructor Summary
ColumnOrder(Table.Column<E> column, TableSelectable.Selection.Order order)
           
 
Method Summary
protected  Table.Column<E> getColumn()
           
protected  TableSelectable.Selection.Order getOrder()
           
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Field Detail

column

protected Table.Column<E> column

order

protected TableSelectable.Selection.Order order
Constructor Detail

ColumnOrder

public ColumnOrder(Table.Column<E> column,
                   TableSelectable.Selection.Order order)
Parameters:
column -
order -
See Also:
Selection#orderBy(ColumnOrder...), ColumnOrder
Method Detail

getColumn

protected Table.Column<E> getColumn()
Returns:

getOrder

protected TableSelectable.Selection.Order getOrder()
Returns:


Copyright © 2011. All Rights Reserved.