WishListItem SFO

Properties

Methods

Method

Signature

Comments/Sample

down

void down()

move an item down in the wishlist ordering

getItem

Item getItem()

get the underlying item object for this wishlist item

getPosition

integer getPosition()

 

remove

void remove()

remove the item from the wishlist

up

void up()

move an item up in the wishlist ordering

See Also