public interface IBusinessObjectView extends IUniquelyNamed, Serializable
Modifier and Type | Field and Description |
---|---|
static String |
BUSINESS_OBJECT_VIEW_PREFIX |
SEP
getPrefixedUniqueName, getUniqueName
static final String BUSINESS_OBJECT_VIEW_PREFIX
IApplication getApplication()
IBusinessObject getBusinessObject()
IBusinessObject
ITableView getRootTableView()
getBOViewEntity(IBOEntity)
instead using
IBusinessObject.getRootBOEntity()
as a parameterIFormView getFormView(IBOEntity pEntity)
getBOViewEntity(IBOEntity)
insteadIBOEntity
.pEntity
- ITableView getTableView(IBOTransition pTransition)
getBOViewEntity(IBOEntity)
insteadIBOTransition
.pEntity
- IBOViewEntity getBOViewEntity(IBOEntity boEntity)
String getName()
Integer getPosInFolder()
IBusinessObjectView
in parent
IAppFolderAndBOViewContainer
.boolean isVisible()
IBusinessObjectView
is visible for data
navigation.IAppFolderAndBOViewContainer getBOViewContainer()
IAppFolderAndBOViewContainer
in which this
IBusinessObjectView
is visible or null if the
isVisible()
returns false.boolean isUseSearchOnOpen()
IBusinessObjectView
will open a search
dialog before contentOnOpenBehavior getOnOpenBehavior()
IBusinessObjectView
OnOpenBehavior
valueString getRequiredRoleName()
IBusinessObjectView
.
This role name is required in addition to the privileges normally
required to read the #getRootTransitionDescriptor()
.String
containing the RoleNameboolean isAutoRefreshAvailable()
IBusinessObjectView
could be refreshed every
getAutoRefreshInterval()
as specified at
design-time, or not.true
if enabled, false
otherwiseInteger getAutoRefreshInterval()
isAutoRefreshAvailable()
is true.Copyright © 2019. All rights reserved.