Methods Summary |
---|
public boolean | isRequestedSizesValid()Return whether the cached requested sizes are valid.
|
public void | lAddCommand(Command cmd, int i)Notifies L&F of a command addition in the corresponding Item.
|
public void | lCommitPendingInteraction()Called to commit any pending user interaction for the current
item before an abstract command is fired.
Caller should hold LCDUILock around this call.
|
public int | lGetMinimumHeight()Get the minimum height of this Item
|
public int | lGetMinimumWidth()Get the minimum width of this Item
|
public int | lGetPreferredHeight(int w)Get the preferred height of this Item
|
public int | lGetPreferredWidth(int h)Get the preferred width of this Item
|
public void | lRemoveCommand(Command cmd, int i)Notifies L&F of a command removal in the corresponding Item.
|
public void | lSetDefaultCommand(Command cmd, int i)Notifies L&F of the default command change in the corresponding Item.
|
public void | lSetLabel(java.lang.String label)Notifies L&F of a label change in the corresponding Item.
|
public void | lSetLayout(int layout)Notifies L&F of a layout change in the corresponding Item.
|
public void | lSetOwner(Screen oldOwner)Notify this itemLF that its owner screen has changed.
|
public void | lSetPreferredSize(int width, int height)Notifies L&F of a preferred size change in the corresponding Item.
|