Class PrometheusMapsItemTouch
java.lang.Object
io.github.tonywasher.joceanus.prometheus.maps.PrometheusMapsItemTouch
- All Implemented Interfaces:
MetisDataItem.MetisDataObjectFormat,MetisFieldItem
DataTouchMap for Item.
-
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) booleanIs the item touched?(package private) voidtouchedByItem(PrometheusDataItem pItem) Register touchedBy item.(package private) voidtouchesItem(PrometheusDataItem pItem) Register touches item.
-
Constructor Details
-
PrometheusMapsItemTouch
PrometheusMapsItemTouch(PrometheusDataItem pItem) Constructor.- Parameters:
pItem- the item
-
-
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
-
touchedByItem
Register touchedBy item.- Parameters:
pItem- the item that touches this item
-
touchesItem
Register touches item.- Parameters:
pItem- the item that is touched by this item
-
isTouched
boolean isTouched()Is the item touched?- Returns:
- true/false
-