Modifier and Type | Optional Element and Description |
---|---|
boolean |
checkbox
Field is a checkbox
|
boolean |
credential
Credential field.
|
String |
description
Field's description
|
boolean |
dynamic
Dynamic fields can be edited while the node source is deployed.
|
boolean |
fileBrowser
Field represents a file.
|
boolean |
important |
boolean |
password
Password field.
|
int |
sectionSelector
Section selector which is used to group parameters
and show description on top of the group
|
boolean |
textArea
Field is a multiline text area.
|
boolean |
textAreaOneLine
Field is a multiline text area that does not allow new lines.
|
public abstract String description
public abstract boolean password
public abstract boolean credential
public abstract boolean fileBrowser
public abstract boolean textAreaOneLine
public abstract boolean dynamic