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

goja.rapid.mvc.datatables.DTConstants Maven / Gradle / Ivy

The newest version!
package goja.rapid.mvc.datatables;

/**
 * 

* * @author sogYF * @version 1.0 * @since JDK 1.6 */ interface DTConstants { String DT_DRAW = "draw"; String DT_COLUMNS = "columns"; String DT_ORDER = "order"; String DT_START = "start"; String DT_LENGTH = "length"; String DT_SEARCH_VALUE = "search[value]"; String DT_SEARCH_REGEX = "search[regex]"; String DT_CUSTEM_SEARCH_PREFIX = "s-"; String DT_SEARCH_FLAG = "multiquery"; }




© 2015 - 2025 Weber Informatics LLC | Privacy Policy