Class PrometheusMapsTouchCtl
java.lang.Object
io.github.tonywasher.joceanus.prometheus.maps.PrometheusMapsTouchCtl
- All Implemented Interfaces:
MetisDataItem.MetisDataObjectFormat,MetisFieldItem
DataTouchMap for data/EditSet.
-
Nested Class Summary
Nested classes/interfaces inherited from interface io.github.tonywasher.joceanus.metis.field.MetisFieldItem
MetisFieldItem.MetisFieldDef, MetisFieldItem.MetisFieldItemType, MetisFieldItem.MetisFieldSetDef, MetisFieldItem.MetisFieldTableItem, MetisFieldItem.MetisFieldUpdatableItem, MetisFieldItem.MetisFieldVersionedDef -
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionformatObject(OceanusDataFormatter pFormatter) Obtain Object summary.Obtain the fieldSet.(package private) booleanisTouched(PrometheusDataItem pItem) Is the item touched?(package private) voidrecordTouch(PrometheusDataItem pTouchedItem, PrometheusDataItem pTouchingItem) Record touch.(package private) voidresetMap()Reset the map.(package private) voidsetVersion(Integer pVersion) Set version.
-
Constructor Details
-
PrometheusMapsTouchCtl
PrometheusMapsTouchCtl()Constructor.
-
-
Method Details
-
getDataFieldSet
Description copied from interface:MetisFieldItemObtain the fieldSet.- Specified by:
getDataFieldSetin interfaceMetisFieldItem- Returns:
- the fieldSet
-
formatObject
Description copied from interface:MetisDataItem.MetisDataObjectFormatObtain Object summary.- Specified by:
formatObjectin interfaceMetisDataItem.MetisDataObjectFormat- Parameters:
pFormatter- the data formatter- Returns:
- the display summary of the object
-
setVersion
Set version.- Parameters:
pVersion- the version
-
recordTouch
Record touch.- Parameters:
pTouchedItem- the item that is touchedpTouchingItem- the item that touches
-
isTouched
Is the item touched?- Parameters:
pItem- the item- Returns:
- true/false
-
resetMap
void resetMap()Reset the map.
-