|
DLESE Tools v1.6.0 |
||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Object org.dlese.dpc.schemedit.PageList.Page
public class PageList.Page
Information about the pages/form in an editor. This information supports navigation (in the navBar and in the ActionForm
Constructor Summary | |
---|---|
PageList.Page(String mapping,
String name)
Constructor for the Page object |
Method Summary | |
---|---|
String |
getMapping()
Gets the mapping attribute of the Page object |
String |
getName()
Gets the name attribute of the Page object, defaulting to mapping attribute if name is not defined. |
String |
toString()
Description of the Method |
Methods inherited from class java.lang.Object |
---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, wait |
Constructor Detail |
---|
public PageList.Page(String mapping, String name)
mapping
- the key into the action mapping to display this pagename
- pretty name used for displayMethod Detail |
---|
public String getName()
public String getMapping()
public String toString()
toString
in class Object
|
DLESE Tools v1.6.0 |
||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |