Class BorderStyleItemModel
java.lang.Object
com._1c.g5.aef2.validators.Validable
com._1c.g5.aef2.models.Model
com._1c.g5.aef2.models.EditableModel
com._1c.g5.aef2.models.value.Value<T>
com._1c.g5.aef2.models.pojo.PojoValue<T>
com._1c.g5.v8.dt.internal.style.ui.aef.models.StyleItemModel<Border>
com._1c.g5.v8.dt.internal.style.ui.aef.models.BorderStyleItemModel
- All Implemented Interfaces:
IEditableModel
,IModel
,IValue<Border>
,IValidable
,IStyleItemModel<Border>
,IBorderValueModel
BorderStyleItem
model.-
Constructor Summary
ConstructorsConstructorDescriptionBorderStyleItemModel
(String id, Border initialBorder, IV8Project v8project, IBorderProvider borderProvider, IEditingLanguageManager languageManager, Border defaultBorder) Creates new style item model. -
Method Summary
Modifier and TypeMethodDescriptionList of configuration and platform bordersReturns the language codeMethods inherited from class com._1c.g5.v8.dt.internal.style.ui.aef.models.StyleItemModel
getDefaultValue, getStyleItemId, toString
Methods inherited from class com._1c.g5.aef2.models.value.Value
addValueListener, createWorkingCopy, discard, dispose, get, getCommittedValue, getUncommittedValue, getValidatorTarget, isEqual, notifyValueChanged, queueNotifyValueChanged, removeValueListener, set, setCommittedValue, setUncommittedValue, setValue
Methods inherited from class com._1c.g5.aef2.models.EditableModel
isEditable, setEditable
Methods inherited from class com._1c.g5.aef2.models.Model
addModelListener, beginExternalUpdate, checkOffline, checkOnline, commit, endExternalUpdate, getComponent, getCurrentChangeOrigin, getRunnableQueue, isOnline, notifyModelChanged, notifyModelCommitted, removeModelListener, setComponent, setOnline
Methods inherited from class com._1c.g5.aef2.validators.Validable
addValidator, removeValidator, validate, 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.IEditableModel
isEditable, setEditable
Methods inherited from interface com._1c.g5.aef2.models.IModel
addModelListener, commit, discard, dispose, getChange, getComponent, isOnline, removeModelListener, setComponent
Methods inherited from interface com._1c.g5.aef2.validators.IValidable
addValidator, removeValidator, validate, validate
Methods inherited from interface com._1c.g5.aef2.models.value.IValue
addValueListener, createWorkingCopy, get, isEqual, removeValueListener, set
-
Constructor Details
-
BorderStyleItemModel
public BorderStyleItemModel(String id, Border initialBorder, IV8Project v8project, IBorderProvider borderProvider, IEditingLanguageManager languageManager, Border defaultBorder) Creates new style item model.- Parameters:
id
- the style item id, cannot benull
initialValue
- the initial value, can benull
v8project
- the v8 project, cannot benull
borderProvider
- the border provider, cannot benull
languageManager
- the language manager, cannot benull
defaultBorder
- the default border, cannot benull
-
-
Method Details
-
getBorderStyles
Description copied from interface:IBorderValueModel
List of configuration and platform borders- Specified by:
getBorderStyles
in interfaceIBorderValueModel
- Returns:
- the list of Borders defined in configuration, never
null
-
getLanguageCode
Description copied from interface:IBorderValueModel
Returns the language code- Specified by:
getLanguageCode
in interfaceIBorderValueModel
- Returns:
- the language code, can be
null
-