|
|||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||||||
public interface FormSection
This interface describes one section in a FormConfig
| Field Summary |
|---|
| Fields inherited from interface com.ibm.di.config.interfaces.BaseConfiguration |
|---|
CHILD_PATH_SEPARATOR, DISABLE_EXTPROPS, DISABLE_INHERITANCE, INHERIT_NONE, INHERIT_PARENT, ONE_LEVEL, RECURSIVE, RECURSIVE_ONELEVEL, RECURSIVE_SUBTREE, SEARCH_EXACTCASE, SEARCH_ONELEVEL, SEARCH_PARAMNAME, SEARCH_PARAMNAME_RE, SEARCH_PROPERTY, SEARCH_REGEX, SEARCH_SUBSTRING, SUBTREE |
| Method Summary | |
|---|---|
void |
addFormItem(FormItemConfig item)
Add a FormItem to this FormSection. |
String |
getDescription()
Get the description of this FormSection, or null if no description |
FormItemConfig |
getFormItem(String name)
Get a FormItem defined by this FormSection, or the enclosing FormConfig. |
Collection<FormItemConfig> |
getFormItems()
Returns a Collection of all locally defined FormItemConfigs. |
Vector<String> |
getNames()
Return the names of all FormSections or FormItems in the FormSection. |
String |
getTitle()
Get the title of this FormSection, or null if no title |
boolean |
initiallyExpanded()
Return true if this section is initially expanded |
void |
setDescription(String description)
Set the description of this FormSection The new description should be a key to be looked up in the translation file |
void |
setForm(FormConfig form)
Set the FormConfig this FormSection is part of. |
void |
setInitiallyExpanded(boolean value)
Set whether this section is initially expanded |
void |
setNames(Vector<String> names)
Set the names of all FormSections or FormItems in the FormSection |
void |
setTitle(String title)
Set the title of this FormSection. |
| Method Detail |
|---|
Vector<String> getNames()
void setNames(Vector<String> names)
names - The new list of namesString getTitle()
void setTitle(String title)
title - The new titleString getDescription()
void setDescription(String description)
description - The new descriptionboolean initiallyExpanded()
void setInitiallyExpanded(boolean value)
value - true if the section is initially expandedFormItemConfig getFormItem(String name)
name - The name of the FormItemvoid addFormItem(FormItemConfig item)
item - The new FormItemCollection<FormItemConfig> getFormItems()
void setForm(FormConfig form)
form - The FormConfig
|
|||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||||||