org.tentackle.util
Interface ShortLongText


public interface ShortLongText

A short and a long text.
A ShortLongText is something very simple and common: a short String and a longer more detailed description of an object.

see FormComboBox.setExtendedPopup().

Author:
harald
See Also:
FormComboBox.setShortLongPopupEnabled(boolean)

Method Summary
 String getLongText()
          Gets the long text.
Usually something like object.getName().
 String getShortText()
          Gets the short text.
Usually implemented as Object.toString().
 

Method Detail

getShortText

String getShortText()
Gets the short text.
Usually implemented as Object.toString().

Returns:
the short text

getLongText

String getLongText()
Gets the long text.
Usually something like object.getName().

Returns:
the long text


Copyright © 2001-2008 Harald Krake, Bergstr. 48, 78098 Triberg, Germany, harald@krake.de