BuildmLearn-Toolkit-Android
2.0.0
The Android version of the BuildmLearn Toolkit. BuildmLearn Toolkit is an easy-to-use program that helps the users make mobile apps without any knowledge of application development.
|
Model class for Dictation Template Editor data Created by Anupam (opticod) on 4/7/16. More...
Public Member Functions | |
DictationModel (String title, String passage) | |
String | getTitle () |
void | setTitle (String title) |
String | getPassage () |
void | setPassage (String passage) |
boolean | isExpanded () |
void | setExpanded (boolean expanded) |
Element | getXml (Document doc) |
Static Public Attributes | |
static final String | TITLE_TAG = "dictation_title" |
static final String | PASSAGE_TAG = "dictation_passage" |
Private Attributes | |
String | title |
String | passage |
boolean | expanded |
Static Private Attributes | |
static final String | ROOT_TAG = "item" |
Model class for Dictation Template Editor data
Created by Anupam (opticod) on 4/7/16.
org.buildmlearn.toolkit.templates.DictationModel.DictationModel | ( | String | title, |
String | passage | ||
) |
String org.buildmlearn.toolkit.templates.DictationModel.getPassage | ( | ) |
String org.buildmlearn.toolkit.templates.DictationModel.getTitle | ( | ) |
Element org.buildmlearn.toolkit.templates.DictationModel.getXml | ( | Document | doc | ) |
boolean org.buildmlearn.toolkit.templates.DictationModel.isExpanded | ( | ) |
void org.buildmlearn.toolkit.templates.DictationModel.setExpanded | ( | boolean | expanded | ) |
void org.buildmlearn.toolkit.templates.DictationModel.setPassage | ( | String | passage | ) |
void org.buildmlearn.toolkit.templates.DictationModel.setTitle | ( | String | title | ) |
|
private |
|
private |
|
static |
|
staticprivate |
|
private |
|
static |