|
||||||||||
PREV NEXT | FRAMES NO FRAMES |
Packages that use ITableView | |
---|---|
com.semarchy.mdm.runtime.model.logical | This package contains the IModel representing the model as designed in Semarchy Convergence For MDM. |
Uses of ITableView in com.semarchy.mdm.runtime.model.logical |
---|
Methods in com.semarchy.mdm.runtime.model.logical that return ITableView | |
---|---|
ITableView |
IBOViewEntity.getBrowsingTableView()
The ITableView defined to be used while browsing this IBOViewEntity . |
ITableView |
IEntity.getDefaultTableView()
Get the default ITableView for this IEntity . |
ITableView |
IBusinessObjectView.getRootTableView()
Deprecated. use IBusinessObjectView.getBOViewEntity(IBOEntity) instead using IBusinessObject.getRootBOEntity() as a parameter |
ITableView |
ITableAttribute.getTableView()
Deprecated. user should keep track of the tableview separately |
ITableView |
IBOViewEntity.getTableView()
Deprecated. As of 3.0, replaced by |
ITableView |
IBusinessObjectView.getTableView(IBOTransition pTransition)
Deprecated. use IBusinessObjectView.getBOViewEntity(IBOEntity) instead |
ITableView |
IEntity.getTableView(String pName)
Return the ITableView with the given name or throws
NoSuchTableViewException if there is no ITableView with
this name |
Methods in com.semarchy.mdm.runtime.model.logical that return types with arguments of type ITableView | |
---|---|
List<ITableView> |
IEntity.getTableViews()
Obtain the list of ITableViews. |
|
||||||||||
PREV NEXT | FRAMES NO FRAMES |