@OpenApi
public class SelectElementInfo
extends java.lang.Object
| Modifier and Type | Field and Description |
|---|---|
boolean |
allowLoad
Deprecated.
not used anymore. Now modules are allowed to load if needed
|
Element |
root
Root element of selection UI
|
boolean |
showDiagrams
Show diagrams nodes and allow to choose presentation elements in selection UI
|
boolean |
showNone
Show NONE node
|
boolean |
showRelationships
Deprecated.
not used anymore. Now relationships are shown on demand
|
boolean |
sortable
Should result of selection in UI be "sortable"
|
static int |
SUGGESTION_LIST_ALWAYS
Deprecated.
not used anymore
|
static int |
SUGGESTION_LIST_NEVER
Deprecated.
not used anymore
|
static int |
SUGGESTION_LIST_ON_DEMAND
Deprecated.
not used anymore
|
int |
suggestionList
Deprecated.
not used anymore. Suggestion list is shown always in selection UI
|
| Constructor and Description |
|---|
SelectElementInfo(boolean showNone,
boolean showDiagrams,
Element root,
boolean sortable)
Constructor.
|
@OpenApi @Deprecated public static final int SUGGESTION_LIST_NEVER
@OpenApi @Deprecated public static final int SUGGESTION_LIST_ALWAYS
@OpenApi @Deprecated public static final int SUGGESTION_LIST_ON_DEMAND
@OpenApi public boolean showNone
@OpenApi public boolean showDiagrams
@OpenApi @Deprecated public boolean showRelationships
@OpenApi @Deprecated public boolean allowLoad
@OpenApi @Deprecated public int suggestionList
@OpenApi public Element root
@OpenApi public boolean sortable
@OpenApi
public SelectElementInfo(boolean showNone,
boolean showDiagrams,
@CheckForNull
Element root,
boolean sortable)
showNone - showNone value.showDiagrams - showDiagrams value.root - root value.sortable - sortable value.