|
|||||||||||
PREV NEXT | FRAMES NO FRAMES |
Packages that use Page | |
com.fruitioninc.jwc | Provides a set of graphical components for developing web applications. |
com.fruitioninc.jwc.basic | Provides a set of basic views for the components in the com.fruitioninc.jwc package. |
Uses of Page in com.fruitioninc.jwc |
Methods in com.fruitioninc.jwc that return Page | |
Page |
Application.getPage(java.lang.String name)
Returns a web page with a given name. |
Page |
Application.getVisiblePage()
Returns the currently visible page. |
Page |
AbstractApplication.getPage(java.lang.String name)
|
Page |
AbstractApplication.getVisiblePage()
|
Methods in com.fruitioninc.jwc with parameters of type Page | |
void |
Application.setVisiblePage(Page page)
Sets the currently visible page. |
protected void |
AbstractApplication.addPage(Page page)
|
void |
AbstractApplication.setVisiblePage(Page page)
|
Uses of Page in com.fruitioninc.jwc.basic |
Methods in com.fruitioninc.jwc.basic with parameters of type Page | |
protected javax.xml.transform.Templates |
Serializer.getTemplates(Page page)
|
|
|||||||||||
PREV NEXT | FRAMES NO FRAMES |