org.davic.net.ca
Class List

java.lang.Object
  extended byorg.davic.net.ca.MMIObject
      extended byorg.davic.net.ca.List
Direct Known Subclasses:
Menu

public class List
extends MMIObject

Class representing a List MMI object.


Method Summary
 java.lang.String getBottomText()
          Returns the bottom text.
 java.lang.String[] getList()
          Returns the list.
 java.lang.String getSubTitleText()
          Returns the sub-title text.
 java.lang.String getTitleText()
          Returns the title text.
 
Methods inherited from class org.davic.net.ca.MMIObject
close
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Method Detail

getTitleText

public java.lang.String getTitleText()
Returns the title text. An empty string is returned, if a title text does not exist.

Returns:
the title

getSubTitleText

public java.lang.String getSubTitleText()
Returns the sub-title text. An empty string is returned, if a subtitle text does not exist.

Returns:
the sub-title

getBottomText

public java.lang.String getBottomText()
Returns the bottom text. An empty string is returned, if a bottom text does not exist.

Returns:
the bottom text

getList

public java.lang.String[] getList()
Returns the list. An empty array is returned, if a list does not exist.

Returns:
an array of strings containing the list items