You are here

Constructor - ListingContext

ListingContext constructs a ListingContext object.

ListingContext

public ListingContext() constructs a ListingContext object.

Parameters

None

Returns

Constructs a ListingContext object.

Example

ListingContext

public ListingContext(String sorting, int maxItems, int skipCount, boolean sortingModifier) constructs a ListingContext object.

Parameters

String sorting
The sorting field.
int maxItems
Maximum number of items in the list context.
int skipCount
Skip count for the list context.
boolean sortingModifier
True for ascending (default), false for descending.

Returns

Constructs a ListingContext object.

Example