public abstract class Chart
extends pl.fhframework.model.forms.FormElement
implements pl.fhframework.model.forms.Boundable, pl.fhframework.model.forms.IChangeableByClient
| Modifier and Type | Field and Description |
|---|---|
protected static String |
ATTR_TITLE |
protected static String |
ATTR_X_AXIS_LABEL |
protected static String |
ATTR_Y_AXIS_LABEL |
protected static String |
ATTR_Y_AXIS_MAX |
protected static String |
ATTR_Y_AXIS_MIN |
static String |
EMPTY_STRING |
protected static String |
X |
protected static String |
Y |
| Constructor and Description |
|---|
Chart(pl.fhframework.model.forms.Form form) |
| Modifier and Type | Method and Description |
|---|---|
protected String |
getStringValue(pl.fhframework.binding.ModelBinding modelBinding) |
protected Number |
getValue(pl.fhframework.binding.ModelBinding modelBinding) |
protected Number |
processNumberValueBinding(pl.fhframework.model.dto.ElementChanges elementChanges,
String attributeName,
Number oldValue,
pl.fhframework.binding.ModelBinding<Number> modelBinding) |
protected String |
processStringValueBinding(pl.fhframework.model.dto.ElementChanges elementChanges,
String attributeName,
String oldValue,
pl.fhframework.binding.ModelBinding modelBinding) |
void |
updateModel(pl.fhframework.model.dto.ValueChange valueChange) |
protected void |
updateValues(pl.fhframework.model.dto.ElementChanges elementChanges) |
protected pl.fhframework.model.dto.ElementChanges |
updateView() |
getHeight, getHint, getHintBinding, getHintPlacement, getHintTrigger, getHorizontalAlign, getInlineStyle, getMarginBottom, getMarginLeft, getMarginRight, getMarginTop, getPaddingBottom, getPaddingLeft, getPaddingRight, getPaddingTop, getStyleClasses, getVerticalAlign, getWidth, getWrapperStyle, init, isPush, refreshElementToForm, refreshView, refreshView, setHeight, setHintBinding, setHintPlacement, setHintTrigger, setHorizontalAlign, setInlineStyle, setMarginBottom, setMarginLeft, setMarginRight, setMarginTop, setPaddingBottom, setPaddingLeft, setPaddingRight, setPaddingTop, setPush, setStyleClasses, setVerticalAlign, setWidth, setWrapperStyle, tryParseAttributeInPixelOrPercentageUnit, tryParseAttributeInPixelUnit, tryParseAttributeInPixelUnitareModelValuesTheSame, areValuesTheSame, calculateAvailability, clone, convertBindingValueToString, convertBindingValueToString, convertValue, convertValueToString, convertValueToString, createAdHocModelBinding, equals, finalizeReading, generateId, getAccessibilityRules, getAvailability, getAvailabilityModelBinding, getAvailablityAffectingActions, getBindingContext, getEventHandler, getEventProcessingForm, getForm, getGeneratedIdPrefix, getGroupingParentComponent, getId, getOnDesignerToolboxDrop, getRawId, getType, hashCode, isArtificial, isGeneratedId, isInitDone, isInvisible, isStopProcessingUpdateView, onProcessingFinish, onProcessingStart, postClone, preConfigureClear, prepareEventDataArgument, refreshAvailability, resetInitDone, setArtificial, setAvailability, setAvailabilityModelBinding, setBindingContext, setGroupingParentComponent, setId, setInvisible, setOnDesignerToolboxDrop, setOnDesignerToolboxDrop, setRawId, setStopProcessingUpdateView, toStringfinalize, getClass, notify, notifyAll, wait, wait, waitgetOptionalFormatter, updateBinding, updateBinding, updateBindingForValue, updateBindingForValueprotected static final String ATTR_X_AXIS_LABEL
protected static final String ATTR_Y_AXIS_LABEL
protected static final String ATTR_Y_AXIS_MIN
protected static final String ATTR_Y_AXIS_MAX
protected static final String ATTR_TITLE
protected static final String X
protected static final String Y
public static final String EMPTY_STRING
protected Number getValue(pl.fhframework.binding.ModelBinding modelBinding)
protected String getStringValue(pl.fhframework.binding.ModelBinding modelBinding)
public void updateModel(pl.fhframework.model.dto.ValueChange valueChange)
updateModel in interface pl.fhframework.model.forms.IChangeableByClientprotected pl.fhframework.model.dto.ElementChanges updateView()
updateView in class pl.fhframework.model.forms.FormElementprotected void updateValues(pl.fhframework.model.dto.ElementChanges elementChanges)
protected Number processNumberValueBinding(pl.fhframework.model.dto.ElementChanges elementChanges, String attributeName, Number oldValue, pl.fhframework.binding.ModelBinding<Number> modelBinding)
Copyright © 2019. All rights reserved.