public interface IFormView extends IUniquelyNamed, Serializable
IEntity
Modifier and Type | Field and Description |
---|---|
static String |
FORM_VIEW_PREFIX |
SEP
Modifier and Type | Method and Description |
---|---|
int |
getAutoLayoutSwitchWidth() |
FormLayoutType |
getDefaultLayout() |
IEntity |
getEntity()
Deprecated.
user should keep track of the entity separately
|
FormFlowLayoutDescriptor |
getFlowLayoutDescriptor() |
IFormSection |
getFormSection(String sectionName) |
List<IFormSection> |
getFormSections()
Returns the list of Sections composing this
IFormView . |
FormGridLayoutDescriptor |
getGridLayoutDescriptor() |
LayoutType |
getLayout()
Deprecated.
|
String |
getName()
The name of this
IFormView |
boolean |
isAllowUserLayoutSwitch() |
boolean |
isAutoLayoutSwitch() |
boolean |
isDefault()
Indicates whether this
IFormView is the default one. |
getPrefixedUniqueName, getUniqueName
static final String FORM_VIEW_PREFIX
IEntity getEntity()
IEntity
for which this view is defined.boolean isDefault()
IFormView
is the default one.FormLayoutType getDefaultLayout()
LayoutType getLayout()
List<IFormSection> getFormSections()
IFormView
. The list
is ordered according to design time position.FormFlowLayoutDescriptor getFlowLayoutDescriptor()
FormGridLayoutDescriptor getGridLayoutDescriptor()
IFormSection getFormSection(String sectionName)
boolean isAllowUserLayoutSwitch()
boolean isAutoLayoutSwitch()
int getAutoLayoutSwitchWidth()
Copyright © 2016. All rights reserved.