public interface NaviItem
extends net.anotheria.asg.data.DataObject, net.anotheria.util.sorter.IComparable
| Modifier and Type | Field and Description |
|---|---|
static java.lang.String |
LINK_PROP_ACCESS_OPERATION
Constant property name for "accessOperation" for internal storage and queries.
|
static java.lang.String |
LINK_PROP_INTERNAL_LINK
Constant property name for "internalLink" for internal storage and queries.
|
static java.lang.String |
LINK_PROP_PAGE_ALIAS
Constant property name for "pageAlias" for internal storage and queries.
|
static java.lang.String |
PROP_CLASS_NAME
Constant property name for "className" for internal storage and queries.
|
static java.lang.String |
PROP_EXTERNAL_LINK
Constant property name for "externalLink" for internal storage and queries.
|
static java.lang.String |
PROP_GUARDS
Constant property name for "guards" for internal storage and queries.
|
static java.lang.String |
PROP_ICON
Constant property name for "icon" for internal storage and queries.
|
static java.lang.String |
PROP_ID
Constant property name for "id" for internal storage and queries.
|
static java.lang.String |
PROP_NAME_EN
Constant property name for "name" and domain "EN" for internal storage and queries.
|
static java.lang.String |
PROP_POPUP
Constant property name for "popup" for internal storage and queries.
|
static java.lang.String |
PROP_SUB_NAVI
Constant property name for "subNavi" for internal storage and queries.
|
static java.lang.String |
PROP_TITLE_EN
Constant property name for "title" and domain "EN" for internal storage and queries.
|
| Modifier and Type | Method and Description |
|---|---|
void |
addGuardsElement(java.lang.String guard)
Adds a new element to the list.
|
void |
addSubNaviElement(java.lang.String item)
Adds a new element to the list.
|
void |
copyLANG2LANG(java.lang.String sourceLanguge,
java.lang.String destLanguage)
Copies all multilingual properties from source language to destination language
|
java.lang.String |
getAccessOperation()
Returns the value of the accessOperation attribute.
|
java.lang.String |
getClassName()
Returns the value of the className attribute.
|
java.lang.String |
getExternalLink()
Returns the value of the externalLink attribute.
|
java.util.List<java.lang.String> |
getGuards()
Returns the value of the guards attribute.
|
java.lang.String |
getGuardsElement(int index)
Returns the element at the position index in the list.
|
int |
getGuardsSize()
Returns the number of elements in the "guards" container
|
java.lang.String |
getIcon()
Returns the value of the icon attribute.
|
java.lang.String |
getInternalLink()
Returns the value of the internalLink attribute.
|
java.lang.String |
getName()
Returns the current value of the name attribute.
|
java.lang.String |
getNameEN()
Returns the value of the name attribute in the "EN" domain.
|
java.lang.String |
getPageAlias()
Returns the value of the pageAlias attribute.
|
boolean |
getPopup()
Returns the value of the popup attribute.
|
java.util.List<java.lang.String> |
getSubNavi()
Returns the value of the subNavi attribute.
|
java.lang.String |
getSubNaviElement(int index)
Returns the element at the position index in the list.
|
int |
getSubNaviSize()
Returns the number of elements in the "subNavi" container
|
java.lang.String |
getTitle()
Returns the current value of the title attribute.
|
java.lang.String |
getTitleEN()
Returns the value of the title attribute in the "EN" domain.
|
void |
removeGuardsElement(int index)
Removes the element at position index from the list.
|
void |
removeSubNaviElement(int index)
Removes the element at position index from the list.
|
void |
setAccessOperation(java.lang.String value)
Sets the value of the accessOperation attribute.
|
void |
setClassName(java.lang.String value)
Sets the value of the className attribute.
|
void |
setExternalLink(java.lang.String value)
Sets the value of the externalLink attribute.
|
void |
setGuards(java.util.List<java.lang.String> value)
Sets the value of the guards attribute.
|
void |
setIcon(java.lang.String value)
Sets the value of the icon attribute.
|
void |
setInternalLink(java.lang.String value)
Sets the value of the internalLink attribute.
|
void |
setName(java.lang.String value)
Sets the value of the name attribute in the current domain.
|
void |
setNameEN(java.lang.String value)
Sets the value of the name attribute in the domain "EN"
|
void |
setPageAlias(java.lang.String value)
Sets the value of the pageAlias attribute.
|
void |
setPopup(boolean value)
Sets the value of the popup attribute.
|
void |
setSubNavi(java.util.List<java.lang.String> value)
Sets the value of the subNavi attribute.
|
void |
setTitle(java.lang.String value)
Sets the value of the title attribute in the current domain.
|
void |
setTitleEN(java.lang.String value)
Sets the value of the title attribute in the domain "EN"
|
void |
swapGuardsElement(int index1,
int index2)
Swaps elements at positions index1 and index2 in the list.
|
void |
swapSubNaviElement(int index1,
int index2)
Swaps elements at positions index1 and index2 in the list.
|
static final java.lang.String PROP_ID
static final java.lang.String PROP_NAME_EN
static final java.lang.String PROP_TITLE_EN
static final java.lang.String PROP_ICON
static final java.lang.String PROP_EXTERNAL_LINK
static final java.lang.String PROP_POPUP
static final java.lang.String PROP_CLASS_NAME
static final java.lang.String PROP_SUB_NAVI
static final java.lang.String PROP_GUARDS
static final java.lang.String LINK_PROP_INTERNAL_LINK
static final java.lang.String LINK_PROP_PAGE_ALIAS
static final java.lang.String LINK_PROP_ACCESS_OPERATION
java.lang.String getNameEN()
java.lang.String getName()
void setNameEN(java.lang.String value)
void setName(java.lang.String value)
java.lang.String getTitleEN()
java.lang.String getTitle()
void setTitleEN(java.lang.String value)
void setTitle(java.lang.String value)
java.lang.String getIcon()
void setIcon(java.lang.String value)
java.lang.String getExternalLink()
void setExternalLink(java.lang.String value)
boolean getPopup()
void setPopup(boolean value)
java.lang.String getClassName()
void setClassName(java.lang.String value)
java.util.List<java.lang.String> getSubNavi()
void setSubNavi(java.util.List<java.lang.String> value)
java.util.List<java.lang.String> getGuards()
void setGuards(java.util.List<java.lang.String> value)
java.lang.String getInternalLink()
void setInternalLink(java.lang.String value)
java.lang.String getPageAlias()
void setPageAlias(java.lang.String value)
java.lang.String getAccessOperation()
void setAccessOperation(java.lang.String value)
int getSubNaviSize()
void addSubNaviElement(java.lang.String item)
void removeSubNaviElement(int index)
void swapSubNaviElement(int index1,
int index2)
java.lang.String getSubNaviElement(int index)
int getGuardsSize()
void addGuardsElement(java.lang.String guard)
void removeGuardsElement(int index)
void swapGuardsElement(int index1,
int index2)
java.lang.String getGuardsElement(int index)
void copyLANG2LANG(java.lang.String sourceLanguge,
java.lang.String destLanguage)
Copyright © 2012-2023 anotheria.net. All Rights Reserved.