Project:DUI

Class List Class Hierarchy
Summary: Ctors Methods Mixins

Module dui.InputStringDialog

Class InputStringDialog

dui.ObjectG.ObjectG
        dui.DUIObject.DUIObject
                dui.Widget.Widget
                        dui.Container.Container
                                dui.Bin.Bin
                                        dui.Window.Window
                                                dui.InputStringDialog.InputStringDialog

Implemented interfaces:


public class

InputStringDialog



A window enter the line number to go to .

Constructor Summary
public (Window parentWindow, char title, char label)
          
(Window parentWindow, String title, String label)
          

Methods Summary
void delegate(String userString)
          
void show(char initialText, void delegate(String)
          Shows this GotoLineDialog with a maximum line number.
void show(String initialText, void delegate(String)
          Shows this GotoLineDialog with a maximum line number.
private void show()
          Show on the same position as before
void hide()
          remembers the position and hides the dialog
private void setup()
          creates the layout of the dialog
void inputTextCancel(Button button)
          
void inputTextOK(Button button)
          
String getUserString()
          


delegate

void delegate(String userString)



public ctor(InputStringDialog)(Window parentWindow, char title, char label)



ctor(InputStringDialog)(Window parentWindow, String title, String label)

show

void show(char initialText, void delegate(String)
Shows this GotoLineDialog with a maximum line number.

Parameters:
maxLines - the last line number the user can enter

show

void show(String initialText, void delegate(String)
Shows this GotoLineDialog with a maximum line number.

Parameters:
maxLines - the last line number the user can enter

show

private void show()
Show on the same position as before

hide

void hide()
remembers the position and hides the dialog

setup

private void setup()
creates the layout of the dialog

inputTextCancel

void inputTextCancel(Button button)

inputTextOK

void inputTextOK(Button button)

getUserString

String getUserString()