Interface IItemMenuItem<I extends IItemMenuItem<I>>
- Type Parameters:
I- is the type of aIItemMenuItem.
- All Superinterfaces:
BlanknessRequestable, IElement, IIdHolder, IMutableElement, Resettable, Selectable, SelectionRequestable
- All Known Implementing Classes:
ItemMenuItem
public interface IItemMenuItem<I extends IItemMenuItem<I>>
extends BlanknessRequestable, IIdHolder, IMutableElement, Selectable
- Author:
- Silvan Wyss
-
Method Summary
Modifier and TypeMethodDescriptionbooleangetText()voidinternalSetParentMenu(IItemMenu<?, ?> parentMenu) Methods inherited from interface BlanknessRequestable
isBlankMethods inherited from interface IElement
getAttributes, getSpecification, toFormatedString, toXmlMethods inherited from interface IIdHolder
getId, getIdInQuotes, hasIdMethods inherited from interface IMutableElement
addOrChangeAttribute, addOrChangeAttribute, addOrChangeAttributes, addOrChangeAttributes, addOrChangeAttributes, resetFromAttributes, resetFromSpecificationMethods inherited from interface Resettable
resetMethods inherited from interface Selectable
select, unselectMethods inherited from interface SelectionRequestable
isSelected
-
Method Details
-
belongsToMenu
boolean belongsToMenu() -
getText
String getText()
-