public interface ITableView extends IUniquelyNamed, Serializable
Modifier and Type | Field and Description |
---|---|
static String |
TABLE_VIEW_PREFIX |
SEP
Modifier and Type | Method and Description |
---|---|
List<ITableAttribute> |
getAttributes()
Returns the list of Attributes composing this
ITableView . |
IEntity |
getEntity()
Deprecated.
user should keep track of the entity separately
|
String |
getName()
The name of this
ITableView |
boolean |
isDefault()
Indicates whether this
ITableView is the default one. |
getPrefixedUniqueName, getUniqueName
static final String TABLE_VIEW_PREFIX
IEntity getEntity()
IEntity
for which this view is defined.String getName()
ITableView
boolean isDefault()
ITableView
is the default one.List<ITableAttribute> getAttributes()
ITableView
. The
list is ordered according to design time position.Copyright © 2019. All rights reserved.