public class CustomViewPoint extends CustomViewComponent
Modifier and Type | Field and Description |
---|---|
private DataPointVO |
dataPointVO |
private java.lang.String |
disabledValue |
private boolean |
raw |
private boolean |
time |
Constructor and Description |
---|
CustomViewPoint(int id,
DataPointVO dataPointVO,
boolean raw,
java.lang.String disabledValue,
boolean time) |
Modifier and Type | Method and Description |
---|---|
protected void |
createStateImpl(RuntimeManager rtm,
javax.servlet.http.HttpServletRequest request,
CustomComponentState state) |
createState, getId
private final DataPointVO dataPointVO
private final boolean raw
private final java.lang.String disabledValue
private final boolean time
public CustomViewPoint(int id, DataPointVO dataPointVO, boolean raw, java.lang.String disabledValue, boolean time)
protected void createStateImpl(RuntimeManager rtm, javax.servlet.http.HttpServletRequest request, CustomComponentState state)
createStateImpl
in class CustomViewComponent