Class LocationField
java.lang.Object
com._1c.g5.v8.dt.internal.ui.validation.MarkerField
com._1c.g5.v8.dt.internal.ui.validation.LocationField
Marker location field.
-
Field Summary
Fields -
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptiongetCellText(Marker marker) Simple way to customize column text.ReturnsColumnTypeof the marker field.Returns marker comparator.Methods inherited from class com._1c.g5.v8.dt.internal.ui.validation.MarkerField
canBeSorted, configureColumn, getCellImage, getCellToltip, getDefaultColumnWidth, getEditingSupport, getId, getImage, getName, getTitle, getToolTip, isEnableByDefault, setCanSorted, setDefaultColumnWidth, setEnableByDefault, setId, setName, setTitle, setToolTip, toString
-
Field Details
-
MARKER_COMPARATOR
-
-
Constructor Details
-
LocationField
public LocationField()Constructor...
-
-
Method Details
-
getCellText
Description copied from class:MarkerFieldSimple way to customize column text.- Specified by:
getCellTextin classMarkerField- Returns:
- text for cell, never
null
-
getColumnType
Description copied from class:MarkerFieldReturnsColumnTypeof the marker field.- Specified by:
getColumnTypein classMarkerField- Returns:
- the maerker field type, never
null
-
getMarkerComparator
Description copied from class:MarkerFieldReturns marker comparator.- Specified by:
getMarkerComparatorin classMarkerField- Returns:
- marker comparator. Never
null.
-