|
MoreMotion Face API | ||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
| SUMMARY: FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||||
Object
|
+--TabButton
|
+--TabButtonFlex
Represents a TabButtonFlex. A FlexTabutton is built out of pure text and therefore suitable for
Multilingual applications. The outlook of this button can be customized using CSS Styles.
Defined in Tabs.js
| Constructor Summary | |
TabButtonFlex(node)
|
|
| Method Summary | |
void
|
deselect()
Removes the "selected tab" mark from this button and sets the "normal style class" to it |
void
|
init()
Initializes this button |
void
|
mouseDown()
Sets the "mousedown style class" to this button |
void
|
mouseOut()
Sets the "normal style class" to this button |
void
|
mouseOver()
Sets the "mouseover style class" to this button |
void
|
mouseUp()
Swithes to the associated tab related to this button |
void
|
select()
Marks this tab as the selected tab and sets the "selected style class" to it |
| Methods inherited from class TabButton |
setCaption, getTabControl, findParentTabNode
|
| Constructor Detail |
TabButtonFlex(node)
node - the DOM Element node that is marked as a Tab Button by means of "mo:type" attribute with a value of "TabButtonFlex".
| Method Detail |
void deselect()
void init()
void mouseDown()
void mouseOut()
void mouseOver()
void mouseUp()
void select()
|
MoreMotion Face API | ||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
| SUMMARY: FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||||