Class LabelAreaDetailedModel
java.lang.Object
com._1c.g5.aef2.validators.Validable
com._1c.g5.aef2.models.Model
com._1c.g5.aef2.models.CompoundModel
com._1c.g5.v8.dt.form.ui.internal.chart.aef.models.labelarea.LabelAreaDetailedModel
- All Implemented Interfaces:
ICompoundModel
,IModel
,IValidable
,ILabelAreaDetailedModel
Label area detailed model.
-
Constructor Summary
ConstructorsConstructorDescriptionLabelAreaDetailedModel
(LabelArea labelArea, IV8Project v8project, IColorProvider colorProvider, IFontProvider fontProvider, IBorderProvider borderProvider, IEditingLanguageManager languageManager) The constructor. -
Method Summary
Modifier and TypeMethodDescriptionGets the model value for editing label area's "back color" property.Gets the model value for editing label area's "border color" property.Gets the model value for editing label area's "border" property.Gets the model value for editing label area's "font" property.Gets the label area.Gets the model value for editing label area's "left" property.Gets the model value for editing label area's "location" property.Gets the model value for editing label area's "marker" property.Gets the model value for editing label area's "text color" property.Gets the model value for editing label area's "top" property.Gets the model value for editing label area's "transparent" property.Methods inherited from class com._1c.g5.aef2.models.CompoundModel
addModel, dispose, getChange, getModels, isOnline, setComponent, validate
Methods inherited from class com._1c.g5.aef2.models.Model
addModelListener, beginExternalUpdate, checkOffline, checkOnline, commit, createWorkingCopy, discard, endExternalUpdate, getComponent, getCurrentChangeOrigin, getRunnableQueue, notifyModelChanged, notifyModelCommitted, removeModelListener, setOnline, toString
Methods inherited from class com._1c.g5.aef2.validators.Validable
addValidator, getValidatorTarget, removeValidator, validate
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, wait
Methods inherited from interface com._1c.g5.aef2.models.ICompoundModel
getModels
Methods inherited from interface com._1c.g5.aef2.models.IModel
addModelListener, commit, createWorkingCopy, discard, dispose, getChange, getComponent, isOnline, removeModelListener, setComponent
Methods inherited from interface com._1c.g5.aef2.validators.IValidable
addValidator, removeValidator, validate, validate
-
Constructor Details
-
LabelAreaDetailedModel
public LabelAreaDetailedModel(LabelArea labelArea, IV8Project v8project, IColorProvider colorProvider, IFontProvider fontProvider, IBorderProvider borderProvider, IEditingLanguageManager languageManager) The constructor.- Parameters:
labelArea
- the label area, cannot benull
.v8project
- the project, cannot benull
.colorProvider
- the color provider, cannot benull
.fontProvider
- the font provider, cannot benull
.borderProvider
- the border provider, cannot benull
.languageManager
- the language manager, cannot benull
.
-
-
Method Details
-
getLabelArea
Description copied from interface:ILabelAreaDetailedModel
Gets the label area.- Specified by:
getLabelArea
in interfaceILabelAreaDetailedModel
- Returns:
- the label area.
-
getLocationValue
Description copied from interface:ILabelAreaDetailedModel
Gets the model value for editing label area's "location" property.- Specified by:
getLocationValue
in interfaceILabelAreaDetailedModel
- Returns:
- the model value.
-
getTopValue
Description copied from interface:ILabelAreaDetailedModel
Gets the model value for editing label area's "top" property.- Specified by:
getTopValue
in interfaceILabelAreaDetailedModel
- Returns:
- the model value.
-
getLeftValue
Description copied from interface:ILabelAreaDetailedModel
Gets the model value for editing label area's "left" property.- Specified by:
getLeftValue
in interfaceILabelAreaDetailedModel
- Returns:
- the model value.
-
getBorderValue
Description copied from interface:ILabelAreaDetailedModel
Gets the model value for editing label area's "border" property.- Specified by:
getBorderValue
in interfaceILabelAreaDetailedModel
- Returns:
- the model value.
-
getBorderColorValue
Description copied from interface:ILabelAreaDetailedModel
Gets the model value for editing label area's "border color" property.- Specified by:
getBorderColorValue
in interfaceILabelAreaDetailedModel
- Returns:
- the model value.
-
getBackColorValue
Description copied from interface:ILabelAreaDetailedModel
Gets the model value for editing label area's "back color" property.- Specified by:
getBackColorValue
in interfaceILabelAreaDetailedModel
- Returns:
- the model value.
-
getTransparentValue
Description copied from interface:ILabelAreaDetailedModel
Gets the model value for editing label area's "transparent" property.- Specified by:
getTransparentValue
in interfaceILabelAreaDetailedModel
- Returns:
- the model value.
-
getMarkerValue
Description copied from interface:ILabelAreaDetailedModel
Gets the model value for editing label area's "marker" property.- Specified by:
getMarkerValue
in interfaceILabelAreaDetailedModel
- Returns:
- the model value.
-
getFontValue
Description copied from interface:ILabelAreaDetailedModel
Gets the model value for editing label area's "font" property.- Specified by:
getFontValue
in interfaceILabelAreaDetailedModel
- Returns:
- the model value.
-
getTextColorValue
Description copied from interface:ILabelAreaDetailedModel
Gets the model value for editing label area's "text color" property.- Specified by:
getTextColorValue
in interfaceILabelAreaDetailedModel
- Returns:
- the model value.
-