Diagram Based UIs in Oracle ADF

Similar documents
NetObjects Fusion 10 Build Great Sites.

INTRODUCTION BACKGROUND DISCOVERER. Dan Vlamis, Vlamis Software Solutions, Inc. DISCOVERER PORTLET

1.1: Introduction to Fusion 360

Rich Web UI made simple Building Data Dashboards without Code

ADF Code Corner How-to bind custom declarative components to ADF. Abstract: twitter.com/adfcodecorner

Getting Help...71 Getting help with ScreenSteps...72

User Interfaces in LabVIEW

CreateASite Beginner s Guide

Azon Master Class. By Ryan Stevenson Guidebook #5 WordPress Usage

Overview In this lab you will Explore some of the features of the new Windows 8 Interface.

What s New in the GM EPC

Oracle Fusion Middleware 11g: Build Applications with ADF I

Exhibit Builder Instructions

ADF Code Corner. 048-How-to build XML Menu Model based site menus and how to protect them with ADF Security and JAAS. Abstract:

Overview. Principal Product Manager Oracle JDeveloper & Oracle ADF

ADF Code Corner How-to build a reusable toolbar with Oracle ADF Declarative Components. Abstract: twitter.com/adfcodecorner

PowerPoint Basics: Create a Photo Slide Show

Introduction to the Weebly Toolkit for Building Websites

End User Guide. 2.1 Getting Started Toolbar Right-click Contextual Menu Navigation Panels... 2

Introduction. Watch the video below to learn more about getting started with PowerPoint. Getting to know PowerPoint

CHAPTER 1 COPYRIGHTED MATERIAL. Finding Your Way in the Inventor Interface

Getting Started with XMF Remote

IT153 Midterm Study Guide

Configuration Guide For The Online Converter

Blog Pro for Magento 2

my news on the go Tutorial

Adding Pages. Adding pages to your website is simple and powerful! In just a few minutes you can create a page that: Highlights a special event

!1 Copyright 2013, Oracle and/or its affiliates. All rights reserved.

What is Storyboard? How to Develop a Storyboard? Written Date : January 20, 2016

GGR 375 QGIS Tutorial

EUSurvey 1.4 Editor Guide

The Next Step. DPS Adobe Digital Publishing Suite. Apple cofounder Steve Jobs stated in a 1983 speech

Address Bar. Application. The space provided on a web browser that shows the addresses of websites.

Discover the Start screen.

Prototyping. Readings: Dix et al: Chapter 5.8 Marc Rettig: Prototyping for tiny fingers, Communications of the ACM, April 1994.

WINDOWS 8 CHEAT SHEET

GreenFolders User Manual

A Proposal for a Customizable, Composable User Interface to Fractal

Enterprise Architect. User Guide Series. Ribbons. Author: Sparx Systems Date: 27/05/2016 Version: 1.0 CREATED WITH

Introduction to Microsoft Office PowerPoint 2010

ADF Mobile Code Corner

The Vizard IDE: Inspector

SCHULICH MEDICINE & DENTISTRY Website Updates August 30, Administrative Web Editor Guide v6

Tips & Tricks on Ipad

Display Systems International Software Demo Instructions

SAS Mobile BI 8.1 for Windows 10: Help

Photoshop tutorial: Final Product in Photoshop:

Getting Started with Word

Microsoft Excel 2007

HitFilm Express - Editing

Siteforce Pilot: Best Practices

Alfresco Content Services 5.2. Getting Started Guide

Where Did I Save That File?

Testing Plan: M.S.I. Website

The Preparing for Success Online Mapping Tool

Lecture 6. Design (3) CENG 412-Human Factors in Engineering May

2016 TRTA Content Managers Resource Guide How to update and edit your local unit website. Roy Varney, TRTA Multimedia Specialist

Quick Web Development using JDeveloper 10g

Kona ALL ABOUT FILES

Enhancing PDF Documents - Adobe Acrobat DC Classroom in a Book (2015)

TI-SmartView Emulator Software for the TI-84 Plus Family (Windows and Macintosh )

Anatomy.tv on ipad USER GUIDE GETTING STARTED

Reviewer s Guide. Morpheus Photo Warper. Screenshots. Tutorial. Included in the Reviewer s Guide: Loading Pictures

