n2n Page Rocket 1 API

rocket\ei\manage\gui\ui

­Display­Item

DisplayItem

Constant summary

Property summary

Modifier and Type Property
protected label
protected type
protected guiIdPath
protected displayStructure

Methods summary

Modifier and Type Method
public static DisplayItem create ( GuiIdPath guiIdPath , string type = null , string label = null )
public static DisplayItem createFromGuiIdPath ( GuiIdPath guiIdPath , string type = null , string label = null )
public static DisplayItem createFromDisplayStructure ( DisplayStructure displayStructure , string type , string label = null )
public string|null getLabel ( )
public string|null getType ( )
public boolean isGroup ( )
public hasDisplayStructure ( )
public DisplayStructure getDisplayStructure ( )
public getGuiIdPath ( )
public static string [] getGroupTypes ( )
public static string [] getTypes ( )

Constants in detail

Properties in detail

Methods in detail