Oracle Fusion Middleware Java API Reference for Oracle ADF Mobile Client
11g Release 1 (11.1.1)

E17503-02

oracle.adfnmc.component
Class BBMessageBox

java.lang.Object
  extended by oracle.adfnmc.component.MessageBox
      extended by oracle.adfnmc.component.BBMessageBox

public class BBMessageBox
extends MessageBox


Nested Class Summary
protected  class BBMessageBox.DialogRunner
           
 
Field Summary
protected  int messageBoxResult
           
 
Fields inherited from class oracle.adfnmc.component.MessageBox
CLASS_INSTANCE, MESSAGE_BOX_NOT_SHOWN
 
Constructor Summary
BBMessageBox()
           
 
Method Summary
protected  void showImpl(java.lang.String title, java.lang.String message)
           
protected  int showImpl(java.lang.String title, java.lang.String message, java.lang.String[] buttonLabels, int[] buttonValues)
           
protected  java.lang.Object showImpl(java.lang.String title, java.lang.String message, java.lang.String[] buttonLabels, java.lang.Object[] buttonValues)
           
 
Methods inherited from class oracle.adfnmc.component.MessageBox
show, show, show, show, show, show, show
 
Methods inherited from class java.lang.Object
equals, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Field Detail

messageBoxResult

protected int messageBoxResult
Constructor Detail

BBMessageBox

public BBMessageBox()
Method Detail

showImpl

protected void showImpl(java.lang.String title,
                        java.lang.String message)
Specified by:
showImpl in class MessageBox

showImpl

protected java.lang.Object showImpl(java.lang.String title,
                                    java.lang.String message,
                                    java.lang.String[] buttonLabels,
                                    java.lang.Object[] buttonValues)

showImpl

protected int showImpl(java.lang.String title,
                       java.lang.String message,
                       java.lang.String[] buttonLabels,
                       int[] buttonValues)
Specified by:
showImpl in class MessageBox

Oracle Fusion Middleware Java API Reference for Oracle ADF Mobile Client
11g Release 1 (11.1.1)

E17503-02

Copyright © 2011, Oracle and/or its affiliates. All rights reserved.