Package org.dlese.dpc.schemedit
Class PageList
java.lang.Object
org.dlese.dpc.schemedit.PageList
- All Implemented Interfaces:
Serializable
Manages information about the editor pages in support of SchemaEdit.
PageList is created
FrameworkConfigReader,
which reads from a config file for a particular framework (e.g., "adn"). The
PageList is used to build the menu of pages within the metadata editor, as
well as to aid in navigation within the SchemEdit controllers.NOTE: this class belongs in the config package.
- Author:
- ostwald
- See Also:
-
Nested Class Summary
Nested ClassesModifier and TypeClassDescriptionclassInformation about the pages/form in an editor. -
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionvoidAdds a feature to the Page attribute of the PageList objectvoidAdds a feature to the Page attribute of the PageList objectvoidaddPage(PageList.Page page) Adds a feature to the Page attribute of the PageList objectGets the firstPage attribute of the PageList objectGets the homePage attribute of the PageList objectgetPages()Gets the pages attribute of the PageList objectvoidsetFirstPage(String page) Sets the firstPage attribute of the PageList objectvoidsetHomePage(String page) Sets the homePage attribute of the PageList objecttoString()Description of the Method
-
Constructor Details
-
PageList
public PageList()Constructor for the PageList object -
PageList
Constructor for the PageList object- Parameters:
pageData- Description of the Parameter
-
-
Method Details
-
addPage
Adds a feature to the Page attribute of the PageList object- Parameters:
page- The feature to be added to the Page attribute
-
addPage
Adds a feature to the Page attribute of the PageList object- Parameters:
vals- The feature to be added to the Page attribute
-
addPage
Adds a feature to the Page attribute of the PageList object- Parameters:
mapping- The feature to be added to the Page attributename- The feature to be added to the Page attribute
-
setFirstPage
Sets the firstPage attribute of the PageList object- Parameters:
page- The new firstPage value
-
getFirstPage
Gets the firstPage attribute of the PageList object- Returns:
- The firstPage value
-
setHomePage
Sets the homePage attribute of the PageList object- Parameters:
page- The new homePage value
-
getHomePage
Gets the homePage attribute of the PageList object- Returns:
- The homePage value
-
getPages
Gets the pages attribute of the PageList object- Returns:
- The pages value
-
toString
Description of the Method
-