public interface View extends EventCollection, Viewable
Modifier and Type | Method and Description |
---|---|
Viewable |
getParent()
Returns the View's parent Viewable.
|
void |
setParent(Viewable parent)
Called when the View is added to a Viewable object.
|
void |
update(EventBean[] newData,
EventBean[] oldData)
Notify that data has been added or removed from the Viewable parent.
|
addView, getViews, hasViews, removeAllViews, removeView
getEventType, iterator
Viewable getParent()
void setParent(Viewable parent)
parent
- is the parent that this view is a child ofvoid update(EventBean[] newData, EventBean[] oldData)
newData
- is the new data that has been added to the parent viewoldData
- is the old data that has been removed from the parent view