`

[转]12种RIA常用布局

    博客分类:
  • FLEX
阅读更多

原文地址:http://ria9.com/flashbuilder/2010/0419/380.html

 

standard_screen_patterns

With more companies turning to RIA frameworks for enterprise software development, these screen patterns are indispensable for product managers, UX designers, information architects, interaction designers and developers. The patterns rely heavily upon desktop design principles, subtly blended with many of the better RIA components and principles. I’ve included 100 examples to illustrate these patterns, pulled from desktop, Flex/AIR, Ajax, Laszlo, and Silverlight applications.

01. Master/Detail

Master/Detail screen pattern can be vertical or horizontal. Ideal for creating an efficient user experience by allowing the user to stay in the same screen whilenavigating between items. Horizontal layout is a good choice when the user needs to see more information in the master list than just a few identifiers- or when the master view is comprised of a set of items that each have additional details. Click on thumbnail for larger image 

 

02. Column Browse

 

 

The Browse screen pattern can be vertical or horizontal. Ideal for creating an custom user experience by allowing the user to start from various entry points for navigating to the item(s) they are interested in.

 
 
 
 
 
 
 
 
 

 

 

03. Search/ Results

 

The Search screen pattern can range from very simple to quite advanced. Ideal for creating an efficient user experience by allowing the user to navigate directly to an item or set of items meeting specific criteria.

 

04. Filter Dataset

 

The Filter Dataset screen pattern can be vertical or horizontal. Ideal for creating an efficient user experience by allowing the user to refine a set of known data, or further refine search results.

 

05. Forms

 

 
 
 
 
 
 

06. Palette/ Canvas

The Palette/ Canvas screen pattern is seldom the right pattern to apply, but it is the only pattern for documenting or creating: linear or non-liner processes; flow diagrams; screen layouts; design/diagram with physical size or layout constraints.

 

 

 

 

07. Dashboard

A well designed Dashboard will provide: key information at a glance, real time data, easy to read graphics, clear entry points for exploration This is typically not achieved by displaying a single screen of metrics (either in a big table, or just a bunch of graphs). Providing a high degree of customization is no substitute for user research and testing. 

 

08. Spreadsheet

The Spreadsheet screen pattern is ideal for creating an efficient user experience by allowing the user to easily scan, edit and enter information (in bulk). The Spreadsheet should provide the following functionality: standard table features like sort, hide/show columns, rearrange columns, group by (if applicable), global level undo/redo, add/insert/delete row, keyboard navigation, import and export.

 

09. Wizard

The Wizard/Quick Start screen pattern is ideal for creating an efficient user experience by guiding the user through a complex or infrequent workflow.

 
 
 
 
 
 
 
 
 
 

10. Question & Answer

The Q&A screen pattern is ideal for creating an efficient user experience by allowing the user to enter known information and receive a solution. Q & A differs from Search in that this pattern should be used to assist users in identifying possible options or a single recommendation in an arena they are lacking expertise (health insurance, mortgages, planning, purchases).

 

 

 

 

11. Parallel Panels

The Parallel Panels screen pattern can be stacked (showing one at a time) or unstacked (showing all at once). This pattern is ideal for organizing chunks of information that are similar or have interdependent tendencies. Efficiency is gained by keeping the user in one screen. Ideal candidates for the stacked variation of this pattern are simple work-flows with: a high level, visible goal that is fed by multiple inputs, multiple non-sequential steps.

pp_ex4

 

12. Interactive Model

The Interactive Model screen pattern is characterized by many interactive elements associated with the key object (a calendar, map, graph, chart, canvas). It is ideal for creating a user experience that is closely aligned with the user’s mental model (a natural fit). Excellent candidates for this pattern are: calendars, maps, gantt charts, what-if scenarios (including calculators), WYSIWYG editors (including photo editing).

 

 

 

 

 

 

分享到:
评论

相关推荐

    Ria4Java(ExtJs可视化)

    Spring框架可能是ria4Java常用的后端框架,提供依赖注入、数据访问和事务管理等功能,简化了开发工作。 **文件名称列表分析** "ria4java"这个文件名可能包含ria4Java项目的源码、库文件或其他相关资源。由于没有...

    Pro JavaScript RIA Techniques

    **标题解析:** "Pro JavaScript RIA Techniques" 这个标题指的是关于专业级JavaScript富互联网应用(Rich Internet Applications,简称RIA)的技术方法。这通常涵盖了使用JavaScript构建高性能、交互性强的Web应用...

    Flex4.5 UI布局与组件应用_Layout

    Flex作为一种流行的富互联网应用(RIA)开发框架,提供了强大的UI组件库和灵活的布局管理机制。Flex 4.5版本更是引入了许多新的特性和改进,使得开发者能够更加高效地构建高质量的Web应用程序。本文将详细介绍Flex 4.5...

    JavaFX2.x专题教程 之 布局面板

    **BorderPane** 是一种非常常用的布局方式,它将容器划分为五个区域:上、下、左、右和中心区域。这种布局非常适合于构建具有明确结构的用户界面,例如顶部工具栏、底部状态栏、左侧导航栏、右侧附加信息栏和中央...

    使用Sencha ExtJS和Sencha Cmd开发RIA程序.pdf

    Sencha ExtJS中还包含了一些常用的组件,如Ext.grid.Panel(网格面板)用于创建交互式的表格数据视图,Ext.tree.Panel(树面板)用于展示层级数据,Ext.form.Panel(表单面板)用于构建用户输入表单,以及Ext.tab....

    UI框架 网页模板 界面框架 开发框架

    包括十余种不同结构的主页、各种常用的导航与布局模板、丰富的组件、特效和完备的CSS样式库等等,并有多种皮肤样式可供选择。适合WEB开发工程师、前端制作工程师和界面设计师使用。适用于自动化办公、电子政务和RIA...

    extjs 常用控件的使用 table layout

    EXTJS 是一款强大的JavaScript前端框架,它提供了丰富的用户界面组件,用于构建富互联网应用程序(RIA)。在EXTJS中,布局(Layout)是控制组件如何在容器中排列和展示的关键概念。"Table Layout"是EXTJS中的一种...

    java 常用代码

    4. **Flex**:Flex是一种用于构建富互联网应用程序(RIA)的开源框架,基于ActionScript和Flash Player。虽然现代Web开发更多地转向了HTML5,但Flex在某些场景下仍能提供强大的图形用户界面。 5. **JavaScript**:...

    web开发常用手册

    这个压缩包文件包含了一系列关于Web开发的常用手册,可以帮助开发者快速查阅和学习相关知识。下面,我们将详细探讨这些手册涵盖的主要内容。 首先,我们来看《jquery1.7 中文手册.chm》。jQuery是一个广泛使用的...

    LigerUI项目实例

    包括十余种不同结构的主页、各种常用的导航与布局模板、丰富的组件、特效和完备的CSS样式库等等,并有多种皮肤样式可供选择。适合WEB开发工程师、前端制作工程师和界面设计师使用。适用于自动化办公、电子政务和RIA...

    WEB开发常用工具手册

    CSS3完全参考手册3.0.chm将详细介绍这些内容,帮助开发者实现更具表现力和功能性的布局。 JavaScript是一种广泛使用的客户端脚本语言,它使网页具有动态交互性。JavaScript手册.chm提供了关于变量、数据类型、函数...

    QUI网页界面集成框架

    包括十余种不同结构的主页、各种常用的导航与布局模板、丰富的组件、特效和完备的CSS样式库等等,并有多种皮肤样式可供选择。适合WEB开发工程师、前端制作工程师和界面设计师使用。适用于自动化办公、电子政务和RIA...

    WEB前台框架

    包括十余种不同结构的主页、各种常用的导航与布局模板、丰富的组件、特效和完备的CSS样式库等等,并有多种皮肤样式可供选择。适合WEB开发工程师、前端制作工程师和界面设计师使用。适用于自动化办公、电子政务和RIA...

    漂亮的JS框架

    包括十余种不同结构的主页、各种常用的导航与布局模板、丰富的组件、特效和完备的CSS样式库等等,并有多种皮肤样式可供选择。适合WEB开发工程师、前端制作工程师和界面设计师使用。适用于自动化办公、电子政务和 RIA...

    登录界面框架

    包括十余种不同结构的主页、各种常用的导航与布局模板、丰富的组件、特效和完备的CSS样式库等等,并有多种皮肤样式可供选择。适合WEB开发工程师、前端制作工程师和界面设计师使用。适用于自动化办公、电子政务和RIA...

    Flex常用教程及库

    Flex是Adobe公司开发的一种用于构建富互联网应用程序(RIA)的开放源码框架,它主要基于ActionScript编程语言和MXML标记语言。这个“Flex常用教程及库”资源可能包含了一系列关于学习Flex开发的重要资料,尤其是对于...

    AS3应用程序开发框架实例

    AS3(ActionScript 3)是Adobe开发的一种编程语言,主要应用于富互联网应用(Rich Internet Applications,简称RIA)的开发,特别是在Flex框架下。Flex是一个开源的开发框架,用于构建跨平台的桌面和Web应用程序,它...

    常用Flex网站常用Flex网站

    MXML是一种声明式语言,主要用于布局和组件设计,而ActionScript则是一种面向对象的脚本语言,用于实现动态功能和交互逻辑。通过这两种语言的结合,Flex能够构建出具有丰富图形界面和高效数据处理能力的Web应用。 ...

    java常用的帮助文档

    这里我们关注的是"java常用的帮助文档",这个压缩包中包含了四个关键部分:Java中文帮助文档、ext3.0帮助文档、jQuery帮助文档以及正则表达式帮助文档。这些文档对于Java开发者来说是极其宝贵的资源,它们提供了丰富...

    flex常用自定义控件,带复选框的树和列表等等。

    Flex是Adobe公司开发的一种富互联网应用程序(RIA)框架,它基于ActionScript编程语言和MXML标记语言,主要用于创建交互式的、动态的Web应用。在给定的标题和描述中,我们可以看到开发者分享了一系列在实际项目中...

Global site tag (gtag.js) - Google Analytics