| 
|||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||||
public interface UIToolBarItem
| Field Summary | |
|---|---|
static long | 
STATE_DOWN
 | 
static long | 
STATE_ENABLED
 | 
| Method Summary | |
|---|---|
 String | 
getGroupID()
 | 
 String | 
getID()
Retrieve the ID of the toolbar item  | 
 String | 
getImageID()
Get the ID of the image used  | 
 long | 
getState()
 | 
 String | 
getTextID()
Return the message bundle ID for the button text  | 
 String | 
getToolTip()
 | 
 boolean | 
isAlwaysAvailable()
Returns if the toolbar item is always available (enabled)  | 
 void | 
setDefaultActivationListener(UIToolBarActivationListener defaultActivation)
 | 
 void | 
setGroupID(String groupID)
 | 
 void | 
setImageID(String id)
Sets the toolbar item to use the specified image  | 
 void | 
setState(long state)
 | 
 void | 
setTextID(String id)
Sets the button's text to a messagebundle value looked up using the id  | 
 void | 
setToolTip(String text)
 | 
 boolean | 
triggerToolBarItem(long activationType,
                   Object datasource)
 | 
| Field Detail | 
|---|
static final long STATE_ENABLED
static final long STATE_DOWN
| Method Detail | 
|---|
String getID()
String getTextID()
void setTextID(String id)
id - String getImageID()
void setImageID(String id)
boolean isAlwaysAvailable()
long getState()
void setState(long state)
boolean triggerToolBarItem(long activationType,
                           Object datasource)
void setDefaultActivationListener(UIToolBarActivationListener defaultActivation)
String getGroupID()
void setGroupID(String groupID)
groupID - void setToolTip(String text)
string - String getToolTip()
  | 
|||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||||