- getAccessibilityLabel() - Method in interface org.sakaiproject.cheftool.api.MenuItem
-
Get the optional label that may be set by components to provide accessiblity information, eg alt tags, title attributes etc
- getAction() - Method in interface org.sakaiproject.cheftool.api.MenuItem
-
Access the action string for this item; what to do when the user clicks.
- getAlert() - Method in interface org.sakaiproject.cheftool.api.Alert
-
Access the alert message.
- getChecked() - Method in interface org.sakaiproject.cheftool.api.MenuItem
-
Access the checked status of this item.
- getForm() - Method in interface org.sakaiproject.cheftool.api.MenuItem
-
Access the form name whose values will be used when this item is selected.
- getIcon() - Method in interface org.sakaiproject.cheftool.api.MenuItem
-
Access the icon name for the item (or null if no icon).
- getIsContainer() - Method in interface org.sakaiproject.cheftool.api.MenuItem
-
Does this item act as a container for other items?
- getIsCurrent() - Method in interface org.sakaiproject.cheftool.api.MenuItem
-
Access the is-current flag.
- getIsDivider() - Method in interface org.sakaiproject.cheftool.api.MenuItem
-
Is this item a divider ?
- getIsEnabled() - Method in interface org.sakaiproject.cheftool.api.MenuItem
-
Access the enabled flag for the item.
- getIsField() - Method in interface org.sakaiproject.cheftool.api.MenuItem
-
Access the is-field (not a button) flag.
- getItem(int) - Method in interface org.sakaiproject.cheftool.api.MenuItem
-
Access one sub-items of the item.
- getItems() - Method in interface org.sakaiproject.cheftool.api.MenuItem
-
Access the sub-items of the item.
- getShowdisabled() - Method in interface org.sakaiproject.cheftool.api.Menu
-
Access whether disabled items in this menu should be shown.
- getTitle() - Method in interface org.sakaiproject.cheftool.api.MenuItem
-
Access the display title for the item.
- getUrl() - Method in interface org.sakaiproject.cheftool.api.MenuItem
-
Access the full URL string for this item; what to do when the user clicks.