@Documented @Target(value=TYPE) @Retention(value=RUNTIME) public @interface OAClass
Modifier and Type | Optional Element and Description |
---|---|
boolean |
addToCache |
String |
description |
String |
displayName |
String |
displayProperty |
long |
estimatedTotal |
Class[] |
filterClasses |
boolean |
initialize |
boolean |
isLookup |
boolean |
isPreSelect |
boolean |
isProcessed
flag to know if this is processed and will require User.editProcessed=true for it to be changed.
|
boolean |
localOnly |
String[] |
rootTreePropertyPaths |
String |
shortName |
String |
sortProperty |
boolean |
useDataSource |
String[] |
viewProperties |
public abstract String shortName
public abstract String displayName
public abstract String description
public abstract boolean useDataSource
public abstract boolean addToCache
public abstract boolean localOnly
public abstract boolean initialize
public abstract String displayProperty
public abstract String sortProperty
public abstract String[] viewProperties
public abstract Class[] filterClasses
public abstract String[] rootTreePropertyPaths
Copyright © 1999–2019 ViaOA. All rights reserved.