public class Subpanel extends Object
Modifier and Type | Method | Description |
---|---|---|
Subpanel |
addArgument(String name,
String value) |
Adds an argument to the map of arguments for this subpanel,
where key is the parameter name, and value is the argument value.
|
Subpanel |
addArguments(Map<String,String> arguments) |
Appends a map of arguments to the arguments of this subpanel.
|
static Subpanel |
create(String name,
String publicPanel) |
Creates a subpanel with a reference to a public panel.
|
Map<String,String> |
getArguments() |
|
String |
getName() |
|
String |
getPublicPanel() |
public static Subpanel create(String name, String publicPanel)
name
- The name of this subpanel, defining the path shown in the result.
This name must be unique for each dynamic page it is provided to.publicPanel
- The path of the public panel.public Subpanel addArgument(String name, String value)
name
- The parameter name.value
- The argument value.public Subpanel addArguments(Map<String,String> arguments)
arguments
- A map of arguments to the subpanel, where key is the parameter name, and value is the argument value.public String getName()
public String getPublicPanel()
Copyright © 2020 Apptus Technologies AB. All rights reserved.