Enum | +--DhListTypeEnumpublic class DhListTypeEnum
Provides constants and support for list types in a DhList control.
Fields
Name | Description |
---|---|
BULLETED | Represents a list in which each item has a small bullet. |
DIR | Represents a list in which each item has a large bullet. |
LARGE_LETTER | Represents a list in which each item has an assigned uppercase letter. |
LARGE_ROMAN | Represents a list in which each item has an assigned uppercase roman numeral |
MENU | Represents a list in which each item has a large bullet. |
NUMBERED | Represents a list in which each item has an assigned number. |
SMALL_LETTER | Represents a list in which each item has an assigned lowercase letter. |
SMALL_ROMAN | Represents a list in which each item has an assigned lowercase roman numeral. |
Methods
Name | Description |
---|---|
ensureValid(int n ) | Topic under construction. |
valid(int n) | Topic under construction. |
Topic under construction.
Topic under construction.