public interface

SupportsKey

com.sap.cloud.mobile.fiori.formcell.SupportsKey
Known Indirect Subclasses

Summary

Public Methods
abstract CharSequence getKey()
Return the label of the property of control
abstract void setKey(CharSequence keyName)
Set the label for property of the control
abstract void setKeyTextAppearance(int resId)

Public Methods

public abstract CharSequence getKey ()

Return the label of the property of control

Returns
  • CharSequence keyName

public abstract void setKey (CharSequence keyName)

Set the label for property of the control

Parameters
keyName label of the property

public abstract void setKeyTextAppearance (int resId)