Interface UIViewComponent

All Known Subinterfaces:
UIAdvancedSearchView, UIGridView, UIItemView, UIListView, UIMediaReferencePreview, UIReferenceCollectionEditor, UIReferenceSelector, UISimpleReferenceSelector
All Known Implementing Classes:
AbstractAdvancedSearchView, AbstractCollectionEditor, AbstractItemView, AbstractListView, AbstractMediaReferencePreview, AbstractReferenceCollectionEditor, AbstractReferenceSelector, AbstractSimpleReferenceSelector, AdvancedSearchView, BaseStoreCheckboxComponent, CategoryVersionCheckboxComponent, CelumMediaReferenceCollectionEditor, CollectionEditor, DefaultMediaReferencePreview, GridView, ListView, MediaReferenceCollectionEditor, MediaReferenceSelector, MediaReferenceSelector4Collection, MediaSimpleReferenceSelector, ReferenceCollectionEditor, ReferenceSelector, ReferenceSelector4Collection, SimpleReferenceSelector, TaskListView

public interface UIViewComponent
  • Method Summary

    Modifier and Type
    Method
    Description
    boolean
    Initializes this view component.
    boolean
    Updates this view component completely.
  • Method Details

    • update

      boolean update()
      Updates this view component completely.
      Returns:
      true if update was successful, false otherwise
    • initialize

      boolean initialize()
      Initializes this view component.

      Note: Should not be called during object creation i.e. from constructor.

      Returns:
      true if initialize was successful, false otherwise