question-mark
Stuck on an issue?

Lightrun Answers was designed to reduce the constant googling that comes with debugging 3rd party libraries. It collects links to all the places you might be looking at while hunting down a tough bug.

And, if you’re still stuck at the end, we’re happy to hop on a call to see how we can help out.

IconTabHeaderMode enum is empty in documentation

See original GitHub issue

Hello colleagues,

In the Web IDE I recently noticed a linter error for the headerMode property of the IconTabBar control: The property value <Inline> for enum type <sap.m.IconTabHeaderMode> of property <headerMode> is incorrect. Please enter the correct value.

In my the XML I define the control as follows: <IconTabBar id="idIconTabBar" select="handleIconTabBarSelect" headerMode="Inline">.

The following gives error as well: headerMode="sap.m.IconTabHeaderMode.Inline".

If I go to the API of the enum (https://sapui5.hana.ondemand.com/#/api/sap.m.IconTabHeaderMode/overview), I see there’s no values.

The control and Inline property however works fine.

Could you please fix this?

Thanks, Ilya

Issue Analytics

  • State:closed
  • Created 5 years ago
  • Comments:19 (11 by maintainers)

github_iconTop GitHub Comments

1reaction
codeworriorcommented, May 9, 2018

Downports finally have been done.

1.52 has arrived already, the fix in 1.54 unfortunately has been too late for the upcoming 1.54.4 and will be contained in the next patch.

1reaction
codeworriorcommented, Apr 8, 2018

The allowed values for sap.m.IconTabHeaderMode are just not marked as @public. Will be fixed soon.

Read more comments on GitHub >

github_iconTop Results From Across the Web

Swagger UI Web Api documentation Present enums as strings?
Weirdly - for my enums: swaggerDoc.Components.Schemas.Where(x => x.Value?.Enum?.Count > 0). Enum is actually an empty array..
Read more >
enum — Support for enumerations — Python 3.11.1 ...
An enumeration with the values CONTINUOUS , NAMED_FLAGS , and UNIQUE , for use with verify() to ensure various constraints are met by...
Read more >
Enumeration types - C# reference - Microsoft Learn
An enumeration type (or enum type) is a value type defined by a set of named constants of the underlying integral numeric type....
Read more >
EnumMap (Java Platform SE 8 ) - Oracle Help Center
A specialized Map implementation for use with enum type keys. ... Creates an empty enum map with the specified key type. EnumMap(EnumMap<K,? extends...
Read more >
Documentation: 15: 9.10. Enum Support Functions - PostgreSQL
Returns the first value of the input enum type. enum_first(null::rainbow) → red. enum_last ( anyenum ) → anyenum.
Read more >

github_iconTop Related Medium Post

No results found

github_iconTop Related StackOverflow Question

No results found

github_iconTroubleshoot Live Code

Lightrun enables developers to add logs, metrics and snapshots to live code - no restarts or redeploys required.
Start Free

github_iconTop Related Reddit Thread

No results found

github_iconTop Related Hackernoon Post

No results found

github_iconTop Related Tweet

No results found

github_iconTop Related Dev.to Post

No results found

github_iconTop Related Hashnode Post

No results found