|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
public interface IAttributeDisplayData
Represent an information on visual representation of
IAttribute
.
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 |
---|
int getOrder()
null
value is returned by getGroup()
the value
returned by this method is a display order inside the group.
int
value which should be used as sort
order for this attributes or 0
if not availabe.IAttributeDisplayGroup getGroup()
IAttributeDisplayGroup
or null
if not
available.
|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |