org.eclipse.higgins.idas.schema
Interface IAttributeDisplayData

All Superinterfaces:
IDisplayData

public interface IAttributeDisplayData
extends IDisplayData

Represent an information on visual representation of IAttribute.

See Also:
IAttributeSchema.getDisplayData()

Method Summary
 IAttributeDisplayGroup getGroup()
          Returns an information on attribute's display group.
 int getOrder()
          Returns an information on display order of the attribute.
 
Methods inherited from interface org.eclipse.higgins.idas.schema.IDisplayData
getDescription, getImage, getLabel
 

Method Detail

getOrder

int getOrder()
Returns an information on display order of the attribute. If not null value is returned by getGroup() the value returned by this method is a display order inside the group.

Returns:
positive int value which should be used as sort order for this attributes or 0 if not availabe.

getGroup

IAttributeDisplayGroup getGroup()
Returns an information on attribute's display group.

Returns:
IAttributeDisplayGroup or null if not available.