Card item class

The abstract class IltCardItem defines all the common characteristics of a business object that can be associated with a card or any implementation of IltCard.
The IltCardItem class defines the following attributes:
  • Type — Specifies the category of a card item. There are different predefined types of card items in JViews TGO; all of them are described in this section.
    Name: type
    Value class: IltCardItem.Type
    Attribute: IltCardItem.TypeAttribute
  • Direction —Specifies the direction of the card item.
    Name: direction
    Value class: IlpDirection
    Attribute: IltCardItem.DirectionAttribute