public class ComponentSettings extends Object implements Serializable
| Constructor and Description |
|---|
ComponentSettings()
Component settings constructor.
|
| Modifier and Type | Method and Description |
|---|---|
String |
getAppId()
Get the Flow application id.
|
int |
getNodeId()
Get wrapper element node id.
|
void |
setAppId(String appId)
Set the Flow application id.
|
void |
setNodeId(int nodeId)
Set the node id of the wrapping node.
|
public void setAppId(String appId)
appId - Flow application idpublic void setNodeId(int nodeId)
nodeId - wrapper node idpublic String getAppId()
public int getNodeId()
Copyright © 2018–2023 Vaadin Ltd. All rights reserved.