public interface ViewServices
Modifier and Type | Method and Description |
---|---|
void |
add(View view)
Adds the rca view.
|
void |
addViews(Collection<View> view)
Adds the rca views.
|
void |
remove(String viewId)
Remove rca view.
|
void |
removeViews(Collection<String> viewId)
Remove rca views.
|
void addViews(Collection<View> view)
viewExtensionPoint
- the view extension pointvoid add(View view)
view
- the viewvoid removeViews(Collection<String> viewId)
viewExtensionPointId
- the view extension point idvoid remove(String viewId)
viewId
- the view idCopyright © 2014 www.staniscia.net. All Rights Reserved.