Package com.vaadin.mpr.core.client
Class ComponentSettings
java.lang.Object
com.vaadin.mpr.core.client.ComponentSettings
- All Implemented Interfaces:
Serializable
Component settings class containing target node id and application id.
- See Also:
-
Constructor Summary
Constructors -
Method Summary
-
Constructor Details
-
ComponentSettings
public ComponentSettings()Component settings constructor.
-
-
Method Details
-
setAppId
Set the Flow application id.- Parameters:
appId- Flow application id
-
setNodeId
public void setNodeId(int nodeId) Set the node id of the wrapping node.- Parameters:
nodeId- wrapper node id
-
getAppId
Get the Flow application id.- Returns:
- target application id
-
getNodeId
public int getNodeId()Get wrapper element node id.- Returns:
- wrapper node id
-