| Library | Package | Frames | Expand | Java Toolkit |
| Method Summary | |
|---|---|
| /*optional*/ String | GetHelptext
()
Get method for attribute "Helptext" The button or the cascade menu helptext. If null, help text is assigned as the item label. |
| /*optional*/ String | GetLabel
()
Get method for attribute "Label" The menu button or cascade menu label. If null, label is assigned as the internal name. |
| String | GetName
()
Get method for attribute "Name" Internal name of the new popup menu or cascade button. |
| /*optional*/ Integer | GetPositionIndex
()
Get method for attribute "PositionIndex" Position at which to add the menu or cascade button. If position null, the position will be at the end of the menu. |
| void | SetHelptext
(
/*optional*/
String value)
Set method for attribute "Helptext" The button or the cascade menu helptext. If null, help text is assigned as the item label. |
| void | SetLabel
(
/*optional*/
String value)
Set method for attribute "Label" The menu button or cascade menu label. If null, label is assigned as the internal name. |
| void | SetName
(String value)
Set method for attribute "Name" Internal name of the new popup menu or cascade button. |
| void | SetPositionIndex
(
/*optional*/
Integer value)
Set method for attribute "PositionIndex" Position at which to add the menu or cascade button. If position null, the position will be at the end of the menu. |
| Method Detail |
|---|
| GetPositionIndex/SetPositionIndex |
|---|
| /*optional*/ Integer | GetPositionIndex | () |
| void | SetPositionIndex | ( /*optional*/ Integer value) |
Position at which to add the menu or cascade button. If position null, the position will be at the end of the menu.
|
| GetName/SetName |
|---|
| String | GetName | () |
| void | SetName | (String value) |
Internal name of the new popup menu or cascade button.
|
| GetLabel/SetLabel |
|---|
| /*optional*/ String | GetLabel | () |
| void | SetLabel | ( /*optional*/ String value) |
The menu button or cascade menu label. If null, label is assigned as the internal name.
|
| GetHelptext/SetHelptext |
|---|
| /*optional*/ String | GetHelptext | () |
| void | SetHelptext | ( /*optional*/ String value) |
The button or the cascade menu helptext. If null, help text is assigned as the item label.
|