TIWCGJQMListItem Class

ListItem class

Namespace: IWCGJQMListView
TCGCollectionItem
  IWCGJQMListView.TIWCGJQMListItem
type
 TIWCGJQMListItem = class(TCGCollectionItem, IIWCGFuncAdapter, IIWJQMLinkingOptions)
 end;

The TIWCGJQMListItem type exposes the following members.

Show:
 NameDescription
Create(TCollection)

Initializes a new instance of the TIWCGJQMListItem class.

Destroy

Represents the destructor of the TIWCGJQMListItem class.

Top
Show:
 NameDescription
CountBubbleStr

To add a count indicator to the right of the list item. The theme for count bubbles can be set by setting the CountTheme in the list and specifying a swatch letter.

CssClass

Represents property CssClass.

Description

Description of item (Note: 2st line)

Divider

List items can be turned into dividers to organize and group the list items. This is done by setting the Divider = True at any list item. These items are styled with the bar swatch "b" by default (blue in the default theme) but you can specify a theme for dividers by settting the DividerTheme in the list element (ul or ol) and specifying a theme swatch letter. You can override the DividerTheme for a specific divider by adding the Theme property to the list item.

Events

Events

FilterText

Make a list filterable.

Header

Header of item (Note: 1st line)

HeaderASide

To add text hierarchy, use headings to increase font emphasis and use paragraphs to reduce emphasis. Supplemental information can be added to the right of each list item by wrapping content in an element

JQMLinkingOptions

Linking Options

ListViewItems

Represents property ListViewItems.

Picture

This picture will add thumbnails to the left of a list item. The framework will scale the image to 80 pixels square.

RightIcon

The default icon for each list item containing a link is jqmisRightArrow. To prevent icons from appearing altogether, set the RightIcon to jqmisNone.

SplitButton

Split button class

Style

Represents property Style.

Tag

Represents property Tag.

Text

Text of item (Note: 3rd line)

Theme

Sets the color scheme (swatch) for this widget. It accepts a single letter from a-z that maps to the swatches included in your theme.

UniqueName

Represents property UniqueName.

Top
Show:
 NameDescription
AddItemTag(TIWHTMLTagCollection)

Represents method AddItemTag(TIWHTMLTagCollection).

Assign(TPersistent)

Represents method Assign(TPersistent).

DefineProperties(TFiler)

Represents method DefineProperties(TFiler).

GetCGJSContainer

Represents method GetCGJSContainer.

GetDisplayName

Represents method GetDisplayName.

GetElementID

Represents method GetElementID.

GetFixedScript(TIWCGJSonFunc,Boolean)

Represents method GetFixedScript(TIWCGJSonFunc,Boolean).

GetHTML

Represents method GetHTML.

GetHTMLName

Represents method GetHTMLName.

GetImplComponent

Represents method GetImplComponent.

GetItemIndex

Represents method GetItemIndex.

GetItemJSON

Represents method GetItemJSON.

GetIWCLName

Represents method GetIWCLName.

GetPropName

Represents method GetPropName.

InsertHTML

Represents method InsertHTML.

Top