Class AbstractDashletComponent
- java.lang.Object
-
- org.opennms.features.vaadin.dashboard.model.AbstractDashletComponent
-
- All Implemented Interfaces:
DashletComponent
public abstract class AbstractDashletComponent extends Object implements DashletComponent
-
-
Field Summary
Fields Modifier and Type Field Description protected boolean
m_boosted
-
Constructor Summary
Constructors Constructor Description AbstractDashletComponent()
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description boolean
isBoosted()
void
setBoosted(boolean boosted)
-
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
-
Methods inherited from interface org.opennms.features.vaadin.dashboard.model.DashletComponent
getComponent, refresh
-
-
-
-
Method Detail
-
isBoosted
public boolean isBoosted()
- Specified by:
isBoosted
in interfaceDashletComponent
-
setBoosted
public void setBoosted(boolean boosted)
-
-