@NotFinalAPI public interface ViewExecutionOptions
ViewFactory.createOptions()
.
Defaults for this object are:
label
.icon
.note
.query properties
.view properties
.Modifier and Type | Method and Description |
---|---|
ViewExecutionOptions |
withNote()
Adds the "note" functionality to
ViewResultTreeNode s based on CIs. |
ViewExecutionOptions |
withoutIcon()
Removes the "icon function" functionality from
ViewResultTreeNode s based on CIs. |
ViewExecutionOptions |
withoutLabel()
Removes the "label" functionality from
ViewResultTreeNode s based on CIs. |
ViewExecutionOptions |
withQueryProperties()
Adds the query properties to the CIs and Relations in the
ViewResult.topology() . |
ViewExecutionOptions |
withViewProperties()
Adds the "View Properties" functionality to
ViewResultTreeNode s. |
ViewExecutionOptions withoutLabel()
ViewResultTreeNode
s based on CIs.
Calls to ViewResultTreeNode.label()
will yield a default "no label" String.
The label may still work, on some ViewResultTreeNodes (or all) if the label property is brought by another option.ViewExecutionOptions withoutIcon()
ViewResultTreeNode
s based on CIs.
Calls to ViewResultTreeNode.iconName()
will yield the icon based on the CI class type and not on the
"icon function" which may be defined on that type.
The "icon function" may still work, on some ViewResultTreeNodes (or all) if the icon function property is
brought by another option.ViewExecutionOptions withNote()
ViewResultTreeNode
s based on CIs.
Calls to ViewResultTreeNode.note()
return the note attached to the CI, or empty String if
no note is available.ViewExecutionOptions withQueryProperties()
ViewResult.topology()
.ViewExecutionOptions withViewProperties()
ViewResultTreeNode
s.
Calls to ViewResultTreeNode.viewProperties()
will yield the view properties for the node, as defined by
the view attributes in the definition. Documentation Feedback
Copyright 2011 - 2018 Micro Focus or one of its affiliates.