Drupal Cloud Getting Started Guide Creating a Lab site with the MIT DLC Theme

SharePoint 2010 Site Owner s Manual by Yvonne M. Harryman

Enterprise Architect. User Guide Series. Portals. Author: Sparx Systems. Date: 19/03/2018. Version: 1.0 CREATED WITH

Getting Started with. PowerPoint 2010

Adding Pages. Adding pages to your website is simple and powerful! In just a few minutes you can create a page that: Highlights a special event

DecisionPoint For Excel

UIS Office of Web Services Documentation. WordPress User Guide. WordPress User Guide 8/31/17 Page 1 of 13

Content Author's Reference and Cookbook

City of Richmond Interactive Map (RIM) User Guide for the Public

Foxit MobilePDF Quick Guide

End User Guide. 2.1 View PDF documents on desktop Choose a file View PDF documents View PDF documents on mobile...


Enterprise Architect. User Guide Series. Portals

The Institute of Computer Accountants 27, N. S. Road, 4th & 5th Floor, Kolkata Windows 10 Updates

Market Intelligence Portal. User Guidance

Adding Links. Links convey credibility and help with search engine optimization.

Getting the most out of Microsoft Edge

MAXQDA and Chapter 9 Coding Schemes

Enterprise Architect. User Guide Series. Portals

Netvibes A field guide for missions, posts and IRCs

Enterprise Architect. User Guide Series. Ribbons. Author: Sparx Systems Date: 15/07/2016 Version: 1.0 CREATED WITH

Your Total Training Resource. Microsoft OneNote. To Schedule / Need Additional Information

So you haven t upgraded to MapInfo 64-bit yet?

A Closer Look at XPages in IBM Lotus Domino Designer 8.5 Ray Chan Advisory I/T Specialist Lotus, IBM Software Group

InDesign Basics. Adobe

infogr.am -- getting started

Primal s 3D Anatomy and Physiology

Excel 2013 Intermediate

UAccess ANALYTICS Oracle Business Intelligence Mobile for the Apple ipad or iphone

An Oracle White Paper April Oracle Application Express 5.0 Overview

Adobe Creative Cloud InDesign CC

Understanding Word Processing

Seng310 Lecture 8. Prototyping

Creative Sewing Machines Workbook based on BERNINA Embroidery Software V8

Getting Started Guide

Rapid Application Development with APEX 5.0

Inspiration Quick Start Tutorial

Transcription:

Diagram Based UIs in Oracle ADF Duncan Mills Oracle Development Team Cloud and Mobility Development Tools Keywords: ADF DVT DIAGRAM VISUALIZATION Introduction The 12.1.3 release of Fusion Middleware sees the rather exciting introduction of the new DVT Diagram component. This paper aims to give a high level picture of what diagram is all about, and what can be achieved with it. In concept, diagram is slightly different from normal ADF/ JSF components where all you do is to provide the data and set a few properties. With diagram you may have a little more work to do, but the payback is a huge in terms of flexibility and power. Starting With the Basics From a data perspective, diagram is pretty simple; it will take a collection of nodes that describe the shapes on the diagram (the boxes, diamonds, cloud and robots in the example screenshot below) and a collection of links that describe the edges (lines) that connect those shapes together. Unlike a tree or hierarchy viewer component there does not have to be any hierarchy in the data, relationships can run in any direction, and indeed there don't even need to be relationships. The third partner in the diagram story is the layout. This highlights one of the big differences between diagram and many other ADF components. We realized early on that it would be impossible to come up with a definitive list of all of the ways that developers might want to lay out the shapes and links on the diagram. Just imagine the possible combinations here you have here in the way that nodes are physically laid out and how far apart they are. Given that you have a very open unstructured set of data there is really no "correct" way to do a layout. Inevitably if we had just come up with a set of common layouts they might work for a small percentage of the community but even more users would be asking for different views or more configurability to what we already had. Every diagram is different! So the key point about the DVT diagram is that the layouts are not picked from a fixed set. We ship a set of demo layouts that you can re-use, but in most cases we expect that you'll want to create your own. This is a moderately complex task so I have linked to a series of articles at the end of this paper that can help you through this. The good news is that this ability to precisely control layout just makes the component even more useful and powerful! Here's a screen shot of one of the diagram demos. This example embodies a classic diagram style of visualization, however, it's just the start of what you are able to achieve.

