CPListBoxElement

org.cosplay.CPListBoxElement
trait CPListBoxElement[T]

An element of the listbox model.

Attributes

See also
Source
CPListBoxSprite.scala
Graph
Supertypes
class Object
trait Matchable
class Any

Members list

Value members

Abstract methods

def getLine: Seq[CPPixel]

Gets the sequence of pixel visually representing this listbox value.

Gets the sequence of pixel visually representing this listbox value.

Attributes

Source
CPListBoxSprite.scala
def getValue: T

Gets the value of the this listbox element.

Gets the value of the this listbox element.

Attributes

Source
CPListBoxSprite.scala