Class AddConletType.PageComponentSpecification
java.lang.Object
org.jgrapes.webconsole.base.events.AddConletType.PageComponentSpecification
- Enclosing class:
- AddConletType
Specifies an embedded instance to be added.
- 
Constructor SummaryConstructorsConstructorDescriptionPageComponentSpecification(String area, Map<String, String> properties) Instantiates a new embed spec.
- 
Method Summary
- 
Constructor Details- 
PageComponentSpecificationInstantiates a new embed spec.- Parameters:
- area- the area
- properties- the properties
 
 
- 
- 
Method Details- 
getAreaGets the area.- Returns:
- the area
 
- 
getPropertiesGets the properties.- Returns:
- the properties
 
 
-