|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||
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().
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 |
|---|
String getShortText()
Object.toString().
String getLongText()
object.getName().
|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||