@Documented @Target(value=METHOD) @Retention(value=RUNTIME) public @interface OAOne
Modifier and Type | Optional Element and Description |
---|---|
boolean |
allowAddExisting |
boolean |
allowCreateNew |
boolean |
autoCreateNew |
String[] |
calcDependentProperties |
boolean |
cascadeDelete |
boolean |
cascadeSave |
String |
defaultContextPropertyPath
property path for default value from Context object
|
String |
defaultPropertyPath
property path for default value
|
boolean |
defaultPropertyPathCanBeChanged |
boolean |
defaultPropertyPathIsHierarchy |
String |
description |
String |
displayName |
boolean |
hasCustomCode |
String |
help |
boolean |
isCalculated |
boolean |
isImportMatch |
boolean |
isProcessed
flag to know if this is processed and will require User.editProcessed=true for it to be changed.
|
boolean |
isTransient |
boolean |
mustBeEmptyForDelete |
boolean |
owner |
boolean |
required |
String |
reverseName |
String |
toolTip |
boolean |
verify |
public abstract String displayName
public abstract String description
public abstract boolean owner
public abstract String reverseName
public abstract boolean cascadeSave
public abstract boolean cascadeDelete
public abstract boolean isTransient
public abstract boolean allowCreateNew
public abstract boolean autoCreateNew
public abstract boolean allowAddExisting
public abstract boolean mustBeEmptyForDelete
public abstract String toolTip
public abstract String help
public abstract boolean hasCustomCode
public abstract boolean isCalculated
public abstract String[] calcDependentProperties
public abstract boolean isProcessed
public abstract String defaultPropertyPath
public abstract boolean defaultPropertyPathIsHierarchy
public abstract boolean defaultPropertyPathCanBeChanged
public abstract String defaultContextPropertyPath
Copyright © 1999–2019 ViaOA. All rights reserved.