public abstract class ViewSupport extends Object implements View
Modifier and Type | Field and Description |
---|---|
protected View |
child |
protected Viewable |
parent |
Constructor and Description |
---|
ViewSupport() |
Modifier and Type | Method and Description |
---|---|
View |
getChild() |
Viewable |
getParent()
Returns the View's parent Viewable.
|
void |
setChild(View view) |
void |
setParent(Viewable parent)
Called when the View is added to a Viewable object.
|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
getEventType, iterator
forEach, spliterator
Copyright © 2005–2018. All rights reserved.