Interface IDynamicComponent
- All Known Implementing Classes:
AbstractCompositeViewControl
,AbstractCompositeViewModalDialog
,AsyncCategorizedTable
,AsyncIterator
,AsyncList
,AsyncListbox
,AsyncSearchResultTable
,AsyncSearchResultTree
,AsyncTable
,AsyncTabsList
,AsyncTree
,AttachmentsList
,AttachmentsPanel
,BaseTreeControl
,Breadcrumbs
,CalendarTable
,CategorizedTable
,Chart
,DataList
,DataTable
,DataTree
,DragAndDropFileInput
,ExportTableButton
,FirstLevelList
,GMap
,GMarkerGroup
,GMarkerList
,HtmlTableColumn
,Import
,ImportTemplate
,Iterator
,Listbox
,NavList
,Newsfeed
,Newsfeed.NewsfeedTable
,PeoplePickerDialog
,PeopleSearchBar
,PeopleSwapBox
,PersonCalendarDialog
,PersonProfileDialog
,PopupMenus
,PrincipalPickerModalDialog
,PropertyLine
,ResourcePickerModalDialog
,RowHeadersColumn
,SearchBar
,SearchResultTable
,SearchResultTree
,SecondLevelList
,SelectRowCheckbox
,StaticMenus
,StaticMenus.SubList
,StaticMenus.SubSubList
,TabsList
,ThirdLevelList
,ToggleMenus
,TruncatingColumn
public interface IDynamicComponent
Implemented by a component to do programmatic manipulation of the component
tree. Used by
DynamicControlHandler
to do the work at the appropriate
time.-
Method Summary
Modifier and TypeMethodDescriptionvoid
Perform the initial programmatic manipulation of the component tree.
-
Method Details
-
populateInitialComponents
void populateInitialComponents()Perform the initial programmatic manipulation of the component tree.
-