public abstract class Chart extends FormElement implements Boundable, IChangeableByClient
Component.ComponentAttr, Component.IGenerationUtils| 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 |
ACCESSIBILITY, RESOLUTION_SIZEON_DROP_COMPONENT, ON_RESIZE_COMPONENT| Modifier and Type | Method and Description |
|---|---|
protected String |
getStringValue(ModelBinding modelBinding) |
protected Number |
getValue(ModelBinding modelBinding) |
protected Number |
processNumberValueBinding(ElementChanges elementChanges,
String attributeName,
Number oldValue,
ModelBinding<Number> modelBinding) |
protected String |
processStringValueBinding(ElementChanges elementChanges,
String attributeName,
String oldValue,
ModelBinding modelBinding) |
void |
updateModel(ValueChange valueChange) |
protected void |
updateValues(ElementChanges elementChanges) |
protected ElementChanges |
updateView() |
getHeight, getHint, getHintBinding, getHintPlacement, getHintTrigger, getHintType, getHorizontalAlign, getHtmlAccessibilityRole, getInlineStyle, getMarginBottom, getMarginLeft, getMarginRight, getMarginTop, getPaddingBottom, getPaddingLeft, getPaddingRight, getPaddingTop, getStyleClasses, getVerticalAlign, getWidth, getWrapperStyle, init, isPush, refreshElementToForm, refreshView, refreshView, setHeight, setHintBinding, setHintPlacement, setHintTrigger, setHintType, setHorizontalAlign, setHtmlAccessibilityRole, 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, getGenerationUtils, getGroupingParentComponent, getId, getOnDesignerToolboxDrop, getRawId, getType, hashCode, isArtificial, isGeneratedId, isInitDone, isInvisible, isStopProcessingUpdateView, onProcessingFinish, onProcessingStart, postClone, preConfigureClear, prepareEventDataArgument, refreshAvailability, resetInitDone, setArtificial, setAvailability, setAvailabilityModelBinding, setBindingContext, setGenerationUtils, setGroupingParentComponent, setId, setInvisible, setOnDesignerToolboxDrop, setOnDesignerToolboxDrop, setRawId, setStopProcessingUpdateView, toStringfinalize, getClass, notify, notifyAll, wait, wait, waitgetOptionalFormatter, updateBinding, updateBinding, updateBindingForValue, updateBindingForValueisDesignActionAllowed, isDesignDeletableisModificationEventprotected 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
public Chart(Form form)
protected Number getValue(ModelBinding modelBinding)
protected String getStringValue(ModelBinding modelBinding)
public void updateModel(ValueChange valueChange)
updateModel in interface IChangeableByClientprotected ElementChanges updateView()
updateView in class FormElementprotected void updateValues(ElementChanges elementChanges)
protected Number processNumberValueBinding(ElementChanges elementChanges, String attributeName, Number oldValue, ModelBinding<Number> modelBinding)
protected String processStringValueBinding(ElementChanges elementChanges, String attributeName, String oldValue, ModelBinding modelBinding)
Copyright © 2020. All rights reserved.