| |
|
| java.lang.Object org.araneaframework.uilib.list.OrderInfoField
OrderInfoField | public class OrderInfoField implements Serializable(Code) | | This class represents information about the ordering of one list column
supplied by user during UI interaction.
author: Jevgeni Kabanov (ekabanov at araneaframework dot org) |
Inner Class :public class ViewModel | |
Constructor Summary | |
public | OrderInfoField(String id, boolean ascending) Creates the class initializing its parameters. |
ascending | protected boolean ascending(Code) | | |
OrderInfoField | public OrderInfoField(String id, boolean ascending)(Code) | | Creates the class initializing its parameters.
Parameters: id - order field id. Parameters: ascending - whether ordering is ascending. |
getViewModel | public ViewModel getViewModel()(Code) | | Returns view model.
view model. |
isAscending | public boolean isAscending()(Code) | | Returns whether ordering is ascending.
whether ordering is ascending. |
setAscending | public void setAscending(boolean ascending)(Code) | | Sets whether ordering is ascending.
Parameters: ascending - whether ordering is ascending. |
|
|
|