public class LD extends Object
Constructor and Description |
---|
LD() |
Modifier and Type | Method and Description |
---|---|
static void |
ask(String title,
String message,
com.smartgwt.client.util.BooleanCallback callback)
Show a dialog to confirm a operation.
|
static void |
askforValue(String title,
String message,
String defaultValue,
String width,
com.smartgwt.client.widgets.form.fields.FormItem item,
com.smartgwt.client.util.ValueCallback callback)
Show a dialog asking for a value to complete a operation.
|
static void |
askforValue(String title,
String message,
String defaultValue,
String width,
com.smartgwt.client.util.ValueCallback callback)
Show a dialog asking for a value to complete a operation.
|
public static void ask(String title, String message, com.smartgwt.client.util.BooleanCallback callback)
public static void askforValue(String title, String message, String defaultValue, String width, com.smartgwt.client.util.ValueCallback callback)
public static void askforValue(String title, String message, String defaultValue, String width, com.smartgwt.client.widgets.form.fields.FormItem item, com.smartgwt.client.util.ValueCallback callback)
Copyright © 2008-2014 Logical Objects. All Rights Reserved.