[operations] [attributes] [fields] [template] [definition]
[implementation] [documentation]
To use the search tool you need to use a browser which supports JAVA (c)

[next] [prev] [superclass] [next peer] [prev peer] [subclass] [index] [hierarchy]

HasMultiLineCellContents

mixes in with Object

HasMultiLineCellContents



Operations

Get list of all operations

CanExpandCollapse
ExpandOrCollapse
InfoAt


Attributes

Get list of all attributes

CurrentIndex
Expanded
Lines
StartOffset


Fields

Field Type
HasMultiLineCellContents: startOffset: Unsigned
currentIndex: Unsigned


Instance template

Class HasMultiLineCellContents cannot be instantiated.


Class definition

Define Class HasMultiLineCellContents;
    mixes in with Object;

    field startOffset:  Unsigned, getter, setter;
    field currentIndex: Unsigned, getter, setter;

    attribute StartOffset: Unsigned;
    attribute CurrentIndex: Unsigned;

    attribute Lines: Unsigned, readOnly, noGetter;
    operation InfoAt(offset: Unsigned; attribute: OperationNumber; var styleChanges: Unsigned): Object, noMethod;

    /* Collapsing/expanding */
    operation CanExpandCollapse(): Boolean, noFail;
    attribute Expanded: Boolean, readOnly;
    operation ExpandOrCollapse(): Boolean;
end class;