public interface IFormSection extends IUniquelyNamed, Serializable
Modifier and Type | Field and Description |
---|---|
static String |
FORM_SECTION_PREFIX |
SEP
Modifier and Type | Method and Description |
---|---|
IFormAttribute |
getFormAttribute(String name) |
List<IFormAttribute> |
getFormAttributes()
Returns the list of attributes in this section.
|
IFormView |
getFormView()
Deprecated.
|
LayoutType |
getLayout()
Returns the type of layout to use to organize sections.
|
String |
getName()
Return the name of this
IFormSection |
getPrefixedUniqueName, getUniqueName
static final String FORM_SECTION_PREFIX
IFormView getFormView()
IFormView
to which this section belongsString getName()
IFormSection
LayoutType getLayout()
List<IFormAttribute> getFormAttributes()
IFormAttribute getFormAttribute(String name)
Copyright © 2016. All Rights Reserved.