net.kbox.component
Class KCustomItem

java.lang.Object
  extended by javax.microedition.lcdui.Item
      extended by javax.microedition.lcdui.CustomItem
          extended by net.kbox.component.KCustomItem
All Implemented Interfaces:
Unique

public abstract class KCustomItem
extends javax.microedition.lcdui.CustomItem
implements Unique

KCustomItem used for inteading of CustomItem. It's nothing different except KCustomItem contain uniqueId field.

Author:
blackBox

Field Summary
 
Fields inherited from class javax.microedition.lcdui.CustomItem
KEY_PRESS, KEY_RELEASE, KEY_REPEAT, NONE, POINTER_DRAG, POINTER_PRESS, POINTER_RELEASE, TRAVERSE_HORIZONTAL, TRAVERSE_VERTICAL
 
Fields inherited from class javax.microedition.lcdui.Item
BUTTON, HYPERLINK, LAYOUT_2, LAYOUT_BOTTOM, LAYOUT_CENTER, LAYOUT_DEFAULT, LAYOUT_EXPAND, LAYOUT_LEFT, LAYOUT_NEWLINE_AFTER, LAYOUT_NEWLINE_BEFORE, LAYOUT_RIGHT, LAYOUT_SHRINK, LAYOUT_TOP, LAYOUT_VCENTER, LAYOUT_VEXPAND, LAYOUT_VSHRINK, PLAIN
 
Constructor Summary
protected KCustomItem(java.lang.String label, java.lang.String uniqueID)
           
 
Method Summary
 java.lang.String getUniqueID()
          Return a Unique id used to identify a component.
 
Methods inherited from class javax.microedition.lcdui.CustomItem
getGameAction, getInteractionModes, getMinContentHeight, getMinContentWidth, getPrefContentHeight, getPrefContentWidth, hideNotify, invalidate, keyPressed, keyReleased, keyRepeated, paint, pointerDragged, pointerPressed, pointerReleased, repaint, repaint, showNotify, sizeChanged, traverse, traverseOut
 
Methods inherited from class javax.microedition.lcdui.Item
addCommand, getLabel, getLayout, getMinimumHeight, getMinimumWidth, getPreferredHeight, getPreferredWidth, notifyStateChanged, removeCommand, setDefaultCommand, setItemCommandListener, setLabel, setLayout, setPreferredSize
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

KCustomItem

protected KCustomItem(java.lang.String label,
                      java.lang.String uniqueID)
Method Detail

getUniqueID

public java.lang.String getUniqueID()
Description copied from interface: Unique
Return a Unique id used to identify a component.

Specified by:
getUniqueID in interface Unique