Java Reference
In-Depth Information
// Constructors
protected CustomItem(String label);
// Methods
public int getGameAction(int keyCode);
protected final int getInteractionModes();
protected abstract int getMinContentHeight();
protected abstract int getMinContentWidth();
protected abstract int getPrefContentHeight(int width);
protected abstract int getPrefContentWidth(int height);
protected void hideNotify();
protected final void invalidate();
protected void keyPressed(int keyCode);
protected void keyReleased(int keyCode);
protected void keyRepeated(int keyCode);
protected abstract void paint(Graphics g, int w, int h);
protected void pointerDragged(int x, int y);
protected void pointerPressed(int x, int y);
protected void pointerReleased(int x, int y);
protected final void repaint();
protected final void repaint(int x, int y, int w, int h);
protected void showNotify();
protected void sizeChanged(int w, int h);
protected boolean traverse(int dir, int viewportWidth, int viewportHeight,
int[] visRect_inout);
protected void traverseOut();
}
Class javax.microedition.lcdui.DateField
public class DateField
extends javax.microedition.lcdui.Item {
// Constants
public static final int DATE;
public static final int DATE_TIME;
public static final int TIME;
// Constructors
public DateField(String label, int mode);
public DateField(String label, int mode, TimeZone timeZone);
// Methods
public Date getDate();
public int getInputMode();
public void setDate(Date date);
public void setInputMode(int mode);
}
Search WWH ::




Custom Search