public class Control extends Object
| Constructor and Description |
|---|
Control()
Constructs a Control object with a null template.
|
Control(String template)
Constructs a Control object with the specified template.
|
| Modifier and Type | Method and Description |
|---|---|
Control |
combine(Control otherControl) |
ControlParam[] |
getParams() |
List<ControlParam> |
getParamsAsList()
This method returns an unmodifiable List of
ControlParam
objects that are associated with this Control. |
String |
getTemplate()
This method returns the template path of this Control.
|
String |
toString() |
public Control()
public Control(String template)
template. - public String getTemplate()
public ControlParam[] getParams()
public List<ControlParam> getParamsAsList()
ControlParam
objects that are associated with this Control.public String toString()
toString in class ObjectObject.toString()Copyright © 2005–2014 Alfresco Software. All rights reserved.