프로퍼티 | 타입 | 설명 | |
---|---|---|---|
CurrentSurveyEntry |
메소드 | 설명 | |
---|---|---|
UserSurveyWindow ( |
Constructor sets previous user survey entry
|
메소드 | 설명 | |
---|---|---|
IsSurveyFilledOut ( ) : bool |
true if the user has at least inserted some tasks
|
|
OKButton_Click ( object sender, |
Participant finishes the survey
|
|
PredefinedText_Clicked ( object sender, System.Windows.Input.MouseButtonEventArgs e ) : void | ||
RemoveTaskEntry_Click ( object sender, |
removes the currently selected task entry from the list
|
|
TaskDescription_TextChanged ( object sender, System.Windows.Controls.TextChangedEventArgs e ) : void |
as soon as the user starts typing, the auto completion box shows results additionally, we check if a new empty textbox is needed for additional user input also updates the autocompletion suggestion list shown to the user
|
|
UserSurveyWindow_OnClosing ( object sender, CancelEventArgs e ) : void | ||
lbSuggestion_SuggestionChanged ( object sender, System.Windows.Controls.SelectionChangedEventArgs e ) : void |
user selected an item from the suggestion listbox
|
public UserSurveyWindow ( |
||
neededData | ||
리턴 | System |