Package | Description |
---|---|
br.org.scadabr.view.component | |
com.serotonin.mango.view.component | |
com.serotonin.mango.web.dwr |
Modifier and Type | Class and Description |
---|---|
class |
ButtonComponent |
Modifier and Type | Class and Description |
---|---|
class |
AnalogGraphicComponent |
class |
BinaryGraphicComponent |
class |
DynamicGraphicComponent |
class |
ImageSetComponent |
class |
MultistateGraphicComponent |
class |
ScriptComponent |
class |
SimpleImageComponent |
class |
SimplePointComponent |
class |
ThumbnailComponent |
Modifier and Type | Method and Description |
---|---|
PointComponent |
CompoundComponent.findPointComponent(java.lang.String viewComponentId) |
Modifier and Type | Method and Description |
---|---|
protected void |
CompoundComponent.addChild(java.lang.String id,
java.lang.String descriptionKey,
PointComponent pointComponent,
int[] dataTypesOverride) |
protected void |
ViewComponent.jsonDeserializeDataPoint(com.serotonin.json.JsonValue jsonXid,
PointComponent comp) |
protected void |
ViewComponent.jsonSerializeDataPoint(java.util.Map<java.lang.String,java.lang.Object> map,
java.lang.String key,
PointComponent comp) |
Modifier and Type | Method and Description |
---|---|
private ViewComponentState |
ViewDwr.preparePointComponentState(PointComponent pointComponent,
User user,
DataPointRT point,
java.util.Map<java.lang.String,java.lang.Object> model,
javax.servlet.http.HttpServletRequest request)
Shared convenience method for creating a populated view component state.
|
private void |
ViewDwr.resetPointComponent(PointComponent c) |