n2n Page Rocket 1 API

page\ui\nav\impl

­Nav­Item­Builder­Adapter

abstract NavItemBuilderAdapter implements NavItemBuilder

All Implemented Interfaces:

SubTypes

Property summary

Modifier and Type Property
protected classPrefix
protected rootLevel

Methods summary

Modifier and Type Method
public setRootLevel ( int rootLevel )
public HtmlElement buildRootUl ( HtmlView view , array attrs )
public HtmlElement buildUl ( HtmlView view , Leaf parentLeaf , array attrs , int infos )
public HtmlElement buildLi ( HtmlView view , Leaf leaf , array attrs , array aAttrs , int infos )
protected buildAAttrs ( HtmlView view , Leaf leaf , array attrs , int infos )
protected buildAdditionalAAttrs ( HtmlView view , Leaf leaf , array attrs , int infos )
protected buildLiAttrs ( HtmlView view , Leaf leaf , array attrs , int infos )
protected buildAdditionalLiAttrs ( HtmlView view , Leaf leaf , array attrs , int infos )
protected UiComponent|string buildLiLabel ( HtmlView view , Leaf leaf , array attrs , int infos )

Properties in detail

Methods in detail