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 booleaninitialize()Initializes this view component.booleanupdate()Updates this view component completely.
-
-
-
Method Detail
-
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
-
-