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

LocalTollListView

inherits from ListView

... <- Viewable <- Box <- GridView <- ListView <- LocalTollListView



Operations

Get list of all operations

AboutToHide
AboutToShow
DeleteSelection
EditName


Attributes

Get list of all attributes

List


Fields

Field Type
Viewable: superview: Viewable
relativeOrigin: Dot
contentSize: Dot
viewFlags: Flags
labelStyle: TextStyle
color: Unsigned
altColor: Unsigned
shadow: Shadow
sound: Playable
HasBorder: border: Border
ScrollableByMicron: scrollOffset: Dot
GridView: selectMode: Boolean
showCount: Boolean
useContainerList: Boolean
showColumnTitles: Boolean
keyboardScroll: Boolean
scrollToSelected: Boolean
showColumnLines: Boolean
showRowLines: Boolean
showExtraRowLines: Boolean
showTitleLines: Boolean
menuResizeH: Boolean
alwaysOneSelected: Boolean
setCurrentContact: Boolean
dontTrack: Boolean
showRemaining: Boolean
showColumnTitleAsLetter: Boolean
showColumnTitleAsNumber: Boolean
showRowTitles: Boolean
showRowTitleAsLetter: Boolean
showRowTitleAsNumber: Boolean
useListElementPerCell: Boolean
noPartialCell: Boolean
grayTitleBackground: Boolean
gridViewCenteredTitle: Boolean
forPrinting: Boolean
emboldenGroups: Boolean
confirmOnSelect: Boolean
removePlural: Boolean
listViewArrow: Boolean
cellTextStyle: TextStyle
columnTitles: Text
emptyMessage: Text
selectedColumn: Unsigned
selectedRow: Unsigned
titleTextStyle: TextStyle
columnKeysList: OperationNumberList
columnOffsetsList: IntegerList
columnFlagsList: IntegerList
ListView: list: HasIndexing
summaryString: Text


Instance template

instance LocalTollListView tag;
 relativeOrigin: <0.0,0.0>;
    contentSize: <0.0,0.0>;
      viewFlags: 0x00000000;
     labelStyle: nilObject;
          color: 0;
       altColor: 0;
         shadow: nilObject;
          sound: nilObject;
         border: nilObject;
   scrollOffset: <0.0,0.0>;
     selectMode: false;
      showCount: false;
useContainerList: false;
showColumnTitles: false;
 keyboardScroll: false;
scrollToSelected: false;
showColumnLines: false;
   showRowLines: false;
showExtraRowLines: false;
 showTitleLines: false;
    menuResizeH: false;
alwaysOneSelected: false;
setCurrentContact: false;
      dontTrack: false;
  showRemaining: false;
showColumnTitleAsLetter: false;
showColumnTitleAsNumber: false;
  showRowTitles: false;
showRowTitleAsLetter: false;
showRowTitleAsNumber: false;
useListElementPerCell: false;
  noPartialCell: false;
grayTitleBackground: false;
gridViewCenteredTitle: false;
    forPrinting: false;
 emboldenGroups: false;
confirmOnSelect: false;
   removePlural: false;
  listViewArrow: false;
  cellTextStyle: nilObject;
   columnTitles: nilObject;
   emptyMessage: nilObject;
 selectedColumn: 0;
    selectedRow: 0;
 titleTextStyle: nilObject;
 columnKeysList: nilObject;
columnOffsetsList: nilObject;
columnFlagsList: nilObject;
           list: nilObject;
  summaryString: nilObject;
end instance;

Class definition

Define Class LocalTollListView;
    inherits from ListView;

    overrides AboutToShow;
        // to snag the local tolls list out of iEditedDialingLocation's
        // creates a new list if there is none
    overrides AboutToHide;
        // destroys the local tolls list if it's empty

    overrides DeleteSelection;
        // to let iEditedDialingLocation know that it has changed
    overrides EditName;
        // edits a local toll
    overrides List;
        // uses iEditedDialingLocation's local tolls list
end class;