Package | Description |
---|---|
org.opennms.netmgt.config | |
org.opennms.netmgt.config.viewsdisplay | |
org.opennms.web.svclayer.dao | |
org.opennms.web.svclayer.dao.support |
Modifier and Type | Field and Description |
---|---|
protected Map<String,View> |
ViewsDisplayFactory.m_viewsMap
Map of view objects by name.
|
Modifier and Type | Method and Description |
---|---|
View |
ViewsDisplayFactory.getDefaultView()
getDefaultView
|
View |
ViewsDisplayFactory.getView(String viewName)
Can be null
|
Modifier and Type | Method and Description |
---|---|
View[] |
Viewinfo.getView()
Method getView.Returns the contents of the collection in an
Array.
|
View |
Viewinfo.getView(int index)
Method getView.
|
View |
Viewinfo.removeViewAt(int index)
Method removeViewAt.
|
static View |
View.unmarshal(Reader reader)
Method unmarshal.
|
Modifier and Type | Method and Description |
---|---|
Enumeration<View> |
Viewinfo.enumerateView()
Method enumerateView.
|
List<View> |
Viewinfo.getViewCollection()
Method getViewCollection.Returns a reference to '_viewList'.
|
Iterator<View> |
Viewinfo.iterateView()
Method iterateView.
|
Modifier and Type | Method and Description |
---|---|
void |
Viewinfo.addView(int index,
View vView) |
void |
Viewinfo.addView(View vView) |
boolean |
Viewinfo.removeView(View vView)
Method removeView.
|
void |
Viewinfo.setView(int index,
View vView) |
void |
Viewinfo.setView(View[] vViewArray) |
Modifier and Type | Method and Description |
---|---|
void |
Viewinfo.setView(List<View> vViewList)
Sets the value of '_viewList' by copying the given Vector.
|
void |
Viewinfo.setViewCollection(List<View> viewList)
Deprecated.
|
Modifier and Type | Method and Description |
---|---|
View |
ViewDisplayDao.getView()
getView
|
Modifier and Type | Method and Description |
---|---|
View |
DefaultViewDisplayDao.getView()
getView
|
Copyright © 2017. All rights reserved.