public interface IViewContainer extends IView, ICleanable
Modifier and Type | Method and Description |
---|---|
void |
safeAdd(android.view.View view)
Adds view into this view container
|
void |
safeAdd(android.view.View view,
android.view.ViewGroup.LayoutParams layoutParams)
Adds view into this view container
|
void |
safeRemove(android.view.View view)
Removes view from this view container
|
getBackground, getHeight, getLayoutParams, getPaddingBottom, getPaddingLeft, getPaddingRight, getPaddingTop, getVisibility, getWidth, invalidate, postInvalidate, requestLayout, setLayoutParams, setVisibility
getBoundsRelativeTo, getBoundsRelativeTo, getView, isPointWithinBounds, isPointWithinBounds, translatePoint
getContext
clear
void safeAdd(android.view.View view)
view
- The view to addvoid safeAdd(android.view.View view, android.view.ViewGroup.LayoutParams layoutParams)
view
- The view to addlayoutParams
- The layout params for view to addvoid safeRemove(android.view.View view)
view
- The view to remove