io.agrest.sencha.AgProtocolSenchaExt Maven / Gradle / Ivy
Go to download
Show more of this group Show more artifacts with this name
Show all versions of agrest-sencha Show documentation
Show all versions of agrest-sencha Show documentation
Sencha/ExtJS Integration for Agrest
package io.agrest.sencha;
/**
* @since 4.1
*/
public enum AgProtocolSenchaExt {
query, filter, group, groupDir;
}