MyViewComponent

Undocumented in source.

Constructors

this
this(View view, string laytoutFileName, string shortcutsFileName)
Undocumented in source.

Members

Functions

onAddListItemButton
void onAddListItemButton()
Undocumented in source. Be warned that the author may not have intended to support it.
onCancelButtonClick
void onCancelButtonClick()
Undocumented in source. Be warned that the author may not have intended to support it.
onCloseDialogButtonClick
void onCloseDialogButtonClick()
Undocumented in source. Be warned that the author may not have intended to support it.
onCreate
void onCreate()
Undocumented in source. Be warned that the author may not have intended to support it.
onMenuItem1Click
void onMenuItem1Click()
Undocumented in source. Be warned that the author may not have intended to support it.
onMenuItem2Click
void onMenuItem2Click()
Undocumented in source. Be warned that the author may not have intended to support it.
onOkButtonClick
void onOkButtonClick()
Undocumented in source. Be warned that the author may not have intended to support it.
onOkButtonClick2
void onOkButtonClick2()
Undocumented in source. Be warned that the author may not have intended to support it.
onOpenDialogButtonClick
void onOpenDialogButtonClick()
Undocumented in source. Be warned that the author may not have intended to support it.
onRemoveListItemButton
void onRemoveListItemButton()
Undocumented in source. Be warned that the author may not have intended to support it.
someShortcutAction
void someShortcutAction()
Undocumented in source. Be warned that the author may not have intended to support it.
someShortcutAction2
void someShortcutAction2()
Undocumented in source. Be warned that the author may not have intended to support it.

Structs

ItemData
struct ItemData
Undocumented in source.

Variables

a
int a;
Undocumented in source.
buttons
Button[3] buttons;
Undocumented in source.
dropListWithData
ListMenu dropListWithData;
Undocumented in source.
listData
Array!ItemData listData;
Undocumented in source.
listWithData
ListMenu listWithData;
Undocumented in source.
myButton
Button myButton;
Undocumented in source.
okButton
Button okButton;
Undocumented in source.
openglCanvas
Canvas openglCanvas;
Undocumented in source.
testDialog
Dialog testDialog;
Undocumented in source.
testPanel
Panel testPanel;
Undocumented in source.

Inherited Members

From ViewComponent

widgetFactory
RpdlWidgetFactory widgetFactory;
Undocumented in source.
getView
View getView()
Undocumented in source. Be warned that the author may not have intended to support it.
focusNext
void focusNext()
Undocumented in source. Be warned that the author may not have intended to support it.
focusPrev
void focusPrev()
Undocumented in source. Be warned that the author may not have intended to support it.
copy
void copy()
Undocumented in source. Be warned that the author may not have intended to support it.
paste
void paste()
Undocumented in source. Be warned that the author may not have intended to support it.
cut
void cut()
Undocumented in source. Be warned that the author may not have intended to support it.
unselect
void unselect()
Undocumented in source. Be warned that the author may not have intended to support it.
selectAll
void selectAll()
Undocumented in source. Be warned that the author may not have intended to support it.
onCreate
void onCreate()
Undocumented in source. Be warned that the author may not have intended to support it.
onDestroy
void onDestroy()
Undocumented in source. Be warned that the author may not have intended to support it.
onProgress
void onProgress(ProgressEvent event)
Undocumented in source. Be warned that the author may not have intended to support it.
~this
~this()
Undocumented in source.
createFromFile
createFromFile(View view, string fileName)

Create new view instance from file placed in res/ui/layouts. Instance will be created of T type.

createFromFileWithShortcuts
createFromFileWithShortcuts(View view, string fileName, string shortcuts)

Create new view instance from file placed in res/ui/layouts. Instance will be created of T type.

createFromFile
createFromFile(View view, string layoutFileName, string shortcutsFilename)

Create new view instance from file placed in res/ui/layouts with custom shorcuts shortcutsFilename. Instance will be created of T type.

findWidgetByName
Widget findWidgetByName()

Find widget in relative view root widget.

Meta