Illustration. 1: Network Style Visualization using the ADF diagram In contrast we can create very different visualizations using diagram, which really look nothing like the classic network or flow diagram that you might expect, for example, a Sankey diagram showing energy flows from production to consumption in the UK:

Illustration. 2: A Sankey Visualization Created with the ADF diagram What Diagram Is Not Although the diagram can be interactive to a degree, for example it supports drag and drop and the creation of new nodes and links, it is not a design surface. Don't pick up diagram and expect to be able to move nodes around on the surface to random positions. It's primarily a visualization tool and although, in the future, you may be able to fully emulate a freeform vector graphics program with it, we're not there yet. Saying that, with a little imagination, you can step way beyond simple visualization into something that works as an input device. The Simple Rules Editor Demo is an example of this. The user of the page can build up complex expressions by dragging and dropping "facts" onto the diagram, which then displays a visual representation of the rule-set as it is being built.

Illustration. 3: A Rule Builder Created Using ADF diagram What the Diagram Can Show As you can see from some of the screen shots included in this paper, there is quite a wide range of things that can be displayed on the diagram nodes. They can just be simple shapes or scalable images with a label, but they can also be more complex and like the DVT hierarchy viewer component, the nodes can contain differing amounts of information depending on the zoom level and also rich content on the nodes including the use of DVT panelcards and other layout components. Interactivity You have a try for yourself with the online diagram demos at http://jdevadf.oracle.com to get a feel for the component in action, but the basics are simple. The user can pan around the diagram using the mouse or the thumbnail view, and zoom, using the specialist zoom bar or mouse. Of course if the user is on a tablet then they can use their fingers with standard drag and pinch gestures to pan and zoom as well. This mobile browser support is a key feature of diagram, which will allow it to be used in the most modern of application user interfaces.

Illustration. 4: Interaction Controls on the Diagram The nodes in the diagram are also keyboard navigable if you don't use a mouse. Diagram nodes themselves can be grouped and stacked in various ways, if the developer chooses to allow it, when you click on a particular node you may well see an activity icon which allows you to carry out some additional operations. Here's a quick summary of the kinds of visual hints that you will see in the diagram for reference: Isolate Additional Links Restore Drill Delete Preview Stack Close Stack Unstack Allows you to "zoom in" to just view this node (and it's containees) and hide all other nodes When you have isolated a node clicking this icon will pull in other nodes that are directly linked to this node When you have isolated a node, this icon appears at the top is the diagram and undoes the isolation, restoring the previous view Used when nodes contain other nodes this icon allows you to drill into the container and just focus on it's contents. The diagram renders a breadcrumb trail for you to navigate back up through the hierarchy. if your diagram node is marked as editiable (ie. readonly="false") then this icon will appear and will trigger the nodedeletelistener associated with the diagram When several nodes of the same type are "stacked together", this icon will overlay an exploded version of the stack so that you can see the individual members Closes the preview overlay of the stacked node and returns back to the main diagram view Explodes the stack to show each node individually Control Panel Located in the top / left of the diagram clicking this icon will reveal or hide the zoom controls

Overview Panel Legend Panel Palette Panel Located in the bottom / left of the diagram clicking this icon will reveal or hide the thumbnail view Located in the top / right of the diagram clicking this icon will reveal or hide the legend for the diagram Located in the top / right of the diagram clicking this icon will reveal or hide the palette that you can use for node types and links to drag onto an updatable diagram More Information In this paper I ve only been able to provide you with just a short introduction to the ADF diagram and how it might be used, so I encourage you to consider how you could enhance you user interfaces using diagram then go and learn more with the following resources: Interactive Demos showing many of the features discussed here: http://jdevadf.oracle.com/adf-richclient-demo/faces/feature/diagram/index.jspx The ADF Data Visualization Blog, where I have written a whole series of articles about diagram in detail, including how to build your own layouts: https://blogs.oracle.com/datavisualizations Contact address: Name Duncan Mills Oracle Cloud and Mobility Development Tools Team Email Internet: duncan.mills@oracle.com http://blogs.oracle.com/groundside