Class QHListItem
Represents an item in a hierarchical item list. Uses the QListItemManager trait to manage the interface for adding sub-items.
- QBaseClass
- QListItemBase
- QHListItem uses QListItemManager
public
|
#
__construct( string $strName, string|null $strValue = null, string|null $strAnchor = null )
Creates a QListItem |
public
|
#
AddItem( string|
Add an item by a QHListItem or a name,value pair |
public
|
|
public
|
|
public
mixed
|
|
public
mixed
|
FindItem(),
GetAttributes(),
GetId(),
GetStyle(),
MarkAsModified(),
Reindex(),
SetId()
|
OverrideAttributes(),
__call()
|
protected
string|null
|
$strAnchor
if this has an anchor, what to redirect to. Could be javascript or a page. |
|
protected
string|null
|
$strTag
a custom tag to draw the item with. |
|
protected
|
$objSubTagStyler
for styling the subtag if needed. |
$objItemStyle,
$strId,
$strName,
$strValue
|
$objListItemArray
|
public
string
|
$Anchor
If set, the anchor text to print in the href= string when drawing as an anchored item. |
$Empty,
$Id,
$ItemStyle,
$Name,
$Text,
$Value
|