Class NaviItemBuilder
java.lang.Object
net.anotheria.anosite.gen.assitedata.data.NaviItemBuilder
- All Implemented Interfaces:
net.anotheria.asg.data.Builder<NaviItem>
-
Field Summary
Fields -
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionaccessOperation(String aValue) Sets the value of the accessOperation attribute.build()Sets the value of the className attribute.externalLink(String aValue) Sets the value of the externalLink attribute.Sets the value of the guards attribute.Sets the value of the icon attribute.internalLink(String aValue) Sets the value of the internalLink attribute.Sets the value of the name attribute.Sets the value of the pageAlias attribute.popup(boolean aValue) Sets the value of the popup attribute.Sets the value of the subNavi attribute.Sets the value of the title attribute.
-
Field Details
-
name
-
title
-
icon
-
externalLink
-
popup
protected boolean popup -
className
-
guards
-
internalLink
-
pageAlias
-
accessOperation
-
-
Constructor Details
-
NaviItemBuilder
public NaviItemBuilder()
-
-
Method Details
-
name
Sets the value of the name attribute. -
title
Sets the value of the title attribute. -
icon
Sets the value of the icon attribute. -
externalLink
Sets the value of the externalLink attribute. -
popup
Sets the value of the popup attribute. -
className
Sets the value of the className attribute. -
guards
Sets the value of the guards attribute. -
internalLink
Sets the value of the internalLink attribute. -
pageAlias
Sets the value of the pageAlias attribute. -
accessOperation
Sets the value of the accessOperation attribute. -
build
- Specified by:
buildin interfacenet.anotheria.asg.data.Builder<NaviItem>
-