Class ItemClickedEventData<RECORD>
java.lang.Object
org.teamapps.ux.component.infiniteitemview.ItemClickedEventData<RECORD>
public class ItemClickedEventData<RECORD>
extends java.lang.Object
-
Constructor Summary
Constructors Constructor Description ItemClickedEventData(RECORD record, boolean isDoubleClick, boolean isRightClick) -
Method Summary
Modifier and Type Method Description RECORDgetRecord()booleanisDoubleClick()booleanisRightClick()Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
-
Constructor Details
-
ItemClickedEventData
-
-
Method Details
-
getRecord
-
isDoubleClick
public boolean isDoubleClick() -
isRightClick
public boolean isRightClick()
-