@Target(value=TYPE) @Retention(value=RUNTIME) @Documented public @interface GridAttribute
| Modifier and Type | Required Element and Description |
|---|---|
String |
name |
| Modifier and Type | Optional Element and Description |
|---|---|
String |
admin |
Class<? extends GridBean>[] |
customClasses |
int |
filterMatrixNum |
com.github.ideahut.qms.shared.client.type.GridMatrixType |
filterMatrixType |
GridFilter[] |
filters |
int |
orderMatrixNum |
com.github.ideahut.qms.shared.client.type.GridMatrixType |
orderMatrixType |
GridOrder[] |
orders |
String |
path |
String[] |
stringCustomClasses |
GridTable[] |
table |
String |
title |
public abstract String name
public abstract String title
public abstract String admin
public abstract String path
public abstract GridTable[] table
public abstract GridFilter[] filters
public abstract com.github.ideahut.qms.shared.client.type.GridMatrixType filterMatrixType
public abstract GridOrder[] orders
public abstract com.github.ideahut.qms.shared.client.type.GridMatrixType orderMatrixType
public abstract String[] stringCustomClasses
Copyright © 2020. All rights reserved.