|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
public interface IFormView
Describe a Display Form View for an IEntity
Field Summary | |
---|---|
static String |
FORM_VIEW_PREFIX
|
Fields inherited from interface com.semarchy.mdm.runtime.model.logical.IUniquelyNamed |
---|
SEP |
Method Summary | |
---|---|
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. |
Methods inherited from interface com.semarchy.mdm.runtime.model.logical.IUniquelyNamed |
---|
getPrefixedUniqueName, getUniqueName |
Field Detail |
---|
static final String FORM_VIEW_PREFIX
Method Detail |
---|
IEntity getEntity()
IEntity
for which this view is defined.
String getName()
IFormView
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()
|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |