Uses of Interface
ccc.client.core.View

Packages that use View
ccc.client.core   
ccc.client.gwt.views.gxt   
ccc.client.presenters   
ccc.client.views   
 

Uses of View in ccc.client.core
 

Classes in ccc.client.core with type parameters of type View
 class AbstractPresenter<T extends View<? extends Editable>,U>
          Abstract helper class for implementing MVP presenters.
 

Uses of View in ccc.client.gwt.views.gxt
 

Classes in ccc.client.gwt.views.gxt that implement View
 class ChooseTemplateDialog
          Dialog for resource template chooser.
 class CommentView
          Dialog for comment editing.
 class CreateActionDialog
          Dialog for creating a new scheduled action.
 class CreateAliasDialog
          Dialog for creating a new Alias.
 class CreateFolderDialog
          Dialog for folder creation.
 class CreatePageDialog
          Wizard dialog for page creation.
 class CreateTextFileDialog
          Dialog for creating a text file.
 class CreateUserDialog
          Dialog for user creation.
 class EditTextFileDialog
          Dialog for text file content editing.
 class GroupViewImpl
          MVP view onto a group.
 class RenameDialog
          MVP view for renaming a resource.
 

Uses of View in ccc.client.presenters
 

Subinterfaces of View in ccc.client.presenters
static interface GroupPresenter.GroupView
          MVP view of a group.
 

Uses of View in ccc.client.views
 

Subinterfaces of View in ccc.client.views
 interface ChangeResourceTemplate
          MVP View for changing a resource's template.
 interface CreateAction
          API for create action dialogs.
 interface CreateAlias
          API for create alias dialogs.
 interface CreateFolder
          MVP view for creating a folder.
 interface CreatePage
          MVP view for creating a page.
 interface CreateTextFile
          MVP View for creating a text file.
 interface CreateUser
          API for create user dialogs.
 interface EditTextFile
          MVP View for updating a text file content.
 interface ICommentView
          API for viewing a comment.
 interface RenameResource
          MVP View for updating a resource's name.
 



Copyright © 2010. All Rights Reserved.