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.int
Returns the object that is being versioned.int
long
Returns the current version of the versioned object.void
-
Constructor Details
-
GridModelDelegate
protected GridModelDelegate()
-
-
Method Details
-
getRowCount
public int getRowCount()- Specified by:
getRowCount
in interfaceGridModel<Panel>
-
getColumnCount
public int getColumnCount()- Specified by:
getColumnCount
in interfaceGridModel<Panel>
-
getCell
-
setCell
-
getVersion
public long getVersion()Description copied from interface:VersionedObject
Returns the current version of the versioned object.- Specified by:
getVersion
in interfaceVersionedObject<GridModel<Panel>>
-
getObject
Description copied from interface:VersionedObject
Returns the object that is being versioned.- Specified by:
getObject
in interfaceVersionedObject<GridModel<Panel>>
-
createReference
Description copied from interface:VersionedObject
Creates a new VersionedReference that can be used to monitor when this object changes.- Specified by:
createReference
in interfaceVersionedObject<GridModel<Panel>>
-