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