| Package | Description |
|---|---|
| com.serotonin.mango.view.custom | |
| com.serotonin.mango.web.dwr | |
| com.serotonin.mango.web.dwr.beans | |
| com.serotonin.mango.web.dwr.longPoll |
| Modifier and Type | Method and Description |
|---|---|
CustomComponentState |
CustomViewComponent.createState(RuntimeManager rtm,
javax.servlet.http.HttpServletRequest request) |
| Modifier and Type | Method and Description |
|---|---|
protected abstract void |
CustomViewComponent.createStateImpl(RuntimeManager rtm,
javax.servlet.http.HttpServletRequest request,
CustomComponentState state) |
protected void |
CustomViewPoint.createStateImpl(RuntimeManager rtm,
javax.servlet.http.HttpServletRequest request,
CustomComponentState state) |
protected void |
CustomViewChart.createStateImpl(RuntimeManager rtm,
javax.servlet.http.HttpServletRequest request,
CustomComponentState state) |
| Modifier and Type | Method and Description |
|---|---|
java.util.List<CustomComponentState> |
CustomViewDwr.getViewPointData() |
| Modifier and Type | Method and Description |
|---|---|
CustomComponentState |
CustomComponentState.clone() |
| Modifier and Type | Method and Description |
|---|---|
void |
CustomComponentState.removeEqualValue(CustomComponentState that) |
| Modifier and Type | Field and Description |
|---|---|
private java.util.List<CustomComponentState> |
LongPollState.customViewStates |
| Modifier and Type | Method and Description |
|---|---|
CustomComponentState |
LongPollState.getCustomViewState(int id) |
| Modifier and Type | Method and Description |
|---|---|
java.util.List<CustomComponentState> |
LongPollState.getCustomViewStates() |
| Modifier and Type | Method and Description |
|---|---|
void |
LongPollState.setCustomViewStates(java.util.List<CustomComponentState> customViewStates) |