|
|||||||||||
PREV NEXT | FRAMES NO FRAMES |
Packages that use ItemSelectionModel | |
com.arsdigita.cms.contenttypes.ui | |
com.arsdigita.cms.ui | Provides a set of UI components and tools for the Content Management System. |
com.arsdigita.cms.ui.authoring |
Provides a set of UI components and tools for
the Authoring Kit user interface. |
com.arsdigita.cms.ui.folder |
Provides a set of UI components for administering
folders . |
com.arsdigita.cms.ui.item |
Contains the set of classes that implements the user interface
for managing a single ContentItem . |
com.arsdigita.cms.ui.templates | |
com.arsdigita.cms.ui.workflow | Contains the set of classes that implement the user interface for creating workflow templates, assigning parties to tasks, applying workflows to items, and managing task state. |
Uses of ItemSelectionModel in com.arsdigita.cms.contenttypes.ui |
Methods in com.arsdigita.cms.contenttypes.ui that return ItemSelectionModel | |
protected ItemSelectionModel |
LinkPropertiesStep.getItemSelectionModel()
Gets the ItemSelectionModel for this authoring step. |
ItemSelectionModel |
ImageDisplay.getImageSelectionModel()
|
Methods in com.arsdigita.cms.contenttypes.ui with parameters of type ItemSelectionModel | |
com.arsdigita.bebop.Component |
ContentGroupPropertiesStep.getPropertySheet(ItemSelectionModel itemModel)
Returns a component that displays the properties of the brand specified by the ItemSelectionModel passed in. |
protected ContentGroupPropertyForm |
ContentGroupPropertiesStep.getPropertyForm(ItemSelectionModel itemModel)
Allow subclasses to override the generated form. |
Constructors in com.arsdigita.cms.contenttypes.ui with parameters of type ItemSelectionModel | |
LinkPropertyForm(ItemSelectionModel itemModel,
LinkSelectionModel link)
Creates a new form to edit the Link object specified by the item selection model passed in. |
|
LinkPropertiesStep(ItemSelectionModel itemModel,
AuthoringKitWizard parent)
Constructor. |
|
LinkTable(ItemSelectionModel item,
LinkSelectionModel link)
Constructor. |
|
LinkDisplayTable(ItemSelectionModel item,
LinkSelectionModel link)
Constructor. |
|
ImageDisplay(ItemSelectionModel m)
Construct a new ImageDisplay |
|
ContentGroupPropertyForm(ItemSelectionModel itemModel,
String attributeName)
Creates a new form to edit the Brand object specified by the item selection model passed in. |
|
ContentGroupPropertiesStep(ItemSelectionModel itemModel,
AuthoringKitWizard parent)
|
Uses of ItemSelectionModel in com.arsdigita.cms.ui |
Subclasses of ItemSelectionModel in com.arsdigita.cms.ui | |
class |
SingleImageSelectionModel
Selects a single image for an article. |
Methods in com.arsdigita.cms.ui that return ItemSelectionModel | |
ItemSelectionModel |
SingleImageSelectionModel.getArticleSelectionModel()
|
ItemSelectionModel |
ItemPropertySheet.getItemSelectionModel()
Deprecated. |
ItemSelectionModel |
ImageDisplay.getImageSelectionModel()
|
ItemSelectionModel |
ArticleImageDisplay.getArticleSelectionModel()
|
Constructors in com.arsdigita.cms.ui with parameters of type ItemSelectionModel | |
SingleImageSelectionModel(String javaClass,
String objectType,
com.arsdigita.bebop.parameters.BigDecimalParameter param,
ItemSelectionModel articleModel)
Construct a new SingleImageSelectionModel |
|
SingleImageSelectionModel(String javaClass,
String objectType,
com.arsdigita.bebop.SingleSelectionModel imageModel,
ItemSelectionModel articleModel)
Construct a new SingleImageSelectionModel |
|
SingleImageSelectionModel(com.arsdigita.bebop.SingleSelectionModel imageModel,
ItemSelectionModel articleModel)
Construct a new SingleImageSelectionModel |
|
SingleImageSelectionModel(com.arsdigita.bebop.parameters.BigDecimalParameter param,
ItemSelectionModel articleModel)
Construct a new SingleImageSelectionModel |
|
ItemPropertySheet(ItemSelectionModel itemModel)
Deprecated. |
|
ItemPropertySheet(ItemSelectionModel itemModel,
boolean valueOutputEscape)
Deprecated. |
|
ContentItemNavbar(ItemSelectionModel item)
|
|
ImageDisplay(ItemSelectionModel m)
Construct a new ImageDisplay |
|
ArticleImageDisplay(ItemSelectionModel article,
ItemSelectionModel assets)
Construct a new ArticleImageDisplay |
Uses of ItemSelectionModel in com.arsdigita.cms.ui.authoring |
Methods in com.arsdigita.cms.ui.authoring that return ItemSelectionModel | |
ItemSelectionModel |
PageEditDynamic.getItemSelectionModel()
|
ItemSelectionModel |
PageCreateDynamic.getItemSelectionModel()
|
ItemSelectionModel |
BasicImageForm.getItemSelectionModel()
|
ItemSelectionModel |
BasicImageForm.getAssetSelectionModel()
|
ItemSelectionModel |
ArticleImage.getItemSelectionModel()
|
ItemSelectionModel |
SimpleEditStep.getItemSelectionModel()
|
ItemSelectionModel |
AuthoringKitWizard.getItemSelectionModel()
|
ItemSelectionModel |
TextAssetBody.getAssetSelectionModel()
Return the ItemSelectionModel which will be used
to maintain the current text asset |
ItemSelectionModel |
WizardSelector.getSelectionModel()
|
ItemSelectionModel |
BasicItemForm.getItemSelectionModel()
|
Methods in com.arsdigita.cms.ui.authoring with parameters of type ItemSelectionModel | |
protected com.arsdigita.toolbox.ui.DomainObjectPropertySheet |
TextAssetBody.getBodyPropertySheet(ItemSelectionModel assetModel)
|
protected TextAsset |
TextAssetBody.createOrGetTextAsset(ItemSelectionModel assetModel,
com.arsdigita.bebop.PageState s)
|
Constructors in com.arsdigita.cms.ui.authoring with parameters of type ItemSelectionModel | |
WorkflowLockedComponentAccess(com.arsdigita.bebop.Component c,
ItemSelectionModel i)
Deprecated. |
|
WorkflowLockedComponentAccess(com.arsdigita.bebop.Component c,
String check,
ItemSelectionModel i)
Deprecated. |
|
TextPageBody(ItemSelectionModel itemModel,
AuthoringKitWizard parent)
Construct a new TextPageBody component |
|
SecondaryPageEditDynamic(ItemSelectionModel itemModel,
AuthoringKitWizard parent)
Construct a new SecondaryPageEditDynamic component |
|
SecondaryPageEditDynamic(ItemSelectionModel itemModel,
AuthoringKitWizard parent,
ContentType originatingType)
Construct a new SecondaryPageEditDynamic component |
|
PageEditDynamic(ItemSelectionModel itemModel,
AuthoringKitWizard parent)
Construct a new PageEditDynamic component |
|
PageEditDynamic(ItemSelectionModel itemModel,
AuthoringKitWizard parent,
ContentType originatingType)
Construct a new PageEditDynamic component |
|
PageEditDynamic(ItemSelectionModel itemModel,
AuthoringKitWizard parent,
ContentType originatingType,
boolean isPrimaryStep)
Construct a new PageEditDynamic component |
|
PageEdit(ItemSelectionModel itemModel,
AuthoringKitWizard parent)
Construct a new PageEdit component |
|
PageCreateDynamic(ItemSelectionModel itemModel,
CreationSelector parent)
Construct a new PageCreationDynamic component |
|
PageCreateDynamic(ItemSelectionModel itemModel,
CreationSelector parent,
ContentType useContentType)
Construct a new PageCreationDynamic component |
|
PageCreate(ItemSelectionModel itemModel,
CreationSelector parent)
Construct a new PageCreationForm |
|
ItemCategoryStep(ItemSelectionModel itemModel,
AuthoringKitWizard parent)
|
|
CategoryModelBuilder(com.arsdigita.categorization.Category root,
ItemSelectionModel item)
|
|
ImagePropertiesForm(ItemSelectionModel itemModel,
ItemSelectionModel assetModel)
|
|
ImageSelectionForm(ItemSelectionModel itemModel,
ItemSelectionModel assetModel)
Construct a new ImageSelectionForm |
|
ArticleImageChooser(ItemSelectionModel itemModel,
ItemSelectionModel assetModel)
Construct a new ArticleImageChooser |
|
BasicImageForm(String formName,
ItemSelectionModel itemModel,
ItemSelectionModel assetModel)
Construct a new BasicImageForm |
|
ImageUploadForm(ItemSelectionModel itemModel,
ItemSelectionModel assetModel)
Construct a new ImageUploadForm |
|
ImageUploadForm(ItemSelectionModel itemModel,
ItemSelectionModel assetModel,
ArticleImage articleImage)
Construct a new ImageUploadForm |
|
ArticleImage(ItemSelectionModel itemModel,
AuthoringKitWizard parent)
|
|
BasicPageForm(String formName,
ItemSelectionModel itemModel)
Construct a new BasicPageForm |
|
BasicPageForm(String formName,
com.arsdigita.bebop.ColumnPanel columnPanel,
ItemSelectionModel itemModel)
Construct a new BasicPageForm with nothing on it |
|
SimpleEditStep(ItemSelectionModel itemModel,
AuthoringKitWizard parent)
Construct a new SimpleEditStep component |
|
SimpleEditStep(ItemSelectionModel itemModel,
AuthoringKitWizard parent,
String paramSuffix)
Construct a new SimpleEditStep component |
|
AuthoringKitWizard(ContentType type,
ItemSelectionModel model)
Construct a new AuthoringKitWizard. |
|
TextAssetBody(ItemSelectionModel assetModel)
Construct a new TextPageBody component |
|
TextAssetBody(ItemSelectionModel assetModel,
AuthoringKitWizard parent)
Construct a new TextPageBody component |
|
WizardSelector(ItemSelectionModel model,
com.arsdigita.bebop.SingleSelectionModel typeModel)
Construct a new WizardSelector. |
|
BasicItemForm(String formName,
ItemSelectionModel itemModel)
Construct a new BasicItemForm |
|
BasicItemForm(String formName,
com.arsdigita.bebop.ColumnPanel columnPanel,
ItemSelectionModel itemModel)
Construct a new BasicItemForm with nothing on it |
Uses of ItemSelectionModel in com.arsdigita.cms.ui.folder |
Subclasses of ItemSelectionModel in com.arsdigita.cms.ui.folder | |
class |
FolderSelectionModel
Keeps track of the selection of an item in a folder. |
Constructors in com.arsdigita.cms.ui.folder with parameters of type ItemSelectionModel | |
ItemPath(ItemSelectionModel folderSel)
|
|
ItemPath.ListModelBuilder(ItemSelectionModel itemSel)
|
Uses of ItemSelectionModel in com.arsdigita.cms.ui.item |
Constructors in com.arsdigita.cms.ui.item with parameters of type ItemSelectionModel | |
ItemLanguagesTable(ItemSelectionModel model)
Construct a new ItemHistoryTable |
|
ItemLanguages(ItemSelectionModel model)
Constucts a new ItemLanguages . |
|
Summary(ItemSelectionModel m)
|
Uses of ItemSelectionModel in com.arsdigita.cms.ui.templates |
Methods in com.arsdigita.cms.ui.templates with parameters of type ItemSelectionModel | |
protected com.arsdigita.toolbox.ui.DomainObjectPropertySheet |
TemplateBody.getBodyPropertySheet(ItemSelectionModel assetModel)
|
Constructors in com.arsdigita.cms.ui.templates with parameters of type ItemSelectionModel | |
TemplateEdit(ItemSelectionModel itemModel,
AuthoringKitWizard parent)
Construct a new TemplateEdit component |
|
TemplateBody(ItemSelectionModel itemModel,
AuthoringKitWizard parent)
Construct a new TemplateBody component |
|
ItemTemplatesListing(ItemSelectionModel itemModel)
Construct a new SectionTemplatesListing |
|
ItemTemplatesListing.PreviewCellRenderer(ItemSelectionModel itemSel)
|
|
ItemTemplates(ItemSelectionModel model)
Construct a new ItemTemplates component |
|
ItemTemplates.ItemTemplatesListingImpl(ItemSelectionModel model)
|
Uses of ItemSelectionModel in com.arsdigita.cms.ui.workflow |
Methods in com.arsdigita.cms.ui.workflow with parameters of type ItemSelectionModel | |
void |
WorkflowPublishableContainer.setItemModel(ItemSelectionModel m)
|
void |
WorkflowLockedContainer.setItemModel(ItemSelectionModel m)
|
Constructors in com.arsdigita.cms.ui.workflow with parameters of type ItemSelectionModel | |
WorkflowPublishableContainer(ItemSelectionModel m)
|
|
WorkflowPublishableContainer(com.arsdigita.bebop.Component c,
ItemSelectionModel m)
|
|
WorkflowLockedContainer(ItemSelectionModel m)
|
|
WorkflowLockedContainer(com.arsdigita.bebop.Component c,
ItemSelectionModel m)
|
|
WorkflowLockedComponentAccess(com.arsdigita.bebop.Component c,
ItemSelectionModel i)
|
|
WorkflowLockedComponentAccess(com.arsdigita.bebop.Component c,
String check,
ItemSelectionModel i)
|
|
|||||||||||
PREV NEXT | FRAMES NO FRAMES |