|
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
|
+--PLIndex
This class encapsulates an EDO index for Plain/Loan.
Version: 2.0
Author: Bruce Wallace (PolyGlotInc.com)
See:
| Constructor Summary | |
PLIndex
()
|
|
| Method Summary | |
String
|
_itString( pindex )
return item/property description |
String
|
_lonString( cindex )
return loan 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> pMethod,<Function> lMethod,<Object> optArg)
Invoke the appropriate method given the index type and return its result. |
void
|
konstructor( <int> optP,<int> optL )
|
<static> PLIndex
|
Item()
synonym for PLIndex.Plain |
<static> BSCIndex
|
Loan()
Static factory method to generate Loan-flavored index |
<static> PLIndex
|
Plain()
Static factory method to generate Item-flavored index |
| Methods inherited from class GrvObject |
souper
|
| Constructor Detail |
PLIndex()
| Method Detail |
String _itString( pindex )
String _lonString( cindex )
Object _noString()
String asEventArgs()
String asString()
boolean equals(x)
boolean hasSelection()
Object invoke(<Object> self,<Function> pMethod,<Function> lMethod,<Object> optArg)
self.method(this.subindex,optionalArgument)
self - the parent object of the method
pMethod - method to call if xi is Plain type
lMethod - method to call if xi is Loan type
optArg - optional extra param to pass to method
void konstructor( <int> optP,<int> optL )
optP - index into Item list for current Auction
optL - index into Loan list for specified Item If args not specified or if all are null then this represents "no selection".
<static> PLIndex Item()
<static> BSCIndex Loan()
index - Loan index
<static> PLIndex Plain()
index - Item index
|
The Gravey 2.5 Framework and AIM RIA | ||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
| SUMMARY: FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||||