Technology Blogs by SAP
Learn how to extend and personalize SAP applications. Follow the SAP technology blog for insights into SAP BTP, ABAP, SAP Analytics Cloud, SAP HANA, and more.
cancel
Showing results for 
Search instead for 
Did you mean: 
former_member197944
Active Participant
For English reader:

Hello I’m Cong, now I’m a developer in CEC Revenue Cloud in Chengdu, China. This blog is writter in both English and German (for learning purpose). Please just read the bold paragraphs and sorry for the inconvenience. Thanks a lot!

Für Deutsch Leser:

Hallo ich bin Cong. Jetzt bin ich ein Developer bei CEC Revenue Cloud in Chengdu, China. Ich möchte Programmierkenntnisse hier teilen und gleichzeitig mein Deutsch verbessern. Deshalb schreibe ich Blogs in Deutsch und Enghlish. Wenn Sie Syntaxfehler finden, oder mein Deutsch ist zu schlecht zu verstehen, bitte lesen Sie die English Version und sagen Sie mir den richtigen Ausdruck. Herzlich Dank und ich hoffe, dass Sie meinen Blog genießen. Prost!




For UI5 developers maybe Demo Kit is the most useful tool. We could find many documents as well as samples. But sometimes we still have some questions that Demo Kit could not answer. So I would like to write a blog series called “Things that Demo Kit didn’t tell you“. In this series I would like to explore the controls with some other resources, e.g. source code, Fiori Guideline. Hope this series could help you and if you find any mistakes in my blog please also help to point them out. Thank you! Catalog of this series could be found here.

Vielleicht ist Demo-Kit das sinnvollste Werkzeug für UI5-Developer. Da können wir viele Dokument und Beispiele finden. Aber manchmal gibt es noch einige Frage, die Demo-Kit nicht antwort kann. Deshalb möchte ich eine Blogserie “Dinge, die Demo-Kit Ihnen nicht mitgeteilt hat” schreiben. In diese Serie erforsche ich Controls mit verschiedener Ressource, z.B. Quellcode, Fiori Guideline. Ich hoffe, dass diese Serie sinnvoll für Sie ist. Wenn Sie Fehler in meinem Blog finden, bitte hinweisen Sie mir. Danke schön. Der Katalog dieser Serie ist hier.




Three Types of Link / Drei Arten von Link


There are three types of link in UI5: normal link, subtle link and emphasized link. They are used to indicate different importance. 

  • Normal link: this is the most commonly used type of link. 

  • Subtle link: suble link is used for links with low importance. For example, if in a table all the cells are links, then besides the identifier link, all the other links should be subtle links.

  • Emphasized link: emphasized link is used for links with high importance. In the DemoKit example it saies the emphasized link could be used in the identifier column in a table. But in the Fiori Guideline it is not recommanded to do so, insteadly use a actionable object identifier instead. My personal understanding is both usage should be ok.


In UI5 gibt es drei Arten von Link: normal Link, subtle Link und emphasized Link. Sie können verschiedene Wichtigkeiten zeigen.

  • Normal Link: es ist der am häufigsten verwendete Linktyp.

  • Subtle Link: subtle Link ist für Links mit geringer Wichtigkeit. Zum Beispiel, wenn alle Cells einem Table Link sind, neben dem Identifier-Link sollten alle anderen Links subtile Links sein.

  • Emphasized Link: emphasized Link ist für Links mit hoher Wichtigkeit. In DemoKit-Example kann ein emphasized Link in der Identifier-Column eines Table verwendet werden. Aber in Fiori Guideline wird es nicht empfohlen. Man soll actionable Object-Identifier benutzen. Aber für mich beide sind ok.