public class

NoteFormCell

extends SimplePropertyFormCell
java.lang.Object
   ↳ android.view.View
     ↳ android.view.ViewGroup
       ↳ android.widget.LinearLayout
         ↳ com.sap.cloud.mobile.fiori.formcell.SimplePropertyFormCell
           ↳ com.sap.cloud.mobile.fiori.formcell.NoteFormCell

Class Overview

NoteFormCell is a sub type of SimplePropertyFormCell where value field is editable, and multiline.

Summary

XML Attributes
Attribute Name Related Method Description
NoteFormCell_android_maxLines  
NoteFormCell_android_minLines  
NoteFormCell_android_textIsSelectable  
NoteFormCell_isEditable  
NoteFormCell_value  
[Expand]
Inherited XML Attributes
From class com.sap.cloud.mobile.fiori.formcell.SimplePropertyFormCell
[Expand]
Inherited Constants
From class android.widget.LinearLayout
From class android.view.ViewGroup
From class android.view.View
[Expand]
Inherited Fields
From class com.sap.cloud.mobile.fiori.formcell.SimplePropertyFormCell
From class android.view.View
Public Constructors
NoteFormCell(Context context)
NoteFormCell(Context context, AttributeSet attrs)
Public Methods
void setSingleLine(boolean isSingleLine)
The Note Form Cell is designed to be multi-line by default and hence this method should not be called on it.
void setValueOverScrollMode(int mode)
Set the value over scroll mode
Protected Methods
void setValueScrollbarStyle(int style)
Set value scroll bar style
[Expand]
Inherited Methods
From class com.sap.cloud.mobile.fiori.formcell.SimplePropertyFormCell
From class android.widget.LinearLayout
From class android.view.ViewGroup
From class android.view.View
From class java.lang.Object
From interface android.graphics.drawable.Drawable.Callback
From interface android.view.KeyEvent.Callback
From interface android.view.ViewManager
From interface android.view.ViewParent
From interface android.view.accessibility.AccessibilityEventSource
From interface com.sap.cloud.mobile.fiori.formcell.FormCell
From interface com.sap.cloud.mobile.fiori.formcell.InlineValidation
From interface com.sap.cloud.mobile.fiori.formcell.SupportsHelperText
From interface com.sap.cloud.mobile.fiori.formcell.SupportsKey

XML Attributes

NoteFormCell_android_maxLines

Related Methods

NoteFormCell_android_minLines

Related Methods

NoteFormCell_android_textIsSelectable

Related Methods

NoteFormCell_isEditable

Related Methods

NoteFormCell_value

Related Methods

Public Constructors

public NoteFormCell (Context context)

public NoteFormCell (Context context, AttributeSet attrs)

Public Methods

public void setSingleLine (boolean isSingleLine)

The Note Form Cell is designed to be multi-line by default and hence this method should not be called on it. In case single line is needed, use SimplePropertyFormCell

Parameters
isSingleLine boolean

public void setValueOverScrollMode (int mode)

Set the value over scroll mode

Parameters
mode mode as int

Protected Methods

protected void setValueScrollbarStyle (int style)

Set value scroll bar style

Parameters
style style as int