ItemData

Kind of class:class
Inherits from:none
Classpath:org.asapframework.management.lang.ItemData
File last modified:Monday, 30 October 2006, 22:55:24
ValueObject class that holds data for a text item.
Classes that implement IMultiLanguageTextContainer get this type of data from the LanguageManager.
Basic info contained in this class is the text and the id by which it is referenced.
Optional info are offset values for changing textfields.

Summary


Constructor
Instance properties

Constructor

ItemData

function ItemData (
inID:Number, inText:String)

Instance properties

id

id:Number
(read)

text

text:String
(read)

width_offset

width_offset:Number = 0
(read)

x_offset

x_offset:Number = 0
(read)

y_offset

y_offset:Number = 0
(read)