public abstract class

BaseUIView

extends Object
java.lang.Object
   ↳ com.pdftron.collab.ui.base.component.BaseUIView<E extends com.pdftron.collab.ui.base.component.BaseUIEvent>
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

Public Constructors
BaseUIView(ViewGroup parent)
[Expand]
Inherited Methods
From class java.lang.Object

Public Constructors

public BaseUIView (ViewGroup parent)