Interface UIViewComponent
-
- All Known Subinterfaces:
UIAdvancedSearchView
,UIGridView
,UIItemView
,UIListView
,UIReferenceCollectionEditor
,UIReferenceSelector
,UISimpleReferenceSelector
- All Known Implementing Classes:
AbstractAdvancedSearchView
,AbstractCollectionEditor
,AbstractItemView
,AbstractListView
,AbstractReferenceCollectionEditor
,AbstractReferenceSelector
,AbstractSimpleReferenceSelector
,AdvancedSearchView
,CelumMediaReferenceCollectionEditor
,CollectionEditor
,GridView
,ListView
,MediaReferenceCollectionEditor
,MediaReferenceSelector
,MediaReferenceSelector4Collection
,MediaSimpleReferenceSelector
,ReferenceCollectionEditor
,ReferenceSelector
,ReferenceSelector4Collection
,SimpleReferenceSelector
,TaskListView
public interface UIViewComponent
-
-
Method Summary
All Methods Instance Methods Abstract Methods Modifier and Type Method Description boolean
initialize()
Initializes this view component.boolean
update()
Updates this view component completely.
-
-
-
Method Detail
-
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
-
-