See Also
Enumerations
Name | Values |
Alignments | Left |
Center |
Right |
BGStyles | Light |
White |
Dark |
Primary |
Secondary |
Info |
Success |
Warning |
Danger |
BorderStyles | Dark |
Light |
White |
Primary |
Secondary |
Info |
Success |
Warning |
Danger |
BorderTypes | None |
All |
Top |
Right |
Bottom |
Left |
NoTop |
NoRight |
NoBottom |
NoLeft |
Corners | None |
Rounded |
Top |
Right |
Bottom |
Left |
Circle |
TextStyles | Dark |
Light |
White |
Primary |
Secondary |
Info |
Success |
Warning |
Danger |
Constants
Name | Type | Value |
| | This class exposes no constants. |
Events
Definition | Description |
MouseEnter( Question as GraffitiWebLikertQuestion ) | Raised when the user moves their mouse in to a question's display area. |
MouseExit( Question as GraffitiWebLikertQuestion ) | Raised when the user's mouse leaves the Question's display area. |
ValueChange( Question as GraffitiWebLikertQuestion ) | Fired when the user selects a value in the specified question. |
Methods
Definition | Description |
Add( Question as GraffitiWebLikertQuestion | Adds a question to the likert table. |
Count() | Returns the number of questions currently in the display. |
Insert( index as Integer, Question as GraffitiWebLikertQuestion ) | Inserts a question at the specified index. |
Question( index as Integer ) as GraffitiWebLikertQuestion | Returns the question at the specified index. |
Remove( Question as GraffitiWebLikertQuestion ) | Removes the specified question. |
RemoveAll() | Removes all questions from the likert table. |
ScrollTo( Question as GraffitiWebLikertQuestion ) | Scrolls the table to the specified question. |
Properties
Name | Type | Default Value | Description |
Background | BGStyles | Light | Background color of the Likert. |
BorderStyle | BorderStyles | Dark | Border color of the Likert. |
BorderType | BorderTypes | None | Border type of the Likert. |
TextStyle | TextStyles | Dark | Text color. |
Examples
There are currently no examples for this class.