| java.lang.Object javax.microedition.lcdui.DisplayableLFImpl javax.microedition.lcdui.AlertLFImpl
Constructor Summary | |
| AlertLFImpl(Alert a) Creates an AlertLF for the passed in Alert
instance. |
Method Summary | |
void | createNativeResource() Create native resource for this Alert . | void | lCallHide() Notify this Alert that it will no longer be displayed. | void | lCallShow() Notify this Alert that it is being displayed. | public int | lGetDefaultTimeout() Gets default timeout for the Alert associated with
this view. | public Command | lGetDismissCommand() Return the command that should be mapped to
Alert.DISMISS_COMMAND . | public boolean | lIsModal() Determines if Alert associated with this view is modal. | void | lRequestInvalidate() Called upon content change to schedule a request for relayout and
repaint. | public void | lSetImage(Image oldImg, Image newImg) Notifies image change. | public void | lSetIndicator(Gauge oldIndicator, Gauge newIndicator) Notifies indicator change. | public void | lSetString(String oldString, String newString) Notifies string change. | public void | lSetTimeout(int timeout) Notifies timeout change. | public void | lSetType(AlertType type) Notifies Alert type change.
Changing type on an already visible Alert will only
update the default icon. | public void | uCallInvalidate() Called by the event handler to perform a re-layout
on this AlertLF . | public void | uCallSizeChanged(int w, int h) |
AlertLFImpl | AlertLFImpl(Alert a)(Code) | | Creates an AlertLF for the passed in Alert
instance.
Parameters: a - The Alert associated with this look & feel |
createNativeResource | void createNativeResource()(Code) | | Create native resource for this Alert .
Gauge resource will not be created.
|
lCallHide | void lCallHide()(Code) | | Notify this Alert that it will no longer be displayed.
Override the version in DisplayableLFImpl .
|
lCallShow | void lCallShow()(Code) | | Notify this Alert that it is being displayed.
Override the version in DisplayableLFImpl .
|
lGetDefaultTimeout | public int lGetDefaultTimeout()(Code) | | Gets default timeout for the Alert associated with
this view.
the default timeout |
lGetDismissCommand | public Command lGetDismissCommand()(Code) | | Return the command that should be mapped to
Alert.DISMISS_COMMAND .
command that maps to Alert.DISMISS_COMMAND |
lIsModal | public boolean lIsModal()(Code) | | Determines if Alert associated with this view is modal.
true if this AlertLF should be displayed as modal |
lRequestInvalidate | void lRequestInvalidate()(Code) | | Called upon content change to schedule a request for relayout and
repaint.
|
lSetImage | public void lSetImage(Image oldImg, Image newImg)(Code) | | Notifies image change.
Parameters: oldImg - the old image set in the correspondingAlert . Parameters: newImg - the new image set in the correspondingAlert . |
lSetIndicator | public void lSetIndicator(Gauge oldIndicator, Gauge newIndicator)(Code) | | Notifies indicator change.
Parameters: oldIndicator - the old indicator set in the correspondingAlert . Parameters: newIndicator - the new indicator set in the correspondingAlert . |
lSetString | public void lSetString(String oldString, String newString)(Code) | | Notifies string change.
Parameters: oldString - the old string set in the correspondingAlert . Parameters: newString - the new string set in the correspondingAlert . |
lSetTimeout | public void lSetTimeout(int timeout)(Code) | | Notifies timeout change.
Changing timeout on an already visible Alert will
restart the timer, but has no effect on current layout.
Parameters: timeout - the new timeout set in the correspondingAlert . |
lSetType | public void lSetType(AlertType type)(Code) | | Notifies Alert type change.
Changing type on an already visible Alert will only
update the default icon. No sound will be played.
Parameters: type - the new AlertType set in thecorresponding Alert . |
uCallInvalidate | public void uCallInvalidate()(Code) | | Called by the event handler to perform a re-layout
on this AlertLF .
|
uCallSizeChanged | public void uCallSizeChanged(int w, int h)(Code) | | Notify return screen about screen size change
|
Methods inherited from javax.microedition.lcdui.DisplayableLFImpl | abstract void createNativeResource()(Code)(Java Doc) void deleteNativeResource()(Code)(Java Doc) public int getVerticalScrollPosition()(Code)(Java Doc) public int getVerticalScrollProportion()(Code)(Java Doc) public void lAddCommand(Command cmd, int i)(Code)(Java Doc) void lCallHide()(Code)(Java Doc) void lCallShow()(Code)(Java Doc) public void lCommitPendingInteraction()(Code)(Java Doc) public Display lGetCurrentDisplay()(Code)(Java Doc) public Displayable lGetDisplayable()(Code)(Java Doc) public int lGetHeight()(Code)(Java Doc) public int lGetWidth()(Code)(Java Doc) public boolean lIsShown()(Code)(Java Doc) public void lRemoveCommand(Command cmd, int i)(Code)(Java Doc) void lRequestInvalidate()(Code)(Java Doc) void lRequestPaint(int x, int y, int width, int height, Object target)(Code)(Java Doc) void lRequestPaint()(Code)(Java Doc) void lRequestPaintContents()(Code)(Java Doc) public void lSetDisplay(Display d)(Code)(Java Doc) public void lSetTicker(Ticker oldTicker, Ticker newTicker)(Code)(Java Doc) public void lSetTitle(String oldTitle, String newTitle)(Code)(Java Doc) void tickerTextChanged(Ticker t)(Code)(Java Doc) public void uCallFreeze()(Code)(Java Doc) public void uCallHide()(Code)(Java Doc) public void uCallInvalidate()(Code)(Java Doc) public void uCallKeyEvent(int type, int keyCode)(Code)(Java Doc) void uCallKeyPressed(int keyCode)(Code)(Java Doc) void uCallKeyReleased(int keyCode)(Code)(Java Doc) void uCallKeyRepeated(int keyCode)(Code)(Java Doc) public void uCallPaint(Graphics g, Object target)(Code)(Java Doc) void uCallPointerDragged(int x, int y)(Code)(Java Doc) public void uCallPointerEvent(int type, int x, int y)(Code)(Java Doc) void uCallPointerPressed(int x, int y)(Code)(Java Doc) void uCallPointerReleased(int x, int y)(Code)(Java Doc) public void uCallScrollContent(int scrollType, int thumbPosition)(Code)(Java Doc) public void uCallShow()(Code)(Java Doc) public void uCallSizeChanged(int w, int h)(Code)(Java Doc) public int uGetKeyMask()(Code)(Java Doc) public boolean uIsScrollNative()(Code)(Java Doc) void uRequestPaint()(Code)(Java Doc) public void uSetFullScreenMode(boolean mode)(Code)(Java Doc) public boolean uSetRotatedStatus(boolean newStatus)(Code)(Java Doc) public void updateCommandSet()(Code)(Java Doc)
|
|
|