| javax.microedition.lcdui.AlertLF
All known Subclasses: javax.microedition.lcdui.AlertLFImpl,
lGetDefaultTimeout | int lGetDefaultTimeout()(Code) | | Gets default timeout for the alert associated with this view
the default timeout |
lGetDismissCommand | Command lGetDismissCommand()(Code) | | Get the command that Alert.DISMISS_COMMAND is mapped to.
DISMISS_COMMAND's visible representation command |
lIsModal | boolean lIsModal()(Code) | | Determines if alert associated with this view is modal.
true if this AlertLF should be displayed as modal |
lSetImage | void lSetImage(Image oldImg, Image newImg)(Code) | | Notifies look&feel object of an image change.
Parameters: oldImg - - the old image set in the corresponding Alert. Parameters: newImg - - the new image set in the corresponding Alert. |
lSetIndicator | void lSetIndicator(Gauge oldIndicator, Gauge newIndicator)(Code) | | Notifies look&feel object of an indicator change.
Parameters: oldIndicator - - the old indicator set in the corresponding Alert Parameters: newIndicator - - the new indicator set in the corresponding Alert |
lSetString | void lSetString(String oldStr, String newStr)(Code) | | Notifies look&feel object of a string change.
Parameters: oldStr - - the old string set in the corresponding Alert. Parameters: newStr - - the new string set in the corresponding Alert. |
lSetTimeout | void lSetTimeout(int timeout)(Code) | | Notifies look&feel object of a timeout change.
Parameters: timeout - - the new timeout set in the corresponding Alert. |
lSetType | void lSetType(AlertType type)(Code) | | Notifies look&feel object of a Alert type change.
Parameters: type - - the new AlertType set in the corresponding Alert. |
|
|