public interface FeedbackFormField
| Modifier and Type | Method and Description |
|---|---|
java.lang.String |
getAttribute()
Return the key name for the attribute represented by this form field
|
java.lang.String |
getValue()
Return the value for the attribute respressented by this form field
|
android.view.View |
onCreateView(android.content.Context context,
android.view.View parent)
Like an adapter, implement this to return a custom view for the form element
|
android.view.View onCreateView(android.content.Context context,
android.view.View parent)
context - parent - java.lang.String getAttribute()
java.lang.String getValue()