Listable

public interface Listable

Interface for objects that need to be listed in the user interface.

Fields

MAX_CHARS

int MAX_CHARS

ellipses

String ellipses

Methods

getListableName

String getListableName()

Get a label (maximum of Listable.MAX_CHARS characters long) to display as an identifier for the object.

Returns:Displayable name for the object, which must be less than or equal to Listable.MAX_CHARS characters long