|
The Gravey 2.5 Framework and AIM RIA | ||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
| SUMMARY: FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||||
Object
|
+--GrvObject
|
+--EDOIndex
|
+--ALIndex
This class encapsulates an EDO index for Auctions/Lots.
Version: 2.0
Author: Bruce Wallace (PolyGlotInc.com)
See:
| Constructor Summary | |
ALIndex
()
|
|
| Method Summary | |
String
|
_auctionString( aindex )
return auction description |
String
|
_lotString( lindex )
return lot description |
Object
|
_noString()
|
String
|
asEventArgs()
return "this" as event handler arg list string |
String
|
asString()
return "this" as a description string |
boolean
|
equals(x)
return whether "this" equals given EDOIndex |
boolean
|
hasSelection()
return whether "this" contains a selection |
Object
|
invoke(<Object> self,<Function> sMethod,<Function> lMethod,<Object> optArg)
Invoke the appropriate method given the index type and return its result. |
void
|
konstructor( <int> optA,<int> optL )
|
<static> ALIndex
|
Auction()
Static factory method to generate Auction-flavored index |
<static> ALIndex
|
Lot( <int> index )
Static factory method to generate Lot-flavored index |
| Methods inherited from class GrvObject |
souper
|
| Constructor Detail |
ALIndex()
| Method Detail |
String _auctionString( aindex )
String _lotString( lindex )
Object _noString()
String asEventArgs()
String asString()
boolean equals(x)
boolean hasSelection()
Object invoke(<Object> self,<Function> sMethod,<Function> lMethod,<Object> optArg)
self.method(this.subindex,optionalArgument)
self - the parent object of the method
sMethod - method to call if xi is Auction type
lMethod - method to call if xi is Lot type
optArg - optional extra param to pass to method
void konstructor( <int> optA,<int> optL )
optA - index into auctions list for current Auction
optL - index into lots list for specified Auction If args not specified or if all are null then this represents "no selection".
<static> ALIndex Auction()
index - Auction index
<static> ALIndex Lot( <int> index )
index - Lot index
|
The Gravey 2.5 Framework and AIM RIA | ||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
| SUMMARY: FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||||