Package com.iizix.prop.ui
Enum Class MUITabBar.Type
- All Implemented Interfaces:
Serializable
,Comparable<MUITabBar.Type>
,Constable
- Enclosing class:
- MUITabBar
The types of tab bars.
Nested Class Summary
Nested classes/interfaces inherited from class java.lang.Enum
Enum.EnumDesc<E extends Enum<E>>
Enum Constant Summary
Enum ConstantDescriptionFlat Tab has no borders and no background color by default to be displayed through the application’s background color or background image.This type of bar is typically used at the top of the screen to control visibility of multiple views.Slim Tab is a space-saving type of tab bar.Standard Tab can be used to create tabbed panes.This type of bar typically appears at the bottom of the screen to control visibility of multiple views.Tall tab is for bigger devices.Method Summary
Modifier and TypeMethodDescriptionstatic MUITabBar.Type
Returns the enum constant of this class with the specified name.static MUITabBar.Type[]
values()
Returns an array containing the constants of this enum class, in the order they are declared.
Enum Constant Details
TabBar
This type of bar typically appears at the bottom of the screen to control visibility of multiple views. Default type.SegmentedControl
This type of bar is typically used at the top of the screen to control visibility of multiple views.StandardType
Standard Tab can be used to create tabbed panes.SlimTab
Slim Tab is a space-saving type of tab bar. This may be useful especially for smaller screen devices.FlatTab
Flat Tab has no borders and no background color by default to be displayed through the application’s background color or background image.TallTab
Tall tab is for bigger devices. The buttons fill the full tab height.
Method Details
values
Returns an array containing the constants of this enum class, in the order they are declared.- Returns:
- an array containing the constants of this enum class, in the order they are declared
valueOf
Returns the enum constant of this class with the specified name. The string must match exactly an identifier used to declare an enum constant in this class. (Extraneous whitespace characters are not permitted.)- Parameters:
name
- the name of the enum constant to be returned.- Returns:
- the enum constant with the specified name
- Throws:
IllegalArgumentException
- if this enum class has no constant with the specified nameNullPointerException
- if the argument is null