Java Reference
In-Depth Information
public static final int LAYOUT_VEXPAND;
public static final int LAYOUT_VSHRINK;
public static final int PLAIN;
// Methods
public void addCommand(Command cmd);
public String getLabel();
public int getLayout();
public int getMinimumHeight();
public int getMinimumWidth();
public int getPreferredHeight();
public int getPreferredWidth();
public void notifyStateChanged();
public void removeCommand(Command cmd);
public void setDefaultCommand(Command cmd);
public void setItemCommandListener(ItemCommandListener l);
public void setLabel(String label);
public void setLayout(int layout);
public void setPreferredSize(int width, int height);
}
Interface javax.microedition.lcdui.ItemCommandListener
public interface ItemCommandListener {
// Methods
public void commandAction(Command c, Item item);
}
Interface javax.microedition.lcdui.ItemStateListener
public interface ItemStateListener {
// Methods
public void itemStateChanged(Item item);
}
Class javax.microedition.lcdui.List
public class List
extends javax.microedition.lcdui.Screen
implements Choice {
// Constants
public static final Command SELECT_COMMAND;
// Constructors
public List(String title, int listType);
public List(String title, int listType, String[] stringElements,
Image[] imageElements);
Search WWH ::




Custom Search