public static final enum

FormCell.WidgetType

extends Enum<E extends Enum<E>>
java.lang.Object
   ↳ java.lang.Enum<E extends java.lang.Enum<E>>
     ↳ com.sap.cloud.mobile.fiori.formcell.FormCell.WidgetType

Class Overview

Filter controls that can be used

Summary

Enum Values
FormCell.WidgetType  ATTACHMENT   
FormCell.WidgetType  BUTTON   
FormCell.WidgetType  CHOICE_CONTROL  Choice Cell  
FormCell.WidgetType  DATE_TIME_PICKER   
FormCell.WidgetType  DURATION_PICKER   
FormCell.WidgetType  EXTENSION_CELL  Extension cell  
FormCell.WidgetType  FILTER   
FormCell.WidgetType  FILTERCHIP   
FormCell.WidgetType  GENERIC_LISTPICKER  Generic List picker  
FormCell.WidgetType  LISTPICKER   
FormCell.WidgetType  MULTI_SORT  Multi sort form  
FormCell.WidgetType  NOTE   
FormCell.WidgetType  SECTION_HEADER_FOOTER  Header or footer of section  
FormCell.WidgetType  SIGNATURE_CAPTURE_CELL  Signature Capture cell  
FormCell.WidgetType  SIGNATURE_CAPTURE_INLINE  Inline Signature Capture  
FormCell.WidgetType  SIMPLE_CELL   
FormCell.WidgetType  SLIDER   
FormCell.WidgetType  SWITCH   
FormCell.WidgetType  Separator   
Public Methods
static FormCell.WidgetType valueOf(String name)
final static WidgetType[] values()
[Expand]
Inherited Methods
From class java.lang.Enum
From class java.lang.Object
From interface java.lang.Comparable

Enum Values

public static final FormCell.WidgetType ATTACHMENT

See Also

public static final FormCell.WidgetType BUTTON

See Also

public static final FormCell.WidgetType CHOICE_CONTROL

Choice Cell

public static final FormCell.WidgetType DATE_TIME_PICKER

public static final FormCell.WidgetType DURATION_PICKER

public static final FormCell.WidgetType EXTENSION_CELL

Extension cell

public static final FormCell.WidgetType FILTER

See Also

public static final FormCell.WidgetType FILTERCHIP

public static final FormCell.WidgetType GENERIC_LISTPICKER

Generic List picker

public static final FormCell.WidgetType LISTPICKER

public static final FormCell.WidgetType MULTI_SORT

Multi sort form

public static final FormCell.WidgetType NOTE

See Also

public static final FormCell.WidgetType SECTION_HEADER_FOOTER

Header or footer of section

public static final FormCell.WidgetType SIGNATURE_CAPTURE_CELL

Signature Capture cell

public static final FormCell.WidgetType SIGNATURE_CAPTURE_INLINE

Inline Signature Capture

public static final FormCell.WidgetType SIMPLE_CELL

public static final FormCell.WidgetType SLIDER

See Also

public static final FormCell.WidgetType SWITCH

See Also

public static final FormCell.WidgetType Separator

Public Methods

public static FormCell.WidgetType valueOf (String name)

public static final WidgetType[] values ()