Info class
This class provides shortcuts to easily display some dialogs
Constructors
- Info()
Properties
- hashCode → int
-
The hash code for this object. [...]
read-only, inherited
- runtimeType → Type
-
A representation of the runtime type of the object.
read-only, inherited
Methods
-
noSuchMethod(
Invocation invocation) → dynamic -
Invoked when a non-existent method or property is accessed. [...]
inherited
-
toString(
) → String -
Returns a string representation of this object.
inherited
Operators
-
operator ==(
dynamic other) → bool -
The equality operator. [...]
inherited
Static Methods
-
confirm(
String htmlInfoText, List< String> buttonLabels) → Future<UserInput> - Shortcut for ConfirmDialog.show.
-
get(
String buttontype, String htmlTitleText, List< String> inputTextLabelInfo, List<List< comboInfo, List<String> >String> defaultInputTexts, List<int> sizes, List<String> isChecked, bool alternateRowColor, List<String> buttonLabels) → Future<UserInput> - Shortcut for InputDialog.show. The name "get" indicates that the user input is requested and returned.
-
get2D(
String buttontype, String htmlTitleText, List< String> inputTextLabelInfo, Map<int, List< comboInfoND, Map<List< >String> >int, List< defaultInputTextsND, List<String> >int> sizes, List<String> isChecked, bool alternateRowColor, List<String> buttonLabels) → Future<UserInput> - Shortcut for InputDialog.show2D. The name "get2D" indicates that the user input is requested and returned from a dialog with 2 input columns.
-
show(
String htmlInfoText) → Future< UserInput> - Shortcut for InfoDialog.show