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 TypeMethodDescriptionbooleanInitializes this view component.booleanupdate()Updates this view component completely.
-
Method Details
-
update
boolean update()Updates this view component completely.- Returns:
trueif update was successful,falseotherwise
-
initialize
boolean initialize()Initializes this view component. Note: Should not be called during object creation i.e. from constructor.- Returns:
trueif initialize was successful,falseotherwise
-