Constructor and Description |
---|
Ordering(String propertyName,
ViewInfo.Direction direction)
Creates new instance.
|
Modifier and Type | Method and Description |
---|---|
boolean |
equals(Object obj) |
ViewInfo.Direction |
getDirection()
Returns the ordering direction.
|
String |
getPropertyName()
Returns the property name.
|
int |
hashCode() |
String |
toString() |
public Ordering(String propertyName, ViewInfo.Direction direction)
propertyName
- the property namedirection
- the ordering directionpublic String getPropertyName()
public ViewInfo.Direction getDirection()
Copyright © 2011–2019 Asakusa Framework Team. All rights reserved.