`

一步一步向上爬之APACHE PIVOT篇(一)

阅读更多
虔诚的,虔诚的,咱,还是从官方文档开始吧...

译:这是一个向开发人员介绍PIVOT框架的教程. 它会通过一步步的引导,向大家解 释如何开始运用一些常用的Pivot特性,在最开始会有一些关于框架比较详细的介绍 及练习,首个必备开发练习,(哦,,你懂的..),那就是用Pivot写的"Hello World"!

This tutorial introduces developers to the Pivot platform. It is designed as a step-by-step guide that explains how to get started using a number of common Pivot features, beginning with a detailed introduction to the platform and the compulsory first programming exercise, "Hello World", written in Pivot.

译:想要快速过一遍Pivot框架的读者可以直接跳到最后一章, 这一章中 是关于一个简单、但很实用的样例程序,叫做'Stock Tracker'. 'Stock Tracker'描述了一些关键的,并为 日常实际开发过程中经常用到的特性,包括UI标识,事件处理,页面查询,数据绑定,本地化还有更多.读者可能会发现 阅读BXML入门 章节对他们很有帮助, 它能够在我们阅读教程本身之前给 我们提供Pivot标识语言的一个详细描述.

Readers who want a quicker introduction to the platform may prefer to jump directly to the final section, which walks through the implementation of a simple but practical sample application called "Stock Tracker". Stock Tracker demonstrates a number of key features used by many "real world" applications, including UI markup, event handling, web queries, data binding, and localization, among others. Readers may also find it helpful to review the BXML Primer section, which provides a detailed description of Pivot's markup language, before browsing the tutorials themsevles.

章节如下:(The sections are organized as follows)

Pivot介绍(Introduction to Pivot)


样例(Sample Application)     http://pivot.apache.org/tutorials/sample-application.html
框架总览(Platform Overview)    http://jimmylianf.iteye.com/blog/1090302
Hello, World!
Hello, BXML!
组件及容器(Component & Container)



Pivot组件(Pivot Components)

Labels & Image Views
  • SVG Images

Buttons
  • Push Buttons
  • Toggle Buttons
  • Radio Buttons
  • Checkboxes
  • Link Buttons

Lists
  • List Buttons
  • Repeatable List Buttons

Text
  • Suggestion Popups
  • Text Areas

Separators
Layout Containers
  • Flow Panes
  • Box Panes
  • Grid Panes
  • Table Panes
  • Borders
  • Stack Panes
  • Split Panes
  • Forms
  • Panels

Navigation Containers
  • Card Panes
  • Tab Panes
  • Accordions
  • Expanders
  • Rollups
  • Viewports  
  •      -->Scroll Panes
         -->Panoramas

Progress Indicators
  • Meters
  • Activity Indicators

Bounded Range Components
  • Sliders
  • Scroll Bars
  • Spinners

Calendars
Menus
  • Context Menus
  • Menu Bars
  • Menu Buttons

Color Choosers
Table Views
  • JSON-based TableView
  • Custom TableView

Tree Views
File Browsing
Windows
Clipboard
Drag and Drop
Effects
  • Transitions

Data Binding
  • Property Binding

Localization
Background Tasks
Web Queries
  • QueryServlet

Scripting
Summary


实用样例(A Practical Example)
The "Stock Tracker" Application
UI Markup Using BXML
Event Handling
Web Queries
Data Binding
Localization
补充阅读(Further Reading)

BXML入门


分享到:
评论

相关推荐

Global site tag (gtag.js) - Google Analytics