|
Oracle Secure Global Desktop Web Services API Documentation Release 4.6 E23734-01 |
||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Object
com.tarantella.tta.webservices.client.views.WebtopGroupEditor
public class WebtopGroupEditor
The WebtopGroupEditor class supports editing personalised grouping of assigned applications. The groups can be applied to the generateView... methods on WebtopViewBean
to modify the view.
Constructor Summary | |
---|---|
WebtopGroupEditor() Constructor. |
Method Summary | |
---|---|
WebtopGroupContainer |
getContainer() Gets the container for groupings. |
java.util.HashMap<java.lang.String,java.util.ArrayList<WSObject>> |
getGroupObjects() Gets a map of all groups and their contents. |
java.util.HashMap<java.lang.String,WebtopGroup> |
getGroups() Gets a map of all named webtop groups. |
java.util.HashMap<java.lang.String,WSObject> |
getObjects() Gets a map for all assigned application objects. |
WebtopGroup |
getUngroupedContent() Gets the ungrouped content. |
java.util.ArrayList<WSObject> |
getUngroupedObjects() Gets the ungrouped objects. |
WebtopViewBean |
getView() Gets the view of assigned applications. |
void |
setContainer(WebtopGroupContainer container) Sets the container for groupings. |
void |
setView(WebtopViewBean view) Sets the view of assigned applications. |
Methods inherited from class java.lang.Object |
---|
equals, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
Constructor Detail |
---|
public WebtopGroupEditor()
Method Detail |
---|
public WebtopViewBean getView()
public WebtopGroupContainer getContainer()
public void setView(WebtopViewBean view)
view
- The view of assigned applications.public void setContainer(WebtopGroupContainer container)
container
- The container for groupings.public java.util.HashMap<java.lang.String,WSObject> getObjects()
public java.util.HashMap<java.lang.String,java.util.ArrayList<WSObject>> getGroupObjects()
public java.util.HashMap<java.lang.String,WebtopGroup> getGroups()
public WebtopGroup getUngroupedContent()
public java.util.ArrayList<WSObject> getUngroupedObjects()
|
Oracle Secure Global Desktop Web Services API Documentation Release 4.6 E23734-01 |
||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |