Known Direct Subclasses
|
Known Indirect Subclasses
|
Class Overview
The main responsibility of a BaseUIView
is the inflate and setup the views. It is, however,
not responsible for initializing the view state (however there are cases where view states can be
initialized here, such as views with static states).
Summary
[Expand]
Inherited Methods |
From class
java.lang.Object
boolean
|
equals(Object arg0)
|
final
Class<?>
|
getClass()
|
int
|
hashCode()
|
final
void
|
notify()
|
final
void
|
notifyAll()
|
String
|
toString()
|
final
void
|
wait(long arg0, int arg1)
|
final
void
|
wait(long arg0)
|
final
void
|
wait()
|
|
Public Constructors
public
BaseUIView
(ViewGroup parent)