Package com.simsilica.lemur
Class ListBox.GridModelDelegate
java.lang.Object
com.simsilica.lemur.ListBox.GridModelDelegate
- All Implemented Interfaces:
VersionedObject<GridModel<Panel>>,GridModel<Panel>
-
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionCreates a new VersionedReference that can be used to monitor when this object changes.intReturns the object that is being versioned.intlongReturns the current version of the versioned object.void
-
Constructor Details
-
GridModelDelegate
protected GridModelDelegate()
-
-
Method Details
-
getRowCount
public int getRowCount()- Specified by:
getRowCountin interfaceGridModel<Panel>
-
getColumnCount
public int getColumnCount()- Specified by:
getColumnCountin interfaceGridModel<Panel>
-
getCell
-
setCell
-
getVersion
public long getVersion()Description copied from interface:VersionedObjectReturns the current version of the versioned object.- Specified by:
getVersionin interfaceVersionedObject<GridModel<Panel>>
-
getObject
Description copied from interface:VersionedObjectReturns the object that is being versioned.- Specified by:
getObjectin interfaceVersionedObject<GridModel<Panel>>
-
createReference
Description copied from interface:VersionedObjectCreates a new VersionedReference that can be used to monitor when this object changes.- Specified by:
createReferencein interfaceVersionedObject<GridModel<Panel>>
-