|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||
java.lang.Objectcom.googlecode.fascinator.portal.guitoolkit.GUIToolkit
public class GUIToolkit
A simple wrapper class for the various toolkit objects. Responsible for instantiating them and exposing them to the portal as required.
| Constructor Summary | |
|---|---|
GUIToolkit()
A basic constructor. |
|
| Method Summary | |
|---|---|
GUIDisplay |
getDisplayComponent(DynamicPageService renderer)
Instantiate and return a new GUIDisplay component. |
GUIFileUploader |
getFileUploader(List<String> user_roles)
Instantiate and return a new GUIFileUploader component. |
GUIFormRenderer |
getFormRenderer()
Instantiate and return a new GUIFormRenderer component. |
| Methods inherited from class java.lang.Object |
|---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
| Constructor Detail |
|---|
public GUIToolkit()
throws IOException
IOException| Method Detail |
|---|
public GUIDisplay getDisplayComponent(DynamicPageService renderer)
renderer - : The page service to use for rendering
public GUIFileUploader getFileUploader(List<String> user_roles)
user_roles - : An array with the list of roles the current user has
public GUIFormRenderer getFormRenderer()
|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||