All Downloads are FREE. Search and download functionalities are using the official Maven repository.

com.textrecruit.ustack.uisupport.SearchTableHeaderInt Maven / Gradle / Ivy

There is a newer version: 1.0.11
Show newest version
package com.textrecruit.ustack.uisupport;

import java.util.Hashtable;

public interface SearchTableHeaderInt {

	Hashtable getFields();
	public int getSortDirectionInt();
	public String getSortField();
	
}




© 2015 - 2024 Weber Informatics LLC | Privacy Policy