Methods Summary |
---|
public void | lDelete(int itemNum, Item deletedItem)Notifies look&feel object of an item deleted in the corresponding
Form.
|
public void | lDeleteAll()Notifies look&feel object of an item deleted in the corresponding
Form.
|
public Item | lGetCurrentItem()Gets item currently in focus.
|
public void | lInsert(int itemNum, Item item)Notifies look&feel object of an item deleted in the corresponding
Form.
|
public void | lSet(int itemNum, Item item)Notifies look&feel object of an item deleted in the corresponding
Form.
|
public void | uCallPeerStateChanged(int modelVersion, int itemPeerId, int hint)Called by Display to notify current FormLF of a change in its peer state.
If there is a ItemLF matches the peerId, the ItemLF will be called
to process this notification. Otherwise, this is treated as a
notification to this FormLF itself.
|
public void | uItemMakeVisible(Item item)Notifies look&feel object of a call to Display.setCurrentItem()
Note that null can be passed in clear the previously set current item.
|