Methods Summary |
---|
public int | lGetDefaultTimeout()Gets default timeout for the alert associated with this view
|
public Command | lGetDismissCommand()Get the command that Alert.DISMISS_COMMAND is mapped to.
|
public boolean | lIsModal()Determines if alert associated with this view is modal.
|
public void | lSetImage(Image oldImg, Image newImg)Notifies look&feel object of an image change.
|
public void | lSetIndicator(Gauge oldIndicator, Gauge newIndicator)Notifies look&feel object of an indicator change.
|
public void | lSetString(java.lang.String oldStr, java.lang.String newStr)Notifies look&feel object of a string change.
|
public void | lSetTimeout(int timeout)Notifies look&feel object of a timeout change.
|
public void | lSetType(AlertType type)Notifies look&feel object of a Alert type change.
|