| javax.microedition.lcdui.CustomItemLF
All known Subclasses: javax.microedition.lcdui.CustomItemLFImpl,
CustomItemLF | interface CustomItemLF extends ItemLF(Code) | | Look and Feel interface used by CustomItem.
See Naming Conventions
for information about method naming conventions.
|
lGetInteractionModes | int lGetInteractionModes()(Code) | | |
lInvalidate | void lInvalidate()(Code) | | Notifies L&F that Custom Item was invalidated.
|
lRepaint | void lRepaint()(Code) | | Notifies L&F that repaint of the entire custom item is needed
|
lRepaint | void lRepaint(int x, int y, int w, int h)(Code) | | Notifies L&F that repaint of the specified region is needed.
Parameters: x - the x coordinate of the origin of the dirty region Parameters: y - the y coordinate of the origin of the dirty region Parameters: w - the width of the dirty region Parameters: h - the height of the dirty region |
uCallSizeRefresh | void uCallSizeRefresh()(Code) | | Refresh the cached preferred and minimum sizes of this CustomItem.
|
|
|