| Package | potomac.ui |
| Class | public class PageDescriptor |
| Inheritance | PageDescriptor Object |
| Property | Defined By | ||
|---|---|---|---|
| extension : Extension [read-only]
The extension that declared this page. | PageDescriptor | ||
| icon : Class [read-only]
The icon of the page. | PageDescriptor | ||
| id : String [read-only]
ID of the page. | PageDescriptor | ||
| title : String [read-only]
The title of the page. | PageDescriptor | ||
| type : String [read-only]
The type of the page. | PageDescriptor | ||
| Method | Defined By | ||
|---|---|---|---|
PageDescriptor(id:String, title:String, icon:Class, type:String, extension:Extension)
Callers should not construct PageDescriptors. | PageDescriptor | ||
| extension | property |
extension:Extension [read-only] The extension that declared this page.
public function get extension():Extension| icon | property |
icon:Class [read-only] The icon of the page.
public function get icon():Class| id | property |
id:String [read-only] ID of the page.
public function get id():String| title | property |
title:String [read-only] The title of the page.
public function get title():String| type | property |
type:String [read-only] The type of the page.
public function get type():String| PageDescriptor | () | Constructor |
public function PageDescriptor(id:String, title:String, icon:Class, type:String, extension:Extension)Callers should not construct PageDescriptors.
Parametersid:String | |
title:String | |
icon:Class | |
type:String | |
extension:Extension |