Package | Description |
---|---|
com.hcl.domino.richtext.records |
Modifier and Type | Method and Description |
---|---|
default CDAction |
CDAction.setActionData(byte[] actionData) |
default CDAction |
CDAction.setActionFormula(String formula)
Sets the action's code to the provided formula language string.
|
default CDAction |
CDAction.setActionLotusScript(String script)
Sets the action's code to the provided LotusScript string.
|
CDAction |
CDAction.setActionType(CDAction.Type type)
Sets the type for this action.
|
CDAction |
CDAction.setFlags(Collection<CDAction.Flag> flags) |
default CDAction |
CDAction.setHideWhenFormula(String formula)
Sets the action's hide-when formula to the provided string.
|
CDAction |
CDAction.setHideWhenFormulaLength(int formulaLength) |
CDAction |
CDAction.setIconIndex(int iconIndex) |
CDAction |
CDAction.setShareId(int shareId) |
default CDAction |
CDAction.setTitle(String title) |
CDAction |
CDAction.setTitleLength(int titleLength) |
Copyright © 2019–2021 HCL. All rights reserved.