NodeFilter
Extends:
NodeFilter - a component showing dropdowns for filtering blueprints, deployments, nodes and nodes instances. Data (list of blueprints, deployments, nodes and node instances) is dynamically fetched from manager.
Access
Stage.Basic.NodeFilter
Usage
let value = {blueprintId: '', deploymentId: '', nodeId: '', nodeInstance: ''}
<NodeFilter name='nodeFilter' value={value} />
Static Member Summary
Static Public Members | ||
public static |
propTypes: * propTypes |
Static Public Members
public static propTypes: * source
propTypes
Properties:
Name | Type | Attribute | Description |
name | string | name of the field |
|
value | string | value of the field (object containing the following string valued keys: blueprintId, deploymentId, nodeId, nodeInstanceId) |
|
onChange | func |
|
function to be called on value change |
allowMultiple | bool |
|
if set to true, then it will be allowed to select more than one blueprint, deployment, node and node instance |
allowMultipleBlueprints | bool |
|
if set to true, then it will be allowed to select more than one blueprint |
allowMultipleDeployments | bool |
|
if set to true, then it will be allowed to select more than one deployment |
allowMultipleNodes | bool |
|
if set to true, then it will be allowed to select more than one node |
allowMultipleNodeInstances | bool |
|
if set to true, then it will be allowed to select more than one node instance |
allowedBlueprints | Array |
|
array specifing allowed blueprints to be selected |
allowedDeployments | Array |
|
array specifing allowed deployments to be selected |
allowedNodes | Array |
|
array specifing allowed nodes to be selected |
allowedNodeInstances | Array |
|
array specifing allowed node instances to be selected |
showBlueprints | bool |
|
if set to false, then it will be not allowed to select blueprint |
showDeployments | bool |
|
if set to false, then it will be not allowed to select deployment |
showNodes | bool |
|
if set to false, then it will be not allowed to select node |
showNodeInstances | bool |
|
if set to false, then it will be not allowed to select node instance |