public class FormsConfigElement
extends org.springframework.extensions.config.element.ConfigElementAdapter
| Modifier and Type | Field and Description |
|---|---|
static java.lang.String |
FORMS_ID |
| Constructor and Description |
|---|
FormsConfigElement() |
FormsConfigElement(java.lang.String name) |
| Modifier and Type | Method and Description |
|---|---|
org.springframework.extensions.config.ConfigElement |
combine(org.springframework.extensions.config.ConfigElement otherConfigElement) |
java.util.List |
getChildren() |
ConstraintHandlersConfigElement |
getConstraintHandlers() |
DefaultControlsConfigElement |
getDefaultControls() |
FormConfigElement |
getDefaultForm()
This method returns the default form from within a <forms> tag.
|
DependenciesConfigElement |
getDependencies() |
FormConfigElement |
getForm(java.lang.String id)
This method returns the form having the specified id string from within a
<forms> tag.
|
public static final java.lang.String FORMS_ID
public FormsConfigElement()
public FormsConfigElement(java.lang.String name)
public java.util.List getChildren()
getChildren in interface org.springframework.extensions.config.ConfigElementgetChildren in class org.springframework.extensions.config.element.ConfigElementAdapterorg.alfresco.config.ConfigElement#getChildren()public FormConfigElement getDefaultForm()
public FormConfigElement getForm(java.lang.String id)
public DefaultControlsConfigElement getDefaultControls()
public ConstraintHandlersConfigElement getConstraintHandlers()
public DependenciesConfigElement getDependencies()
public org.springframework.extensions.config.ConfigElement combine(org.springframework.extensions.config.ConfigElement otherConfigElement)
combine in interface org.springframework.extensions.config.ConfigElementcombine in class org.springframework.extensions.config.element.ConfigElementAdapterorg.alfresco.config.ConfigElement#combine(org.alfresco.config.ConfigElement)Copyright © 2005 - 2010 Alfresco Software, Inc. All Rights Reserved.