| org.zkoss.mil.MilComponent org.zkoss.mil.Command
Command | public class Command extends MilComponent (Code) | | A command on the Mobile. Whenever a Command is "clicked" on the Mobile, it will fire onCommand to
its parent component.
author: henrichen |
Command | public Command(String label, String type)(Code) | | A Command on the Mobile (the command priority is default to 1).
Parameters: label - label appear on the command Parameters: type - The command type on the Mobile (back, cancel, exit, help, item, ok, screen, stop). |
Command | public Command(String label, String type, int priority)(Code) | | A Command on the Mobile.
Parameters: label - label appear on the command Parameters: type - The command type on the Mobile (back, cancel, exit, help, item, ok, screen, stop). |
Command | public Command(String label, String longLabel, String type, int priority)(Code) | | A Command on the Mobile.
Parameters: label - label appear on the command Parameters: longLabel - long label apper on the command Parameters: type - The command type on the Mobile (back, cancel, exit, help, item, ok, screen, stop). |
getPriority | public int getPriority()(Code) | | |
isChildable | public boolean isChildable()(Code) | | Not childable.
|
setPriority | public void setPriority(int priority)(Code) | | |
|
|