WorkspaceLightTree

From Gcube Wiki
Revision as of 10:04, 5 April 2011 by Federico.defaveri (Talk | contribs) (Created page with 'The Workspace Light Tree widget offers to the developers a "File Chooser" like GWT component to access the user's Workspace information. Like a File Chooser let choose a File th…')

(diff) ← Older revision | Latest revision (diff) | Newer revision → (diff)
Jump to: navigation, search

The Workspace Light Tree widget offers to the developers a "File Chooser" like GWT component to access the user's Workspace information. Like a File Chooser let choose a File the WorkspaceLightTree let the user select a WorkspaceItem.

WorkspaceLightTreePanel

The main panel is the WorkspaceLightTreePanel which shows the user Workspace tree where the user can select the WorkspaceItem. The developer can set which types of items are selectable and which are showable. All events are propagated through the GWT handling system. All the background login (contacting the HomeLibrary, loading the Workspace, converting the items) is hidden to the developer.

As support to common actions, selection of items to load or open and selection of items to save, three additional panel have been added:

  • WorkspaceLightTreeLoadPopup a pop-up panel that let the user to select an item for loading.
  • WorkspaceLightTreeSavePanel a save panel where the user can select a destination item (both folder and/or folder item) and if required can digit an item name (validated through the HomeLibrary).
  • WorkspaceLightTreeSavePopup a popup version of the save panel.