public class LtMainForm extends Object implements DesignFactory
| Constructor and Description |
|---|
LtMainForm() |
| Modifier and Type | Method and Description |
|---|---|
DesignInstance |
createDesign(ArooaElement element,
ArooaContext parentContext)
Create a
DesignInstance. |
List<LtFormItem> |
getFormItemsList() |
String |
getTitle() |
void |
setFormItems(int index,
LtFormItem formItem) |
void |
setTitle(String title) |
public DesignInstance createDesign(ArooaElement element, ArooaContext parentContext) throws ArooaPropertyException
DesignFactoryDesignInstance.createDesign in interface DesignFactoryelement - The ArooaElement corresponding to the design.parentContext - The parent ArooaContext in which to
create the design.ArooaPropertyExceptionpublic void setFormItems(int index,
LtFormItem formItem)
public List<LtFormItem> getFormItemsList()
public String getTitle()
public void setTitle(String title)
Copyright © 2023. All rights reserved.