public class Control
extends java.lang.Object
| Constructor and Description |
|---|
Control()
Constructs a Control object with a null template.
|
Control(java.lang.String template)
Constructs a Control object with the specified template.
|
| Modifier and Type | Method and Description |
|---|---|
Control |
combine(Control otherControl) |
ControlParam[] |
getParams() |
java.util.List |
getParamsAsList()
This method returns an unmodifiable List of
ControlParam
objects that are associated with this Control. |
java.lang.String |
getTemplate()
This method returns the template path of this Control.
|
java.lang.String |
toString() |
public Control()
public Control(java.lang.String template)
template. - public java.lang.String getTemplate()
public ControlParam[] getParams()
public java.util.List getParamsAsList()
ControlParam
objects that are associated with this Control.public java.lang.String toString()
toString in class java.lang.ObjectObject.toString()Copyright © 2005 - 2010 Alfresco Software, Inc. All Rights Reserved.