@NotThreadSafe public class MenuItemPage extends AbstractMenuObject<MenuItemPage> implements IMenuItemPage
IMenuItemPage interface.| Constructor and Description |
|---|
MenuItemPage(String sItemID,
IPage aPage) |
MenuItemPage(String sItemID,
IPage aPage,
com.helger.commons.text.display.IHasDisplayText aDisplayText) |
| Modifier and Type | Method and Description |
|---|---|
boolean |
equals(Object o) |
String |
getDisplayText(Locale aDisplayLocale) |
EMenuObjectType |
getMenuObjectType() |
IPage |
getPage() |
String |
getTarget() |
int |
hashCode() |
MenuItemPage |
setTarget(String sTarget)
Set the (HTML) target of the link.
|
String |
toString() |
getDisplayFilter, getID, matchesDisplayFilter, setDisplayFiltergetCloneclear, onBeforeRemoveAllAttributes, onBeforeRemoveAttribute, onBeforeSetAttributeValue, removeAttribute, setAttribute, setAttributes, setAttributescontainsAttribute, forAllAttributes, forAllAttributeValues, getAllAttributeNames, getAllAttributes, getAllAttributeValues, getAttributeCount, getAttributeObject, isEmpty, iteratorclone, finalize, getClass, notify, notifyAll, wait, wait, waitsetDisplayFilter, setTargetgetDisplayFilter, matchesDisplayFiltergetAndSetAttributeFlag, setAttribute, setAttribute, setAttribute, setAttributecomputeIfAbsent, removeAttribute, setAttribute, setAttributes, setAttributescontainsAttribute, forAllAttributes, forAllAttributeValues, getAllAttributeNames, getAllAttributes, getAllAttributeValues, getAttributeAsBigDecimal, getAttributeAsBigDecimal, getAttributeAsBigInteger, getAttributeAsBigInteger, getAttributeAsBoolean, getAttributeAsBoolean, getAttributeAsDouble, getAttributeAsDouble, getAttributeAsInt, getAttributeAsInt, getAttributeAsLong, getAttributeAsLong, getAttributeAsString, getAttributeAsString, getAttributeCount, getAttributeObject, getCastedAttribute, getCastedAttribute, getTypedAttribute, getTypedAttribute, isEmpty, isNotEmpty, iteratorcontainsAny, containsNone, containsOnly, findAll, findAllInstanceOf, findAllMapped, findAllMapped, findAllMapped, findFirst, findFirst, findFirstMapped, findFirstMapped, forEach, forEach, forEachBreakable, getIteratorCount, getIteratorCountforEach, spliterator@Nonnull public final EMenuObjectType getMenuObjectType()
getMenuObjectType in interface IMenuObject@Nonnull public IPage getPage()
getPage in interface IMenuItemPage@Nullable public String getDisplayText(@Nonnull Locale aDisplayLocale)
getDisplayText in interface com.helger.commons.text.display.IHasDisplayText@Nonnull public MenuItemPage setTarget(@Nullable String sTarget)
IMenuItemsetTarget in interface IMenuItemsetTarget in interface IMenuItemPagesTarget - The name of the target window. May be null.public boolean equals(Object o)
equals in class AbstractMenuObject<MenuItemPage>public int hashCode()
hashCode in class AbstractMenuObject<MenuItemPage>public String toString()
toString in class AbstractMenuObject<MenuItemPage>Copyright © 2014–2017 Philip Helger. All rights reserved.