|
Build 1.0_r1(from source) | |||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||
java.lang.Objectandroid.webkit.gears.HtmlDialogAndroid
public class HtmlDialogAndroid
Utility class to call a modal HTML dialog on Android
| Constructor Summary | |
|---|---|
HtmlDialogAndroid()
|
|
| Method Summary | |
|---|---|
static boolean |
bindToService(Context context,
ServiceConnection serviceConnection)
Bind to the GearsDialogService. |
String |
readHTML(String filePath)
Read the HTML content from the disk |
static void |
setGearsDialogService(IGearsDialogService service)
|
String |
showDialog(Context context,
String htmlFilePath,
String arguments)
Open an HTML dialog synchronously and waits for its completion. |
void |
synchronousBindToService(Context context)
Bind to the GearsDialogService synchronously. |
| Methods inherited from class java.lang.Object |
|---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
| Constructor Detail |
|---|
public HtmlDialogAndroid()
| Method Detail |
|---|
public static void setGearsDialogService(IGearsDialogService service)
public static boolean bindToService(Context context,
ServiceConnection serviceConnection)
public void synchronousBindToService(Context context)
public String readHTML(String filePath)
public String showDialog(Context context,
String htmlFilePath,
String arguments)
|
Build 1.0_r1(from source) | |||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||