[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]

BookOfListsPage

inherits from BookPage

Object <- Viewable <- Card <- BookPage <- BookOfListsPage



Operations

Get list of all operations

BeginUsingForm
CreateEntry
ShowOrHideLimitsWindow


Attributes

Get list of all attributes

Class BookOfListsPage defines no new attributes.


Fields

Field Type
Viewable: superview: Viewable
relativeOrigin: Dot
contentSize: Dot
viewFlags: Flags
labelStyle: TextStyle
color: Unsigned
altColor: Unsigned
shadow: Shadow
sound: Playable
Card: prototypeForm: Form
stack: StackOfCards
noEnvelope: Boolean
sentFlag: Boolean
isEnvelope: Boolean
isStationery: Boolean
substitute: Boolean
suppressCardData: Boolean
autoAddress: Boolean
wasSeen: Boolean
autoPencil: Boolean
noAutoKeyboard: Boolean
tempTOCEntry: Boolean
rightPageEntry: Boolean
noDrawing: Boolean
dontPurge: Boolean
locked: Boolean
isConfirmed: Boolean
shrinkToFit: Boolean
noFileAfterSend: Boolean
noSubstituteCard: Boolean
isReadOnly: Boolean
dontAppearInLog: Boolean
deliveryReport: Boolean
createdPostR1: Boolean
onePagePerCard: Boolean
BookPage: parent: Object
indexOfPages: ObjectList
bookmark: Object
BookOfListsPage: list: ObjectList


Instance template

instance BookOfListsPage tag;
 relativeOrigin: <0.0,0.0>;
    contentSize: <0.0,0.0>;
      viewFlags: 0x00000000;
     labelStyle: nilObject;
          color: 0;
       altColor: 0;
         shadow: nilObject;
          sound: nilObject;
  prototypeForm: nilObject;
          stack: nilObject;
     noEnvelope: false;
       sentFlag: false;
     isEnvelope: false;
   isStationery: false;
     substitute: false;
suppressCardData: false;
    autoAddress: false;
        wasSeen: false;
     autoPencil: false;
 noAutoKeyboard: false;
   tempTOCEntry: false;
 rightPageEntry: false;
      noDrawing: false;
      dontPurge: false;
         locked: false;
    isConfirmed: false;
    shrinkToFit: false;
noFileAfterSend: false;
noSubstituteCard: false;
     isReadOnly: false;
dontAppearInLog: false;
 deliveryReport: false;
  createdPostR1: false;
 onePagePerCard: false;
         parent: nilObject;
   indexOfPages: nilObject;
       bookmark: nilObject;
           list: nilObject;
end instance;

Class definition

Define Class BookOfListsPage;
    inherits from BookPage;

    field list:  ObjectList, getter, weak;
        // the word list displayed on this page

    overrides BeginUsingForm;
        // sets name and list of all list views that are subviews of self
    operation CreateEntry();
        // adds a new item to self's list and selects it in all list view that
        // are subviews of self
        // override rarely
    operation ShowOrHideLimitsWindow();
        // sets target of iWordListLimitsWindow and shows or hides it
        // override to use a different limits window.
end class;