com.semarchy.mdm.runtime.model.logical
Interface ITableAttribute

All Superinterfaces:
IDisplayViewAttribute, IUniquelyNamed, Serializable

public interface ITableAttribute
extends IUniquelyNamed, Serializable, IDisplayViewAttribute

Runtime interface describing a Table Attribute / Column of a table

Author:
sarod

Field Summary
static String TABLE_ATTRIBUTE_PREFIX
           
 
Fields inherited from interface com.semarchy.mdm.runtime.model.logical.IUniquelyNamed
SEP
 
Method Summary
 Integer getHeight()
           Getter for owned property Height:
 ITableView getTableView()
          Deprecated. user should keep track of the tableview separately
 Integer getWidth()
          Deprecated. this is not used anymore
 
Methods inherited from interface com.semarchy.mdm.runtime.model.logical.IUniquelyNamed
getPrefixedUniqueName, getUniqueName
 
Methods inherited from interface com.semarchy.mdm.runtime.model.logical.IDisplayViewAttribute
getDisplayType, getEntityName, getFieldDisplayProperties, getFieldDisplayType, getHelpContent, getName, getReferencedDisplayNameExpression, getSemQLExpression, isOverrideReferencedDisplayName, isUseCustomLabel
 

Field Detail

TABLE_ATTRIBUTE_PREFIX

static final String TABLE_ATTRIBUTE_PREFIX
See Also:
Constant Field Values
Method Detail

getTableView

ITableView getTableView()
Deprecated. user should keep track of the tableview separately

The table view to which this

Returns:

getHeight

Integer getHeight()

Getter for owned property Height:

Height of Image or Inline Widget in Table View

Returns:
value of this property

getWidth

Integer getWidth()
Deprecated. this is not used anymore

Getter for owned property Width:

Width of Image or Inline Widget in Table View

Returns:
value of this property


Copyright © 2015. All Rights Reserved.