Java org.springframework.beans.support MutableSortDefinition fields, constructors, methods, implement or subclass

Example usage for Java org.springframework.beans.support MutableSortDefinition fields, constructors, methods, implement or subclass

Introduction

In this page you can find the methods, fields and constructors for org.springframework.beans.support MutableSortDefinition.

The text is from its open source code.

Constructor

MutableSortDefinition(String property, boolean ignoreCase, boolean ascending)
Create a MutableSortDefinition for the given settings.
MutableSortDefinition()
Create an empty MutableSortDefinition, to be populated via its bean properties.
MutableSortDefinition(SortDefinition source)
Copy constructor: create a new MutableSortDefinition that mirrors the given sort definition.
MutableSortDefinition(boolean toggleAscendingOnSameProperty)
Create a new MutableSortDefinition.

Method

StringgetProperty()
voidsetAscending(boolean ascending)
Set whether to sort ascending (true) or descending (false).
voidsetProperty(String property)
Set the property to compare.